model_gpm | R Documentation |
Estimates a Gaussian Process Model.
model_gpm( mydf = NULL, myresponse = NULL, myterms = NULL, sigmafrom = 0.01, sigmato = 2, sigmaby = 0.01, myfolds = 10, myseed1 = 123, myseed2 = 456 )
mydf |
input data frame |
myresponse |
the name of the dependent variable for the GPM model. This will normally be the residuals of the OLS model: "residuals". |
myterms |
a character vector containing the names of the independent variables. |
sigmafrom |
the lower limit of the test range for sigma |
sigmato |
the upper limit of the test range for sigma |
sigmaby |
the increment of the test values for sigma |
myfolds |
the number of folds for k-fold cross-validation |
myseed1 |
the first random number seed |
myseed2 |
the second random number seed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.