python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
why am I getting so strange t statistics and p values in the nls() output?
I'm running a nonlinear multiple regression with the nls() function with one dependent variable (Gross Primary Production (GPP)) and three independent variables (solar irradiance (RAD), Green Fraction...
Fra AdV
Votes: 0
Answers: 1
How to use nls with caret to do cross-validation
I have fit several models using nls to the same data and am trying to figure out how to use caret to do K-fold cross-validation (eg., here). This SO question asked a general question about using nls i...
D Kincaid
Votes: 0
Answers: 1
ODE-based nonlinear least square in R
I have to set a nonlinear least square regressor on a function that comes from the integration of an ode. Something like
#rm(list=ls())
library(deSolve)
set.seed(1) # for reproducibility
t = seq(0,2*...
Fabio
Votes: 0
Answers: 1
Extracting coefficients of non-linear equation across categorical variable
This question appears to be off-topic because it focuses on programming, debugging, or performing routine operations, or it asks about obtaining datasets. You could try the support links we maintain o...
Daniel Fishburn
Votes: 0
Answers: 1