Learn R Programming

R2STATS (version 0.68-39)

r2stats: Internal object for storing the R2STATS GUI.

Description

r2stats is a proto object containing all widgets, data and methods for the R2STATS GUI.

Arguments

Details

It is very unlikely that access to this object is needed, but just in case: The R representation of any model is in the .$Rmodel field.

Examples

Run this code
# NOT RUN {
# Once the GUI has been launched and your-model-name has been fitted,
# this gives you the internal R model object:
# }
# NOT RUN {
r2stats$models$your.model.name$Rmodel
# }

Run the code above in your browser using DataLab