Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Nov 19, 2024
1 parent 1ff3b0c commit 6d2947b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,4 @@ importFrom(ggplot2,guides)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,unit)
importFrom(shiny,column)
importFrom(shiny,div)
importFrom(shiny,fluidRow)
importFrom(shiny,numericInput)
useDynLib(epikinetics, .registration = TRUE)
1 change: 0 additions & 1 deletion R/epikinetics-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#' @importFrom data.table .SD
#' @importFrom data.table data.table
#' @importFrom ggplot2 aes annotate facet_wrap geom_hline geom_point geom_ribbon geom_line geom_smooth ggplot guides guide_legend scale_y_continuous theme unit
#' @importFrom shiny column fluidRow div numericInput
#' @useDynLib epikinetics, .registration = TRUE
## usethis namespace: end

Expand Down
2 changes: 1 addition & 1 deletion src/stan/antibody_kinetics_main.stan
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ model {
mu = boost_wane_ind(
t, t0_ind, tp_ind, ts_ind, m1_ind, m2_ind, m3_ind, titre_type, id);

// Likelihood for uncensored observations
// Likelihood for uncensored observations (lower < value < upper)
value[uncens_idx] ~ normal(mu[uncens_idx], sigma);

// Likelihood for observations at lower limit
Expand Down

0 comments on commit 6d2947b

Please sign in to comment.