Any features added to lessR since August, 2013 are not presented in the book. Enter Help(lessR), then click on Package NEWS to see the full set of additions and bug fixes.
r <- reg(Y ~ X)To see the names of all the segments, enter
names(r)referring to the name of the output object, here r. Then the segments can be listed separately, such as
r$out_estimatesIn addition, the
Rmdoption generates a specified R markdown file that can be run with additional interpretative text. This option is currently available for Regression, Histogram (and BoxPlot, Density and ScatterPlot) and cfa functions.
d <- rd("Reading") reg(Reading ~ Verbal + Absent + Income, Rmd="reg")The resulting markdown file is automatically converted to a web page in RStudio.