dumpOc: an ad hoc tool for preparing individual files for analysis in...

Description Usage Arguments Examples

View source: R/dumpOne.R

Description

an ad hoc tool for preparing individual files for analysis in SAAM-II

Usage

1
dumpOc(oc)

Arguments

oc

instance of ogttCohort

Examples

1
2
3
4
5
6
7
data(obaSamp)
owd = getwd()
td = tempdir()
setwd(td)
dumpOc(obaSamp[,1:3])
readLines("ogtt_1.dat")
setwd(owd)

vjcitn/ogttMetrics documentation built on May 3, 2019, 6:14 p.m.