powered by
Computes a rectified p-value.
rectified_p_value( rectifier, rectifier_std, imputed_mean, imputed_std, null = 0, alternative = "two-sided" )
(float or vector): The rectified p-value.
(float or vector): Rectifier value.
(float or vector): Rectifier standard deviation.
(float or vector): Imputed mean.
(float or vector): Imputed standard deviation.
(float, optional): Value of the null hypothesis to be tested. Defaults to 0.
0
(str, optional): Alternative hypothesis, either 'two-sided', 'larger' or 'smaller'.
rectifier <- 0.7 rectifier_std <- 0.5 imputed_mean <- 1.5 imputed_std <- 0.3 rectified_p_value(rectifier, rectifier_std, imputed_mean, imputed_std)
Run the code above in your browser using DataLab