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 out_all
print(x, ...)
Regression
# read internal data set
mydata <- rd("Employee", format="lessR", quiet=TRUE)
# do the summary statistics
s <- ss.brief(Salary)
# display all the output, print function is implicit
s
Run the code above in your browser using DataLab