print.multimixParamList {multimix} | R Documentation |
S3 printing method for for multimix parameter results
Description
S3 printing method for for multimix parameter results
Usage
## S3 method for class 'multimixParamList'
print(
x,
type = c("means", "vars"),
byLevel = FALSE,
digits = c(4, 2, 3, 16),
pedantic = FALSE,
raw = FALSE,
...
)
Arguments
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 |
Value
No return value, called for side effects.
Author(s)
James Curran