From 2114fc9d17e880df7c480f1c452d237bff968cb1 Mon Sep 17 00:00:00 2001 From: jsocolar Date: Mon, 4 Dec 2023 00:42:45 -0500 Subject: [PATCH] fixing typo --- R/get_Z.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/get_Z.R b/R/get_Z.R index 7aa4791..1859a2e 100644 --- a/R/get_Z.R +++ b/R/get_Z.R @@ -73,7 +73,7 @@ get_Z <- function (flocker_fit, draw_ids = NULL, history_condition = TRUE, } } } else { # history_condition is FALSE - use_components <- components = c("occ", "col", "ex", "auto", "Omega") + use_components <- c("occ", "col", "ex", "auto", "Omega") obs <- NULL }