Learn R Programming

ICtest (version 0.3-5)

print.ladle: 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 ladle
print(x, ...)

Arguments

x

an object of class ladle.

further arguments to be passed to or from methods.

See Also

summary.ladle, plot.ladle, ladleplot, FOBIladle, PCAladle, SIRladle

Examples

Run this code
# NOT RUN {
n <- 1000
X <- cbind(rexp(n), rt(n,5), rnorm(n), rnorm(n), rnorm(n), rnorm(n))
test <- FOBIladle(X)
test
# }

Run the code above in your browser using DataLab