Description Usage Arguments Value Examples
This function allows to find best LMM
for a specific data.
1 2 3 |
response |
A character object that contain the name of response variable about which a researcher is asking a question. |
data |
Data frame from which variables specified in |
p |
A percentage of training elements |
criteria |
This variable selects the criteria to select the best threshold. The default value is |
randomatributtecandidate |
a character vector, or |
includedata |
logicals. If TRUE the training and testing datasets are returned. |
seed |
a single value, interpreted as an integer, or |
... |
arguments passed to |
An object of class Optim
. See Optim.object
1 2 3 4 5 6 7 | if(interactive()){
## Load a Dataset
data(AustralianCredit)
## Generate a model
modelFit <- Optim.LMM("Y", AustralianCredit, p = 0.7, seed=2018)
modelFit
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.