Learn R Programming

Rnest (version 1.2)

print.nest: Print results of NEST

Description

Print the number of factors to retain according to confidence levels.

Usage

# S3 method for nest
print(x, ...)

Value

No return value, called for side effects.

Arguments

x

an object of class "nest".

...

further arguments for other methods, ignored for "nest".

Examples

Run this code
results <- nest(ex_2factors, n = 100)
print(results)

Run the code above in your browser using DataLab