Conditionally apply back-transformation functions depending on the value of transformation.
Arguments
- beta
Beta estimate, numeric vector of length 1.
- se
Standard error of the
betaestimate, numeric vector of length 1- transformation
Character string describing transformation
- sim
Number of simulations to use during back-transformation. Defaults to $10000$.
Details
transformation character strings may take the values:
"log"
"logit"
"probit"
"square"
"probit"
"double_transformation"
"cube"
"inverse"
"square_root"
"powerX", where
Xis a numeric"divided.by.X", where
Xis a numeric
See also
Other Back-transformation:
assign_transformation_type(),
back,
back_transform_response_vars_yi(),
clean_response_transformation(),
conversion_2(),
convert_predictions(),
rename_prediction_cols()
