Displaying 2 results from an estimated 2 matches for "bailleul".
2011 Nov 29
2
Parameters setting in functions optimization
...Gi(l, i, par[1], par[2])) : NaNs produced
(which are very bad results in that case)
Anyone with previous experiences in optimization of several parameters
could indicate me the right way to enter the initial parameters in this
kind of functions ?
Thanks a lot for helping me !
Diane
--
Diane Bailleul
Doctorante
Universit? Paris-Sud 11 - Facult? des Sciences d'Orsay
Unit? Ecologie, Syst?matique et Evolution
D?partement Biodiversit?, Syst?matique et Evolution
UMR 8079 - UPS CNRS AgroParisTech
Porte 320, premier ?tage, B?timent 360
91405 ORSAY CEDEX FRANCE
(0033) 01.69.15.56.64
2011 Nov 30
1
Storing the linear model object
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: