Deprecated Functions
bmoe-deprec.Rd
These functions should not be used and will be removed in v1.0.0
.
Usage
calculate_pointwise_log_lik(object, new_data)
calculate_log_lik(object, new_data)
calculate_component_samples(object, new_data)
calculate_x_regr(object, new_data)
calculate_posterior_y_mean(object, new_data, z, separate = FALSE)
calculate_posterior_y_sd(object, z, separate = FALSE)
Arguments
- object
Object that inherits from
bmoe_fit
.- new_data
data frame. Similar structure to original
data
argument.Setting
new_data = NULL
signals for the observed data to be used.- z
bmoe_array
. Component allocation samples (latent variable).- separate
logical. Output is split by response variable when
TRUE
.