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
Why does my nonlinear regression curve have straight line segments?
I try to draw a non-linear curve but I don't know why it has straight line segements.
The original data is as below:
ISIDOR <- structure(list(Pos_heliaphen = c("W30", "X41", &qu...

Chouette
Votes: 0
Answers: 1
Understanding the SSasymp function in R and its fitted values
I have run the following non linear model in r:
model <- nls(y ~ SSasymp(x, Asym, R0, lrc), data = df_z)
summary(model)
Here is the output:
Formula: y ~ SSasymp(y, Asym, R0, lrc)
Parameters:
...
pyring
Votes: 0
Answers: 1