predSimNBinomsSelect3Models: Predict and simulate value from 3 normal models.

View source: R/Models.R

predSimNBinomsSelect3ModelsR Documentation

Predict and simulate value from 3 normal models.

Description

Predict and simulate value from 3 normal models.

Usage

predSimNBinomsSelect3Models(
  select,
  model1,
  model2,
  model3,
  envir = parent.frame()
)

Arguments

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.


kcha193/simarioV2 documentation built on April 8, 2024, 4:51 p.m.