Assign back-transformation type to be applied to analysts' point-estimates
Source:R/assign_transformation_type.R
assign_transformation_type.Rd
Assign back-transformation type to be applied to analysts' point-estimates
Arguments
- response_transformation
Character vector of length 1L containing the analysis response transformation
- link_fun
Character vector of length 1L containing the analysis link function
Value
A character vector of length 1L containing the back-transformation type to be applied to the analysts' point-estimates. Is either "identity", "double_transformation", or the value of link_fun
or response_transformation
, or NA
, if an appropriate transformation type cannot be assigned.
Details
Based on the response transformation and link function, the function assigns the back-transformation type to be applied to the analysts' point-estimates. The function and assigns the identity transformation if the effects were reported on the link-scale and the estimates are already back-transformed the original response variable prior to modelling. When either of these cases is not true for a given analysis, the function returns the value of the link_fun
or response_transformation
argument. When an analysis has been reported on the link-scale and the analyst transformed the response variable prior to modelling, the function assigns the "double-transformation"
value for that analysis. When the response_transformation
and link_fun
arguments are missing, the function assigns the "identity"
value to the analysis, assuming that NA
values are equivalent to the identity transformation.
See also
prepare_response_variables_yi(), standardise_response()
. To be called prior to clean_response_transformation()
.
Other Back-transformation:
back
,
back_transform_response_vars_yi()
,
clean_response_transformation()
,
conversion()
,
conversion_2()
,
convert_predictions()
,
rename_prediction_cols()