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
Removed arguments should be silently captured from the ellipsis for retrocompatibility.
No need for a deprecation notice; documentation and time should be enough.
Tests/effects
remove crosstable(test_args) altogether (and same for effects).
Instead, default to test=NULL and change that to test=ct_test() which comes from crosstable_test_args().
Keep test=TRUE for default.
In ct_test(), replace keywords summarize and tabular with numeric and categorical and simplify the argument names: crosstable_test_args(numeric = my_test)
accepter des chaînes comme "auto", "fisher", "logrank", "or", "coxph" en plus des fonctions custom
Deprecations
crosstable(.vars)only_roundleft in funs.RRemoved arguments should be silently captured from the ellipsis for retrocompatibility.
No need for a deprecation notice; documentation and time should be enough.
Tests/effects
crosstable(test_args)altogether (and same for effects).Instead, default to
test=NULLand change that totest=ct_test()which comes fromcrosstable_test_args().Keep
test=TRUEfor default.ct_test(), replace keywordssummarizeandtabularwithnumericandcategoricaland simplify the argument names:crosstable_test_args(numeric = my_test)