print.farm.scree {FarmTest} | R Documentation |
Print method for farm.scree objects.
## S3 method for class 'farm.scree' print(x, ...)
x |
A "farm.scree" object. |
... |
Further arguments passed to or from other methods. |
Summarizes the results of the factor-finding step.
farm.scree
and plot.farm.scree
set.seed(100) p = 100 n = 20 epsilon = matrix(rnorm( p*n, 0,1), nrow = n) B = matrix(rnorm(p*3,0,1), nrow=p) fx = matrix(rnorm(3*n, 0,1), nrow = n) X = fx%*%t(B)+ epsilon output = farm.scree(X, cv = FALSE) output