Commit Graph

22 Commits

Author SHA1 Message Date
RunasSudo a484b6205c
Add option to make __repr__ print the summary 2022-10-19 08:49:44 +11:00
RunasSudo 57189990d6
Write Sphinx documentation 2022-10-19 08:49:44 +11:00
RunasSudo 7a93355dab
Show covariance matrix type in regression results 2022-10-17 20:34:58 +11:00
RunasSudo b24f675d57
Don't show SciPy optimisation message in regression 2022-10-17 20:34:36 +11:00
RunasSudo 4340be165b
Fix RegressionResult.bayesfactor_beta_zero for categorical terms 2022-10-16 02:49:43 +11:00
RunasSudo 78944c7966
Implement yli.logit_then_regress 2022-10-16 02:31:37 +11:00
RunasSudo 5cd04c3f6c
Report if robust covariance matrix in regression 2022-10-16 02:31:23 +11:00
RunasSudo 6206723713
Add model_kwargs, fit_kwargs and common arguments to yli.regress 2022-10-16 02:31:08 +11:00
RunasSudo f407c5a44f
Move dof_resid below dof_model in regression output
dof_model is the numerator in the F test so this makes more sense
2022-10-16 02:30:24 +11:00
RunasSudo 8d40e9db8b
Improve formatting of tabular p values 2022-10-15 23:30:41 +11:00
RunasSudo a2442214ed
Observe config.alpha for significance tests and regression 2022-10-15 23:24:29 +11:00
RunasSudo 70fba04b2f
Regression output: Hide boolean reference categories by default if reference category is False 2022-10-15 01:42:06 +11:00
RunasSudo d1249914ff
Allow cols_for_formula and reference category detection to support explicit contrasts 2022-10-15 01:35:49 +11:00
RunasSudo 0391877296
Refactor parsing of Patsy formulas 2022-10-15 00:54:46 +11:00
RunasSudo b2aaaabb0e
Improve pretty printing of regression results
Pretty print categorical variables and show reference category
2022-10-14 21:57:22 +11:00
RunasSudo e8e97f6073
Implement anova_oneway 2022-10-14 20:18:25 +11:00
RunasSudo 255ad100fd
Refactor fmt_p 2022-10-14 14:48:26 +11:00
RunasSudo 526d361338
Implement RegressionResult.bayesfactor_beta_zero 2022-10-14 14:21:36 +11:00
RunasSudo bb534cb285
vif: Allow computing VIF only for variables in the formula 2022-10-14 14:08:51 +11:00
RunasSudo 461e00df78
Implement PenalisedLogit 2022-10-13 17:23:29 +11:00
RunasSudo 51008296c2
Implement vif 2022-10-13 16:46:53 +11:00
RunasSudo 987520e700
Implement regression helpers 2022-10-13 16:46:53 +11:00