diff --git a/R/create.R b/R/create.R index 73c066650..1aa68bff9 100644 --- a/R/create.R +++ b/R/create.R @@ -611,7 +611,7 @@ create_initial_conditions <- function(data) { #' @param data A list of `{stan}` data as created by [create_stan_data()] #' #' @param init Initial conditions passed to `{rstan}`. Defaults to "random" but -#' can also be a function (as supplied by [create_intitial_conditions()]). +#' can also be a function (as supplied by [create_initial_conditions()]). #' #' @param verbose Logical, defaults to `FALSE`. Should verbose progress #' messages be returned. diff --git a/man/create_stan_args.Rd b/man/create_stan_args.Rd index ac843d00b..9718fe5e5 100644 --- a/man/create_stan_args.Rd +++ b/man/create_stan_args.Rd @@ -19,7 +19,7 @@ settings if desired.} \item{data}{A list of \code{{stan}} data as created by \code{\link[=create_stan_data]{create_stan_data()}}} \item{init}{Initial conditions passed to \code{{rstan}}. Defaults to "random" but -can also be a function (as supplied by \code{\link[=create_intitial_conditions]{create_intitial_conditions()}}).} +can also be a function (as supplied by \code{\link[=create_initial_conditions]{create_initial_conditions()}}).} \item{verbose}{Logical, defaults to \code{FALSE}. Should verbose progress messages be returned.}