Log-transform a data-frame of back-transformed out-of-sample estimates
Source:R/log_transform_yi.R
log_transform_yi.Rd
Log-transform a data-frame of back-transformed out-of-sample estimates
Arguments
- back_transformed_data
description
- sim
Number of simulations to run when generating distribution to sample from
Value
A tibble of standardised-out-of-sample predictions on the Z-scale, with columns Z
, VZ
, lower
and upper
and the original columns fro back_transformed_data
that were not used / updated in the transformation.
See also
Equivalent to pred_to_Z()
in terms of workflow data hierarchy. Called by log_transform_response()
.