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)
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 use for loop for confidence interval in R?
I want to use a for loop to calculate a 95% confidence interval for the mean of humidity by month in R,
for(i in 1:12){
aa<-atmos_1995%>% group_by(month)%>% summarize(average=mean(temp))
...
Samin Ba
Votes: 0
Answers: 0
95% confidence interval for AUROCC?
How do I calculate the 95% confidence interval of the area under the ROC curve (AUROCC) on BlueSky Statistics? I know how to create the multivariate logistic model and show the ROC curve and AUROCC. I...
Pedro900
Votes: 0
Answers: 1
shading a geom_slabinterval given xmin and xmax
I'd like to switch a visualization of mean and CI from geom_pointrange to geom_interval from the ggdist package. I can draw a black slab, but I want shading as in the example in the documentation.
Cod...
stackoverflax
Votes: 0
Answers: 2