Skip to contents

RprobitB 1.1.4

  • Small fixes and documentation improvements.

RprobitB 1.1.3

CRAN release: 2024-02-08

  • Small fixes.

  • Added train_choice data set.

RprobitB 1.1.2

CRAN release: 2022-11-06

  • logLik() method now returns a logLik object that can be passed to AIC() and BIC() methods from {stats}.

  • Small bug fixes for the ordered probit model case.

RprobitB 1.1.1

CRAN release: 2022-08-11

  • Small documentation fixes.

RprobitB 1.1.0

CRAN release: 2022-07-22

New functionality

  • Ranked probit models

  • Ordered probit models

Updated functionality

  • Print method for RprobitB_parameter.

  • Splitting the data set into a train and test part can now be done by the function train_test(). Consequently, the argument test_prob was removed in prepare_data() and simulate_choices().

  • The function simulate_choices() does not have the argument distr anymore. Instead, covariates can be supplied via the covariates argument. Consequently, the argument standardize was removed as well.

  • Simplified specifying the utility scale, see the help page of RprobitB_normalization().

Renamed functions

RprobitB 1.0.0

CRAN release: 2021-11-12

  • Integrated S3 classes and methods.

  • Several new functionalities.

RprobitB 0.1.0

CRAN release: 2021-05-15

  • Initial version.