Re: [R] Request for functions to calculate correlated factors influencing an outcome.

2015-05-04 Thread Prashant Sethi
gt; I was reading about glmulti. > Are there any other packages I could look at, for infering models that best > fit the data. > > To use nlm / nls, I need a formula, as one of the parameters to best fit > the data and I am looking for functions that will help infer that formula

Re: [R] Request for functions to calculate correlated factors influencing an outcome.

2015-05-03 Thread Prashant Sethi
e function you'll use for that is the lm() function. You can use the forward building or the backward elimination method to build your model with the most critical factors included. Maybe you can give it a try. Thanks and regards, Prashant Sethi On 3 May 2015 23:18, "Lalitha Viswanathan&q