print.nest | R Documentation |
Print the number of factors to retain according to confidence levels.
## S3 method for class 'nest'
print(x, ...)
x |
An object of class "nest". |
... |
Further arguments for other methods, ignored for "nest". |
No return value, called for side effects.
results <- nest(ex_2factors, n = 100)
print(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.