Displaying 2 results from an estimated 2 matches for "how_to_solve_it".
2008 Jul 04
1
Test for multiple comparisons: Nonlinear model, autocorrelation?
Dear R community,
I have a nonlinear model describing average daily soil temperature. What test should I use to compare differences in soil temperature of the two studied vegetation types depending upon month?
Building linear contrasts for the developed nonlinear model does not help since this model does not include variable “Months” (only “Days”).
1) Just a Student’s test is not probably
2008 Jun 17
2
constrOptim with method = "L-BFGS-B"
Hi,
i need to minimize a quadratic function with boundary condidtions and one
equality condition.
In order to do that i converted the equality constraint into 2 inequality
constaints and passed everything cia constrOptim, as the manual said:
everything included in the ... will be passed to Optim that will pass it
back to fn in case it does not need it.
My code is the following:
mat <-