check_significance: Gets t/z value out of model and compares it to a ctritical...

View source: R/utility_functions.R

check_significanceR Documentation

Gets t/z value out of model and compares it to a ctritical value

Description

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.

Usage

check_significance(model, critical_value)

Arguments

model

mixed model you want to check

critical_value

t/z value you want to check against

Value

logical vector


DejanDraschkow/mixedpower documentation built on Feb. 16, 2024, 7:58 a.m.