print.out_piece: Display a Piece of Output from a Saved List Object
Description
Lists the pieces of saved results of an analysis from a lessR function into an object, such as for later display at the console or to be integrated into a Rmd analysis, for example from RStudio. This function is usually implicitly accessed by the user simply by entering the name of an output piece into the console or in a Rmd file, such as, such as r$out_coefs that results from r in r <- reg(Y ~ X).
# read internal data setmydata <- rd("Employee", format="lessR", quiet=TRUE)
# do the summary statisticss <- ss.brief(Salary)
# print the piece of output, print function is implicits$outliers