predSimNormsSelect3Models | R Documentation |
Predict and simulate value from 3 normal models.
predSimNormsSelect3Models(
select,
model1,
model2,
model3,
envir = parent.frame()
)
select |
a logical vector, or vector of 0,1,2,3which determine when to use which model as follow, when select == 0, then result is 0 when select == 1, then result is predSimNorm using model1 when select == 2, then result is predSimNorm using model2 when select == 3, then result is predSimNorm using model3 |
model1 |
model 1 |
model2 |
model 2 |
model3 |
model 3 |
envir |
environment in which to evaluate model variables. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.