predSimBinomsSelect: Predict and simulate binary value from 2 binomial models.

View source: R/Models.R

predSimBinomsSelectR Documentation

Predict and simulate binary value from 2 binomial models.

Description

Predict and simulate binary value from 2 binomial models.

Usage

predSimBinomsSelect(select, model0, model1, envir = parent.frame())

Arguments

select

a logical vector, or vector of 0s and 1s, which determine when to use model0 and when to use model1, i.e: when select == 0, then result is predSimBinom using model0 when select == 1, then result is 1 - predSimBinom using model1

model0

model0

model1

model1

envir

environment in which to evaluate model variables.


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