fastglm
fastglm copied to clipboard
Fast glm fitting via RcppEigen
Hi, I couldn't find any mention of this in the documentations, but does this package support multinomial logistic regression or anything like that?
Thanks for great package - I was wondering if it would also be possible to support sparse covariate matrices, i.e. matrices of class `dgCMatrix `(where `x` is first made sparse...
I'm trying to use `fastglm` for some simulations, and a `simulate()` method would be super convenient. Since the speed of `fastglm` makes is an appealing package for simulations, I think...
Hello, I was wondering if you had any pointer on how you would estimate the variance-covariance matrix of the fitted parameters (like vcov.glm). I would be willing to contribute a...
put data as first arg for piping as per @jbirstler 's suggestion
The predict method does not currently allow for confidence/prediction interval calculation. The internal c++ code would need to be changed to allow for inverse calculation of the hessian