ff_relabel()
tightend to allow mismatch between available data and labels.missing_compare()
code updated to allow arguments to be passed to newsummary_factorlist()
.- Quadratic terms (
I(var1^2)
etc.) are now better supported infinalfit()
. cluster()
,frailty()
andstrata()
terms shown infinalfit()
regression tables as an indicator they have been included in model.or_plot()
remove_ref bug fix.ff_newdata()
bug fix.- Minor changes to accommodate dplyr 1.0.0.
- Plots bug fix when using
remove_ref
argument.
- First official release.
- Re-write of major functions to remove older dependencies, improve performance and add functionality.
summary_factorlist()
completely rewritten. New column and row summary functions. Alternative statistical tests included. Finer control over continous variable behaviours.
- Built on R 3.6.1.
- Better support for multiple imputation.
fit2df()
function formipo
objects. See missing data vignette/article for examples. - Easier now to build on a
finalfit()
table by includingkeep_fit_id = TRUE
. Seeff_merge()
documentation for details. - Issues with update of
tidyr::spread()
insummary_factorlist()
so updated totidyr::pivot_wider()
. ff_column_totals()
added to be used in combination withsummary_factorlist()
.ff_row_totals()
added to be used in combination withsummary_factorlist()
.ff_percent_only()
added to be used in combination withsummary_factorlist()
. #25ff_remove_p()
can be applied to any condensed finalfit output to reomve the p-value. #26finalfit()
now takescolumn = FALSE
to provide row proportions. #26check_recode()
added.remove_labels()
now works for tibbles. #28summary_factorlist()
includes argumentcont_range = TRUE
to include quartiles Q1 and Q3 when median for continuous variables. #29
data(wcgs)
added.summary_factorlist()
geometric sd added.- AIC added to lm metrics.
ff_label()
now does not add class "labelled".- Removed capacity for
glmmulti()
andlmmulti()
to run multiple models from multiple dependent variables. It wasn't used and the list generated was inconvenient for passing output to other functions such asggfortify::autoplot()
. ff_permute()
re-written to allow many more options for producing intermediate models.
coxphuni()
andcoxphmulti()
now take the otherlibrary(survival)
functionssurvival::strata()
andsurvival::cluster()
.- Fixed
hr_plot()
axis title edit option. - Add option to remove reference level (
remove_ref = TRUE
) toor_plot()
,hr_plot()
andcoefficient_plot()
. summary_factorlist()
digit rounding option added.summary_factorlist()
geometric mean option added.- Level label removed for continous variables from
or_plot()
,hr_plot()
andcoeffient_plot()
.
- Bug in
or_plot()
andhr_plot()
introduced in 0.9.2 because of new total column specification.
- Competing risks time-to-event regression now supported via
cmprsk::crr()
:crruni()
,crrmulti()
andfit2df()
. - Complex stratified sampling now supported via
library(survey)
:svyglmuni()
,svyglmmulti()
provide support for. #13 summary_factorlist()
total column now summarises continuous variables. #17 #21summary_factorlist()
can now take anyHmisc:::summary.formula
argument, such ascatTest = catTestfisher
.catTestfisher()
added.finalfit_permute()
added.
glmuni()
,glmmulti()
,lmuni()
,lmmulti()
now all takeweights
and any otherglm()
orlm()
argument. #13summary_factorlist()
rework. Now supports any number of factor levels in dependent. #14 #15summary_factorlist()
now provides total count for continuous variable. #17
or_plot()
bug fixff_remove_ref()
added. #12glmmixed()
andlmmixed()
now support random gradient models, and all complexlme4
specifications.- Data preparation vignette added.
ff_plot()
addedcoefficient_plot()
addedvariable_type()
added- Compatibility for future
shinyfit
started. ff_relabel()
added.- Error added to
finalfit()
for not-allowed colons (:) in factor levels. #10
ff_glimpse()
re-written to removepsych
dependencymissing_glimpse()
added: single data frame describing all variables and missing valuesff_interaction()
added: create variable for an interaction between two factorsff_label()
added: easily add label to variable in dataframeff_newdata()
modified to take dataframe without requirement for dependent and explanatory argumentssummary_factorlist()
modified to allow user to change number of unique factor levels at which a variable a continuous variable is converted to a factor (cont_cut
). #9fit2df()
and its internal functionextract_fit
modified to takeconfint_type
andconfint_level
.
- New vignettes
- pkgdown website support
missing_predictorMatrix()
added for use withmice
- Bug fix
- Extended missing data functions added
- Bootstrap simulation functions added
- Bug fix
- Missing data functions added
lmuni()
,lmmulti()
,lmmixed()
,glmuni()
,glmmulti()
,glmmixed()
,coxphuni()
,coxphmulti()
metrics_hoslem()
is the first of a number of 'metrics' functions which will be introduced.
- First CRAN release