func: Auxiliary functions in Model Selection (MS)

Description Usage Arguments Author(s)

Description

Auxiliary functions.

Usage

1
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>


nlMS documentation built on June 21, 2019, 5:02 p.m.

Related to func in nlMS...