This function prints the misty.object
object
# S3 method for misty.object
print(x,
print = x$args$print, tri = x$args$tri, freq = x$args$freq,
hypo = x$args$hypo, descript = x$args$descript, epsilon = x$args$epsilon,
effsize = x$args$effsize, posthoc = x$args$posthoc, split = x$args$split,
table = x$args$table, digits = x$args$digits, p.digits = x$args$p.digits,
icc.digits = x$args$icc.digits, r.digits = x$args$r.digits,
ess.digits = x$args$ess.digits, mcse.digits = x$args$mcse.digits,
sort.var = x$args$sort.var, order = x$args$order, check = TRUE, ...)
misty.object
object.
a character string or character vector indicating which results to to be printed on the console.
a character string or character vector indicating which
triangular of the matrix to show on the console, i.e.,
both
for upper and lower triangular, lower
for the lower triangular, and upper
for the upper
triangular.
logical: if TRUE
, absolute frequencies will be included
in the cross tabulation (crosstab()
function).
logical: if TRUE
, null and alternative hypothesis are
shown on the console (test.t
,
test.welch
, test.z
function).
logical: if TRUE
, descriptive statistics are shown on
the console (test.t
, test.welch
,
test.z
function).
logical: if TRUE
, box indices of sphericity (epsilon)
are shown on the console (aov.w
).
logical: if TRUE
, effect size measure(s) is shown on
the console (test.t
, test.welch
,
test.z
function).
test.z
function).
logical: if TRUE
,post hoc test for multiple comparison
is shown on the console (test.welch
).
logical: if TRUE
, output table is split by variables
when specifying more than one variable in x
(freq
).
logical: if TRUE
, a frequency table with number of
observed values ("nObs"
), percent of observed values
("pObs"
), number of missing values ("nNA"
),
and percent of missing values ("pNA"
) is printed for
each variable on the console (na.descript()
function).
an integer value indicating the number of decimal places to be used for displaying results.
an integer indicating the number of decimal places to be used for displaying p-values.
an integer indicating the number of decimal places to be used
for displaying intraclass correlation coefficients
(multilevel.descript()
and multilevel.icc()
function).
an integer value indicating the number of decimal places to be used for displaying R-hat values.
an integer value indicating the number of decimal places to be used for displaying effective sample sizes.
an integer value indicating the number of decimal places to be used for displaying monte carlo standard errors.
logical: if TRUE
, output is sorted by variables.
logical: if TRUE
, variables are ordered from left to
right in increasing order
of missing values (na.descript()
function).
logical: if TRUE
, argument specification is checked.
further arguments passed to or from other methods.
Takuya Yanagida takuya.yanagida@univie.ac.at