RprobitB 1.0.0.9000
Added print method for
RprobitB_parameter
.The function
choice_probs
is now calledchoice_probabilities()
to make its functionality clearer.Splitting the data set into a train and test part can now be done by the function
train_test()
. Consequently, the argumenttest_prob
was removed inprepare_data()
andsimulate_choices()
.The function
simulate_choices()
does not have the argumentdistr
anymore. Instead, covariates can be supplied via thecovariates
argument. Consequently, the argumentstandardize
was removed as well.The function
compare
is now calledmodel_selection()
to make its functionality clearer.The function
prepare
is now calledprepare_data()
to make its functionality clearer.The function
simulate
is now calledsimulate_choices()
to not maskstats::simulate()
.The README file is now in R Markdown format.