On Sun, Sep 30, 2012 at 7:15 AM, ghoshm ghosh <ghoshm2...@gmail.com> wrote: > Dear All, > > > If possible please let me know whether I can find solution of following > problem using R or not? > > > I have to select 6-10 parameters whose range are given but I need to select > the parameter values which satisfies 5-6 known conditions > > i.e. to find a suitable parameters satisfying given conditions where we > only know the range of parameters. >
Yes, quite easily: look at the very many ways to perform (constrained) optimization in R. This should get you started: http://cran.r-project.org/web/views/Optimization.html Michael > > Thanks and regards, > Mini Ghosh > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > 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 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.