bootstrap_coef_est
is not errorFor 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
not_error_check(coef_list_list)
List of results from running bootstrap_coef_est
,
e.g. lapply(1:N, bootstrap_coef_est)
A logical vector, TRUE
if the element is indeed
a list of matrices with non-missing entries