vaccR: Use three inputs to predict response using R.

Description Usage Arguments Value Examples

View source: R/StatCompR.R

Description

The prediction model is described in http://www.babelgraph.org/wp/?p=358.

Usage

1
vaccR(age, female, ily)

Arguments

age

the first predictor (numeric)

female

the second predictor (logical)

ily

the third predictor (logical)

Value

a random sample of size n

Examples

1
2
3
4
5
6
## Not run: 
data(data)
attach(data)
res <- vaccR(age,female,ily)

## End(Not run)

hudie-lab/StatComp documentation built on Jan. 3, 2020, 12:15 a.m.