R/fit.R
fit-method-gradients.Rd
Return the data frame containing the gradients for all parameters.
gradients()
A list of lists. See Examples.
CmdStanDiagnose
if (FALSE) { # \dontrun{ test <- cmdstanr_example("logistic", method = "diagnose") # retrieve the gradients test$gradients() } # }