python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
In R, Are valid the given coefficients of glm()?
I got in R after glm():
Coefficients:
Estimate Std. Error t value Pr(>|t|)
D_N -1.405e+05 3.451e+04 -4.072 0.000166 ***
D_q 1.405e+05 3.451e+04 4.072 0.000166 ***
D_Rho -9...

Another.Chemist
Votes: 0
Answers: 1
boosting the 'devtol' parameter in lme4
I am estimating a mixed model with glmer and experience the error
Error in zeta(shiftpar, start = opt[seqpar1][-w]) : profiling detected new, lower deviance
I found a solution by "boosting"...
AndyENI
Votes: 0
Answers: 1
How to bootstrap dataset in R which is blocked by a factor?
I want to perform bootstrap on this data set. Notice that the data has two factors: replicate and level, and two variables high.density and low.density that need to be regressed. I want to perform a b...
Rspacer
Votes: 0
Answers: 2