| egMat {BAMD} | R Documentation |
These are example datasets that demonstrate the format of input to the routines in BAMD.
data(Y)
For this dataset, n=8, p=3 and s=5.
Gopal, V. "BAMD User Manual" http://www.stat.ufl.edu/~viknesh/assoc_model/assoc.html
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)