Tom Wenseleers

Results 37 issues of Tom Wenseleers

Was also wondering if it would be hard to also support mgcv::gam (generalized additive models) and scam (shape constrained additive models) models? The recipe to calculate confidence and prediction intervals...

Would it also be possible for the package to support confidence and prediction intervals for gls models?

I was wondering if it would be possible to also support the calculation of AIC and BIC values of a biglasso fit, similar to the way that the ncvreg package...

In glmnet it is possible to impose positivity constraints on the fitted coefficients using the lower.limits argument and box constraints using the upper.limits argument. Would it be possible to incorporate...

Great package! Are there any plans to extend it to also support the other families currently supported by glmnet, i.e. "poisson","multinomial","cox" and "mgaussian"? (I was currently working on a problem...

I am having trouble with text being slightly shifted vertically in the PPT output compared to what I see onscreen (e.g. the X axis labels touch the X axis tickmarks...

I always found your minimalist IRLS GLM algorithm at [http://bwlewis.github.io/GLM/ ] very handy to explain to students how GLMs work. I was wondering if, by any chance, you would also...

I noticed that all algo's listed are significantly slower than the inbuilt `glm.fit.` Why is this? Does `glm.fit` use better starting values perhaps? Or is this due to the use...

Just wondering if it would be possible to support an extra argument weights with observation weights? Right now I can fit an `L0Learn `model with observation weights by multiplying both...

Are there any plans to also support additional GLM families like quasibinomial, quasipoisson, negative binomial, multinomial, Dirichlet-multinomial (overdispersed multinomial) & ordinal GLMs, some of which are now supported by e.g....