diff --git a/R/csv.R b/R/csv.R index 60e5e6967..330958504 100644 --- a/R/csv.R +++ b/R/csv.R @@ -27,7 +27,7 @@ #' and memory for models with many parameters. #' #' @return -#' `as_cmdstan_fit()` returns a [CmdStanMCMC], [CmdStanMLE], [CmdStanLaplace ]or +#' `as_cmdstan_fit()` returns a [CmdStanMCMC], [CmdStanMLE], [CmdStanLaplace] or #' [CmdStanVB] object. Some methods typically defined for those objects will not #' work (e.g. `save_data_file()`) but the important methods like `$summary()`, #' `$draws()`, `$sampler_diagnostics()` and others will work fine. diff --git a/man/read_cmdstan_csv.Rd b/man/read_cmdstan_csv.Rd index 016303915..86c4832df 100644 --- a/man/read_cmdstan_csv.Rd +++ b/man/read_cmdstan_csv.Rd @@ -49,7 +49,7 @@ diagnostic checks be performed after reading in the files? The default is and treedepth.} } \value{ -\code{as_cmdstan_fit()} returns a \link{CmdStanMCMC}, \link{CmdStanMLE}, \link{CmdStanLaplace }or +\code{as_cmdstan_fit()} returns a \link{CmdStanMCMC}, \link{CmdStanMLE}, \link{CmdStanLaplace} or \link{CmdStanVB} object. Some methods typically defined for those objects will not work (e.g. \code{save_data_file()}) but the important methods like \verb{$summary()}, \verb{$draws()}, \verb{$sampler_diagnostics()} and others will work fine.