R/SBC-deprecated.R
, R/derived-quantities.R
, R/results.R
SBC-deprecated.Rd
The 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_quantities
Instead of generated_quantities
, use derived_quantities
.
validate_generated_quantities
Instead of validate_generated_quantities
, use validate_derived_quantities
.
bind_generated_quantities
Instead of bind_generated_quantities
, use bind_derived_quantities
.
compute_gen_quants
Instead of compute_gen_quants
, use compute_dquants
.
compute_results
Instead of compute_results
, use compute_SBC
.
recompute_statistics
Instead of recompute_statistics
, use recompute_SBC_statistics
.