Dear Teresa,
using such services will only speed up the imputations significantly if you can
split up/parallelize your code.
And maybe you can use more cores on your local machine by using packages like
doSNOW, foreach and/or plyr. There are a lot of examples on the web.
Kind regards
Arne
Dear list,
I'm working with a MySQL-Table and would like to extract selected ids that are
stored in a vector:
Ids <- c(1,2,3)
How do I insert this variable in a for loop like this:
For (a in values) {
Temp <- dbGetQuery(con,
"select * from db
Where
2 matches
Mail list logo