Re: [R] Number of Variables allowed in R

2016-08-31 Thread Bert Gunter
Please show us your code and error messages. I suspect that what you
mean by "nonlinear models" may not be what the rest of us mean.

And please post in plain text, not HTML, as the latter tends to get
mangled on this plai text list.

Cheers,
Bert
Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )


On Tue, Aug 30, 2016 at 10:20 PM, Mitul Daga <mituld...@gmail.com> wrote:
> Hi,
>
> Can someone please tell me the maximum number of independent variables
> allowed in R for non linear regression.
>
> I have 50 independent variables and want to calculate non linear models to
> the power of 9 but R is unable to process it beyond to the power of 3 which
> means its taking maximum 150 independent variables for its calculation.
>
> Also, it would be great if someone could guide me as to how I can achieve
> the above in R.
>
> --
>
>
> Regards,
> Mitul
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Number of Variables allowed in R

2016-08-31 Thread Mitul Daga
Hi,

Can someone please tell me the maximum number of independent variables
allowed in R for non linear regression.

I have 50 independent variables and want to calculate non linear models to
the power of 9 but R is unable to process it beyond to the power of 3 which
means its taking maximum 150 independent variables for its calculation.

Also, it would be great if someone could guide me as to how I can achieve
the above in R.

-- 


Regards,
Mitul

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.