Noah Greifer

Results 65 comments of Noah Greifer

It might be cool to see support for `vglm` objects in `VGAM`. I don't know if `vgam` objects have a similar enough form (I've never used them).

Hi Kasey, thank you so much for the kind words. If you have sampling weights, you must include them in the estimation of the weights and you must include them...

Given that you have a fractional outcome, I highly recommend you just use a linear model. The treatment coefficient in fractional logistic regression is uninterpretable; you have to use a...

The error from SuperLearner says "Currently only works with gaussian data". This means you cannot use SL.ridge with a binary treatment; it can only be used with a continuous treatment....

Hello, My understanding is that `optim()` does not provide this, so `wieghtit()` cannot either if this is so. It looks like you can do this with the `ebal` package, which...

Actually, this is not possible and I programmed it this way for a reason (i.e., it is technically possible but I don't think it should be done so I don't...

Hey, sorry about this issue. I made some changes to how that warning is processed so it should be more informative and not error out. An updated version is available...

The sum of the weights is immaterial to what they do or mean. The functionality of the weights is unaffected by any multiplicative transformation of them. Try multiplying the weights...

@etiennebacher Thank you so much for doing this! `cobalt` severely needs a testing framework. I've only just started to use `testthat` for some of my other packages. It will take...