Skip to contents

This function retrieves the actual standard deviation (sd) values to replace in a given model based on the specified formula and mock data.

Usage

get_actual_sd_2_replace(mock_data, formula_used)

Arguments

mock_data

Mock data containing the necessary attributes and interactions.

formula_used

Formula used in the model to extract variable names.

Value

A list containing the actual sd values for intercept (actual_sd_intercept) and the alternative sd values (actual_sd_alt) based on the formula and mock data.