SE_from_p | R Documentation |
SE_from_p
takes beta and p, and returns an SE.
SE_from_p(beta = NULL, p = NULL, SE = NULL, lower = NULL, upper = NULL)
beta |
The effect size |
p |
The p-value for the effect |
SE |
Standard error |
lower |
Lower CI |
upper |
Upper CI |
Standard error
umxAPA()
Other Miscellaneous Stats Functions:
FishersMethod()
,
geometric_mean()
,
harmonic_mean()
,
oddsratio()
,
reliability()
,
umxCov2cor()
,
umxHetCor()
,
umxParan()
,
umxWeightedAIC()
,
umx_apply()
,
umx_cor()
,
umx_means()
,
umx_r_test()
,
umx_round()
,
umx_scale()
,
umx_var()
,
umx
SE_from_p(beta = .0020, p = .780)
SE_from_p(beta = .0020, p = .01)
SE_from_p(beta = .0020, SE = 0.01)
umxAPA(.0020, p = .01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.