print.misty.object: Print misty.object object

View source: R/print.misty.object.R

print.misty.objectR Documentation

Print misty.object object

Description

This function prints the misty.object object

Usage

## S3 method for class '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, sort.var = x$args$sort.var,
      order = x$args$order, check = TRUE, ...)

Arguments

x

misty.object object.

print

a character string or character vector indicating which results to to be printed on the console.

tri

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.

freq

logical: if TRUE, absolute frequencies will be included in the cross tabulation (crosstab() function).

hypo

logical: if TRUE, null and alternative hypothesis are shown on the console (test.t, test.welch, test.z function).

descript

logical: if TRUE, descriptive statistics are shown on the console (test.t, test.welch, test.z function).

epsilon

logical: if TRUE, box indices of sphericity (epsilon) are shown on the console (aov.w).

effsize

logical: if TRUE, effect size measure(s) is shown on the console (test.t, test.welch, test.z function). test.z function).

posthoc

logical: if TRUE,post hoc test for multiple comparison is shown on the console (test.welch).

split

logical: if TRUE, output table is split by variables when specifying more than one variable in x (freq).

table

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).

digits

an integer value indicating the number of decimal places digits to be used for displaying results.

p.digits

an integer indicating the number of decimal places to be used for displaying p-values.

icc.digits

an integer indicating the number of decimal places to be used for displaying intraclass correlation coefficients (multilevel.descript() and multilevel.icc() function).

sort.var

logical: if TRUE, output is sorted by variables.

order

logical: if TRUE, variables are ordered from left to right in increasing order of missing values (na.descript() function).

check

logical: if TRUE, argument specification is checked.

...

further arguments passed to or from other methods.

Author(s)

Takuya Yanagida takuya.yanagida@univie.ac.at


misty documentation built on Nov. 15, 2023, 1:06 a.m.