Description Objects from the Class Slots Methods Author(s) Examples
The class "q2" is used to store information about the calibration of model M and its prediction performance.
To determine the prediction power, M is applied to an external, independent data set.
Objects can be created by calls of the form new("q2", ...).
resultContains two lists (fit, pred) regarding the results from linear regression (model calibration, fit) and the application of the model to a validation set (prediction power, pred)
outputA list of parameters like number formats, output restrictions or output targets
This part contains the measurements regarding the model calibration of the linear model M.
dataThe observations and the linear fitted predictions by model M
data.colThe explanation of data's column names
modelThe linear model M
nThe number of elements in the data set
observed_meanThe arithmetic mean of the observations
r2The conventional squared correlation coefficient
rmseThe root mean square error with regard to the degree's of freedom ν
nuThe degree's of freedom
This part contains the measurements regarding the prediction power of model M which ia applied to an external data set.
dataContains the observations and their predictions by M
data.colThe explanation of data's column names
nTrainingSetThe number of elements in the model set (N-k)
nTestSetThe number of elements in the prediction set (k)
q2The predictive squared correlation coefficient
rmseThe root mean square with regard to the degree's of freedom ν
nuThe degree's of freedom
Returns a comprehensive overview about the model calibration and the prediction performance.
Torsten Thalheim <torstenthalheim@gmx.de>
1 | showClass("q2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.