Print methods for ‘psychmeta’
Print methods for ‘psychmeta’ output objects with classes exported from ‘psychmeta’ .
x
: Object to be printed (object is used to select a method)....
: Additional arguments.digits
: Number of digits to which results should be rounded.ma_methods
: Meta-analytic methods to be included. Valid options are: "bb", "ic", and "ad"correction_types
: Types of meta-analytic corrections to be included Valid options are: "ts", "vgx", and "vgy"verbose
: Logical scalar that determines whether printed object should contain verbose information (e.g., non-standard columns of meta-analytic output; TRUE
) or not (FALSE
).n
: For print.ma_psychmeta()
and print.ad_tibble()
, number of rows to print for tibble. Defaults to all rows. See tibble::print.tbl()
for details.width
: For print.ma_psychmeta()
and print.ad_tibble()
, width of text output to generate for tibble. See tibble::print.tbl()
for details.n_extra
: For print.ma_psychmeta()
and print.ad_tibble()
, number of extra columns to print abbreviated information for, if the width is too small for the entire meta-analysis tibble. See tibble::print.tbl()
for details.symbolic.cor
: For print.lm_mat()
, Logical. If TRUE
, print the correlations in a symbolic form (see stats::symnum()
) rather than as numbers.signif.stars
: For print.lm_mat()
, Logical. If TRUE
, ‘significance stars’ are printed for each coefficient.Useful links