Skip to content

Commit

Permalink
Update fit.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Dec 16, 2020
1 parent b425a32 commit 8810cd7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions R/fit.R
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,6 @@ CmdStanFit$set("public", name = "return_codes", value = return_codes)


# CmdStanMCMC -------------------------------------------------------------

#' CmdStanMCMC objects
#'
#' @name CmdStanMCMC
Expand Down Expand Up @@ -995,8 +994,8 @@ num_chains = function() {
}
CmdStanMCMC$set("public", name = "num_chains", value = num_chains)

# CmdStanMLE -------------------------------------------------------------

# CmdStanMLE -------------------------------------------------------------
#' CmdStanMLE objects
#'
#' @name CmdStanMLE
Expand Down Expand Up @@ -1096,8 +1095,8 @@ mle <- function(variables = NULL) {
}
CmdStanMLE$set("public", name = "mle", value = mle)

# CmdStanVB ---------------------------------------------------------------

# CmdStanVB ---------------------------------------------------------------
#' CmdStanVB objects
#'
#' @name CmdStanVB
Expand Down Expand Up @@ -1171,8 +1170,8 @@ lp_approx <- function() {
}
CmdStanVB$set("public", name = "lp_approx", value = lp_approx)

# CmdStanGQ ---------------------------------------------------------------

# CmdStanGQ ---------------------------------------------------------------
#' CmdStanGQ objects
#'
#' @name CmdStanGQ
Expand Down

0 comments on commit 8810cd7

Please sign in to comment.