From 08c4c388834734991cd74480ab8dbad481f20cb3 Mon Sep 17 00:00:00 2001 From: "alex.hill@gmail.com" Date: Fri, 27 Sep 2024 12:44:09 +0100 Subject: [PATCH] typo --- vignettes/data.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/data.Rmd b/vignettes/data.Rmd index afa42e7..2878f6c 100644 --- a/vignettes/data.Rmd +++ b/vignettes/data.Rmd @@ -31,7 +31,7 @@ censored: It can also contain further columns for any covariates to be included in the model. The data files installed with this package have additional columns infection_history, last_vax_type, and exp_num. -The model also accepts a covariate formula to define the regression model. The variables in the formula must correspond to column names in the dataset. Not that all variables will be treated as **categorical variables**, that is converted to factors regardless of their input type. +The model also accepts a covariate formula to define the regression model. The variables in the formula must correspond to column names in the dataset. Note that all variables will be treated as **categorical variables**; that is, converted to factors regardless of their input type. # Ouput data