diff --git a/R/SimCorMultRes_internals.R b/R/SimCorMultRes_internals.R index 12438f3..5f9d22a 100644 --- a/R/SimCorMultRes_internals.R +++ b/R/SimCorMultRes_internals.R @@ -74,6 +74,7 @@ check_xformula <- function(xformula) { linear_predictor_formula } +# nolint start check_intercepts <- function(intercepts, cluster_size, rfctn, sample_size = NULL) { if (!is.numeric(intercepts)) { @@ -141,6 +142,7 @@ check_intercepts <- function(intercepts, cluster_size, rfctn, } intercepts } +# nolint end check_betas <- function(betas, cluster_size) { if (!(is.vector(betas) & !is.list(betas)) & !is.matrix(betas)) {