Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Jul 4, 2024
1 parent be7dd76 commit 916e207
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Imports:
forcats,
instantiate,
logger,
R6,
stats,
stringr,
tidybayes
Expand All @@ -21,7 +22,6 @@ Additional_repositories:
SystemRequirements: CmdStan (https://mc-stan.org/users/interfaces/cmdstan)
Suggests:
knitr,
mockery,
rmarkdown,
testthat
VignetteBuilder: knitr
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Generated by roxygen2: do not edit by hand

export(gaussian_priors)
export(sam)
export(sam_priors)
importFrom(R6,R6Class)
Expand Down
9 changes: 0 additions & 9 deletions R/priors.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
#' @title Construct Gaussian priors for model variables.
#' @export
#' @description Construct an object of type 'gaussian_priors' to pass to the model.
#' @return A named list of type 'gaussian_priors'.
#' @param names Names of the variables.
#' @param mu_values Mean of Gaussian prior for each named variable.
#' @param sigma_values Standard deviation of Gaussian prior for each named variable.
#' @examples
#' priors <- gaussian_priors(names = c("t0", "tp"), mu_values = c(4.0, 10), sigma_values = c(2.0, 2.0))
gaussian_priors <- function(names, mu_values, sigma_values) {
if (length(names) != length(mu_values) ||
length(names) != length(sigma_values)) {
Expand Down
24 changes: 0 additions & 24 deletions man/gaussian_priors.Rd

This file was deleted.

0 comments on commit 916e207

Please sign in to comment.