speedglm Questions
2
Solved
I'm trying to estimate a model using speedglm in R. The dataset is large (~69.88 million rows and 38 columns). Multiplying the number of rows and columns results in ~2.7 billion which is outside th...
Pentangular asked 6/6, 2017 at 19:56
1
Solved
I am trying to use speedglm to achieve a faster GLM estimation than glm, but why it is even slower?
set.seed(0)
n=1e3
p=1e3
x=matrix(runif(n*p),nrow=n)
y=sample(0:1,n,replace = T)
ptm <- proc....
Discomposure asked 26/5, 2017 at 18:21
2
Solved
I'm using speedglm to estimate a logistic regression model on some data. I've created a reproducible example which generates the same error that I get using my original data.
library(speedglm)
n &...
1
© 2022 - 2024 — McMap. All rights reserved.