NEWS
mdmb 0.2
FIXED * fixed an error in initialization of sigma parameter in
- mdmb::frm_fb function with 'linreg' imputation
DATA * included/modified datasets:
EXAMP * included/modified examples:
mdmb 0.1
INIT * initial version of the package
ADDED * added functions for scaled t distribution with Yeo-Johnson
- transformation ('d_yjt_scaled', 'fit_yjt_scaled') and
Box-Cox transformation ('d_bct_scaled', 'fit_bct_scaled')
ADDED * added additional regression functions 'logistic_regression
- 'yjt_regression' and 'bct_regression'
ADDED * added function 'frm_em' for maximum likelihood estimation of
- regression models with missing covariates
ADDED * added function 'frm_fb' for fully Bayesian estimation of
- regression models with missing covariates. Imputations of
missing values are provided.
NOTE * included utility functions 'eval_prior_list
- 'eval_prior_list_sumlog', 'offset_values_extract' and
'remove_NA_data_frame'
DATA * included/modified datasets: data.mb01, data.mb02
EXAMP * included/modified examples: mbmb_regression (1,2,3,4,5
- frm (1,2,3,4,5), yjt_dist (1,2,3,4,5)