Displaying 2 results from an estimated 2 matches for "vbig".
Did you mean:
big
2010 Mar 25
3
Returning Data Frame from Function for use Outside Function
...-------
options(repos="http://lib.stat.cmu.edu/R/CRAN/")
myPackages <- c("Hmisc", "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
## va...
2006 Apr 12
0
[ADV] New Rails Recipes Beta Available
...on
Convert Your Sessions To ActiveRecord
Write Code That Writes Code
Manage a Static Site With Rails
Part IV--Testing Recipes
Creating Dynamic Test Fixtures
Extracting Test Fixtures From Live Data
Testing Across Multiple Controllers
Write Tests for Your Helpers
Part VBig Picture Recipes
Automating Development With Your Own Generators
Continuous Integration
Getting Notified of Unhandled Exceptions
Creating Your Own Rake Tasks
Dealing With Time-zones
Living On The Edge (of Rails Development)
Syndicate Your Site With RSS
Making Your Own...