View source: R/utility_functions.R
| check_significance | R Documentation | 
check_significance() checks the t/z value of all fixed effects and
compares them to the specified critical value. Returns a logical vector
indicating whether one effect is significant or not. TRUE == significant,
FALSE == not significant.
check_significance(model, critical_value)
model | 
 mixed model you want to check  | 
critical_value | 
 t/z value you want to check against  | 
logical vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.