[R] Storing the linear model object
arunkumar1111
akpbond007 at gmail.com
Wed Nov 30 06:10:56 CET 2011
Hi
Please let me know if we can store the linear model object in the data
base and retrive the object and output from them
Data<- read.csv("C:/FE and RE.csv")
Formula="Y~X2+X3+X4
lmobject = lm(formula=Formula,data=Data)
can i store the lm object in the database and and is it possible to retrive
it and get the summary information
--
View this message in context: http://r.789695.n4.nabble.com/Storing-the-linear-model-object-tp4121944p4121944.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list