Published August 20, 2018
| Version 0.17.0
Software
Open
sjstats: Statistical Functions for Regression Models.
Description
General
- Reduce package dependencies.
New functions
wtd_ttest()to compute a weighted t-test.wtd_mwu()to compute a weighted Mann-Whitney-U or Kruskal-Wallis test.
Changes to functions
robust()was revised, getting more arguments to specify different types of covariance-matrix estimation, and handling these more flexible.- Improved
print()-method fortidy_stan()for brmsfit-objects with categorical-families. se()now also computes standard errors for relative frequencies (proportions) of a vector.r2()now also computes r-squared values for glmmTMB-models fromgenpois-families.r2()gives more precise warnings for non-supported model-families.xtab_statistics()gets aweights-argument, to compute measures of association for contingency tables for weighted data.- The
statistics-argument inxtab_statistics()gets a"fisher"-option, to force Fisher's Exact Test to be used. - Improved variance calculation in
icc()for generalized linear mixed models with Poisson or negative binomial families. icc()gets anadjusted-argument, to calculate the adjusted and conditional ICC for mixed models.- To get consistent argument names accross functions, argument
weight.byis now deprecated and renamed intoweights.
Bug fixes
- Fix issues with effect size computation for repeated-measure Anova when using bootstrapping to compute confidence intervals.
grpmean()now also adjusts then-columm for weighted data.icc(),re_var()andget_re_var()now correctly compute the random-effect-variances for models with multiple random slopes per random effect term (e.g.,(1 + rs1 + rs2 | grp)).- Fix issues in
tidy_stan(),mcse(),hdi()andn_eff()forstan_polr()-models. - Plotting
equi_test()did not work for intercept-only models.
Files
strengejacke/sjstats-0.17.0.zip
Files
(831.1 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:c0547695abcca0d38162d966e715960b
|
831.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/strengejacke/sjstats/tree/0.17.0 (URL)