You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add propensity score adjustment using xgboost model.
Fitting more complicated machine learning models (such as xgboost ) is more involved than just calling lm/glm with avoiding overfitting etc. and adding a plethora of minor tweaks. Maybe it would just be better to create a method where user supplies a fitted ML object instead of calling xgboost internally? This would make tuning the model much less tedious.
Issues to consider for the current version of the package.
To develop (SHORT TERM):
pop_totals
/pop_means
for variable selection methodgee
/mle
provided after variable selectionmodel.frame
call for all models and one function for models with and without variable selectiony1 + y2 + ... + yk ~ x1 + x2 + x3 + ... + xn
control
function or consider another way to define itOutcomeMethods
BIC.nonprobsvy
insummary
gee
with h functions incontrol_selection
error
message in case of duplicates of outcome variables in formulaerror
message in case of badly defined formulasxgboost
model.svrep
(bootstrap weighting) to the functionality of the package.div
to variable selection modelsTo develop (LONG TERM):
nonprobsvy
object).To fix:
weights
for non-probability sample - not stable algorithm during estimation (overestimation of propensity weights or errors inmaxLik
model)The text was updated successfully, but these errors were encountered: