View source: R/print.multimixParamList.R
print.multimixParamList | R Documentation |
S3 printing method for for multimix parameter results
## S3 method for class 'multimixParamList' print( x, type = c("means", "vars"), byLevel = FALSE, digits = c(4, 2, 3, 16), pedantic = FALSE, raw = FALSE, ... )
x |
an object of class |
type |
the statistic you want displayed. If |
byLevel |
if |
digits |
a vector of length 4. The first value determines how many decimal places to
round categorical proportions to. The second value determines how many significant digits to
display means to, and the third how many siginificant digits to display variances to. By default
proportions are rounded to 4 decimal places, means 2 significant digits, and variances 3 significant
digits. The fourth value is only used if |
pedantic |
if |
raw |
if |
... |
additional arguments passed to |
No return value, called for side effects.
James Curran
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.