powered by
Basic printing of an object of class ladle. Prints basically everything but the estimated components.
# S3 method for ladle print(x, ...)
an object of class ladle.
further arguments to be passed to or from methods.
summary.ladle, plot.ladle, ladleplot, FOBIladle, PCAladle, SIRladle
summary.ladle
plot.ladle
ladleplot
FOBIladle
PCAladle
SIRladle
# 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