simData: DATA SIMULATION

Description Usage Arguments Details Value Examples

Description

Simulates data to be used as an example for partialOR.

Usage

1
simData(n=50, m=2, rr=1.5, rseed = 123)

Arguments

n

number of independent observations

m

number of covariates

rr

common Odds Ratio

rseed

seed for the random number generator (default 123)

Details

The covariates are i.i.d. N(0,1) variables.

Value

Data frame with n columns and m+2 variables x,y,z1,...,zm; x, y are 0/1 binary variables and z's are the covariates.

Examples

1
2
dd <- simData(50, 2, 1.5, rseed=123)
head(dd)

partialOR documentation built on May 1, 2019, 10:29 p.m.