R/estimate_norm_dist_from_ci.R
estimate_norm_dist_from_ci.Rd
A Function to Estimate a Normal Distribution from Credible or Confidence Intervals
estimate_norm_dist_from_ci(
lower_interval = NULL,
upper_interval = NULL,
interval = "95%"
)
Numeric, the lower CI.
Numeric, the upper CI
A character string indicating the percentage interval the CI represents.
A dataframe containing the mean and standard deviation of the normal distribution summarised by the provided CI's.