search for: vcohort

Displaying 1 result from an estimated 1 matches for "vcohort".

Did you mean: cohort
2010 Mar 25
3
Returning Data Frame from Function for use Outside Function
...misc", "lme4", "Epi") install.packages(myPackages, dependencies=TRUE) update.packages(checkBuilt=TRUE, ask=FALSE) library(Hmisc) library(lme4) library(Epi) memory.limit(size=4095) vbig <- read.csv("//10.56.16.18/TREP/workgroups/wg08_01_mna_dm_mauldin/Transport File/vcohort.csv", header=TRUE) vcohort <- vbig[,c(1:12, 14:15, 21:33, 35:36)] rm(vbig) vcohort <- cleanup.import(vcohort) ## Change the reference levels for some of the factor ## values. By default R orders the factor values alphabetically ## and numerically. In some case we wi...