summary.nest {Rnest} | R Documentation |
Summary results of NEST
Description
summary method for class "nest".
Usage
## S3 method for class 'nest'
summary(object, ...)
Arguments
object |
An object of class "nest". |
... |
Further arguments for other methods, ignored for "nest". |
Value
No return value, called for side effects.
Examples
results <- nest(ex_2factors, n = 100)
summary(results)
[Package Rnest version 0.0.0.1 Index]