Skip to contents

Log-transform a data-frame of back-transformed out-of-sample estimates

Usage

log_transform_yi(back_transformed_data, sim = 10000L, ...)

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().