print.ladle {ICtest} | R Documentation |
Printing an Object of Class ladle
Description
Basic printing of an object of class ladle. Prints basically everything but the estimated components.
Usage
## S3 method for class 'ladle'
print(x, ...)
Arguments
x |
an object of class ladle. |
... |
further arguments to be passed to or from methods. |
Author(s)
Klaus Nordhausen
See Also
summary.ladle
, plot.ladle
, ladleplot
, FOBIladle
, PCAladle
, SIRladle
Examples
n <- 1000
X <- cbind(rexp(n), rt(n,5), rnorm(n), rnorm(n), rnorm(n), rnorm(n))
test <- FOBIladle(X)
test
[Package ICtest version 0.3-5 Index]