[R] Fwd: How to custom initialize such that we can pre-load data and libraries.

2014-04-22 Thread Li Liu
Hello, Everyone, I am learning on Rserve these days. I was wondering whether you could give me an example on how to custom initialize such that we can pre-load data and libraries. Thank you very much! Liu Li [[alternative HTML version deleted]]

[R] R sendmail ASPMX.L.GOOGLE.COM:25 cannot be opened

2013-12-03 Thread Li Liu
Hello, everyone, I wish you would be kind enough to give me a hand. I am trying to send a mail through R and have met some problems. library(sendmailR) from <- sprintf("", Sys.info()[4]) to <- "" subject <- "Hello from R" body <- list("It works!", mime_part(iris)) sendmail(from, to, subject, body

[R] Please Help!

2012-01-30 Thread Li Liu
] } > x.ma <- arima(x, order = c(0, 0, 1)) > x.ma$res Could you please tell me how x.ma$res is calculated in R? The results in R is a little different from the ones I calculated by hand. Is there any where I could see the relavent code? Thank you! Best Regards! Li Liu