not_error_check: Checks if the result of 'bootstrap_coef_est' is not error

Description Usage Arguments Value

View source: R/bootstrap_methods.R

Description

For each element of the list of results from running bootstrap_coef_est, checks if it's a list of matrices, and that each matrix has no missing values

Usage

1
not_error_check(coef_list_list)

Arguments

coef_list_list

List of results from running bootstrap_coef_est, e.g. lapply(1:N, bootstrap_coef_est)

Value

A logical vector, TRUE if the element is indeed a list of matrices with non-missing entries


glmmboot documentation built on June 28, 2021, 1:05 a.m.