draw_categorical()
now returns a factor when category_labels
is specified.draw_ordered()
now returns an ordered factor when break_labels
is specified.draw_ordered()
performance is improved when returning a factor.draw_likert
function.join
function renamed to join_using
to avoid confusion with other R functions and to more clearly indicate its purpose.rlang
0.4.0modify_level
via the by
argument.draw_ordered
to ensure categories are data-independent and adding a strict
option that replaces values with NA
if values are outside all breaks.correlate
functionality as experimental.recycle()
helper function for expanding and recycling datacorrelate()
function to allow users to generate arbitrary correlated random variables.category_labels
argument to draw_categorical
draw_quantile
and split_quantile
functionsfabricate
calls.ID_label
in level creation calls to allow back-door unnamed level calls.modify_level
contexts.latent
as an argument when using a link.length(ID)
from upper level to define N
of lower level.draw_categorical
prob argument, package now sends message instead of warning.unique_labels
argument to resample_data
to allow block-level statistic calculation.First CRAN submission for fabricatr