| print.out_all | R Documentation |
Displays all the results saved as an R list into an object from a lessR analysis. An example of a saved object is r in r <- reg(Y ~ X). The results are displayed at the console or integrated into a knitr analysis, for example from RStudio. This function is usually implicitly accessed by the user simply by entering the name of the saved object at the console or in a knitr file.
## S3 method for class 'out_all'
print(x, ...)
x |
The list of components to display. |
... |
Other parameter values. |
David W. Gerbing (Portland State University; gerbing@pdx.edu)
Regression
# read internal data set
d <- rd("Employee", quiet=TRUE)
# do the summary statistics
s <- ss_brief(Salary)
# display all the output, print function is implicit
s
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.