packageStartupMessage
has been added, and some tests have been updated.catto_label()
no longer has a seed
argument. Users must now set their own seeds outside of cattonum functions.cattonum_df()
and cattonum_df2()
, as well as print()
and summary()
methods for classes cattonum_df
and cattonum_df2
.catto_*()
functions now default the parameter test
to NULL
instead of checking missing()
.catto_*()
functions are now generics and return an object of class cattonum_df
or cattonum_df2
.catto_aggregate()
.catto_label()
can now encode different columns with different orderings and encode columns with user-specified orderings.catto_median()
has been added, thanks to Mark Roepke in #10.catto_dummy()
and catto_onehot()
now both return a tibble when one is passed.This is the first release of cattonum. It currently includes the following encodings:
catto_dummy()
catto_freq()
catto_label()
catto_loo()
catto_mean()
catto_onehot()