egMat {BAMD}R Documentation

Example matrices for input to gs() and vs()

Description

These are example datasets that demonstrate the format of input to the routines in BAMD.

Usage

data(Y)

Format

For this dataset, n=8, p=3 and s=5.

References

Gopal, V. "BAMD User Manual" http://www.stat.ufl.edu/~viknesh/assoc_model/assoc.html

Examples

data(Y,X,Z,R,Zprob)
write.csv(cbind(Y,X,Z,R), file="generatedData.csv", quote=FALSE, row.names=FALSE)
write.csv(Zprob, file="Zprob.csv", quote=FALSE, row.names=FALSE)

[Package BAMD version 1.2 Index]