View source: R/normal_approximation.R
normal_approximation | R Documentation |
This function calculates a p-value from a t-value
normal_approximation(statistic)
statistic |
The estimated statistic for a model parameter |
library(lme4)
mod3a <- lmer(Reaction ~ 1 + Days + (1|Subject), data = sleepstudy)
normal_approximation(2.02)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.