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]]
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
]
}
> 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
3 matches
Mail list logo