auxiliary functions {nlMS} | R Documentation |
Auxiliary functions in Model Selection (MS)
Description
Auxiliary functions.
Usage
func(mod, X, Y, name_mod, k=2, SST, N, file_name=NULL, form=NULL, make_plot=TRUE)
Arguments
form |
An object of class formula for the regression analysis. |
mod |
Output of gnls. |
X , Y |
Independent and dependent variables. |
name_mod |
Name of the current regressionmodel preformed. |
k |
Number of parameters used in the regression analysis. |
SST |
Total Sum of Squares. |
N |
X length. |
file_name |
Name of the file where to save results. |
make_plot |
Boolean value. |
Author(s)
Carme Font <carme.font.moragon@gmail.com>
[Package nlMS version 1.1 Index]