R/SBC-deprecated.R, R/derived-quantities.R, R/results.R
SBC-deprecated.RdThe functions listed below are deprecated and will be defunct in
the near future. When possible, alternative functions with similar
functionality are also mentioned. Help pages for deprecated functions are
available at help("<function>-deprecated").
generated_quantities(...)
validate_generated_quantities(...)
bind_generated_quantities(...)
compute_gen_quants(...)
compute_results(...)
recompute_statistics(...)generated_quantitiesInstead of generated_quantities, use derived_quantities.
validate_generated_quantitiesInstead of validate_generated_quantities, use validate_derived_quantities.
bind_generated_quantitiesInstead of bind_generated_quantities, use bind_derived_quantities.
compute_gen_quantsInstead of compute_gen_quants, use compute_dquants.
compute_resultsInstead of compute_results, use compute_SBC.
recompute_statisticsInstead of recompute_statistics, use recompute_SBC_statistics.