Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export(calculate_parameter_estimates)
export(create_sample_linelist)
export(default_model)
export(detection)
export(estimate_severity)
export(fit)
export(has_detection)
export(has_outcome)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ fit_result
- Added `summary` generic for `SeverityEstimateFit` objects. [#30](https://github.com/ACCIDDA/SeverityEstimate/issues/30).
- Added an integration-style notebook under `inst/notebooks/` for synthetic parameter-recovery checks, along with local render commands for heavier non-vignette R Markdown analyses. [#116](https://github.com/ACCIDDA/SeverityEstimate/issues/116).
- Added `calculate_hazard` to get the underlying force of infection as a `data.frame` for diagnostics/additional analysis. [#9](https://github.com/ACCIDDA/SeverityEstimate/issues/9).
- Removed the `estimate_severity` API. [#88](https://github.com/ACCIDDA/SeverityEstimate/issues/88).

# SeverityEstimate 0.0.1

Expand Down
196 changes: 0 additions & 196 deletions R/estimate_severity.R

This file was deleted.

3 changes: 1 addition & 2 deletions R/stanmodels.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Generated by rstantools. Do not edit by hand.

# names of stan models
stanmodels <- c("estimate_severity", "severity_estimate_by_surveillance")
stanmodels <- c("estimate_severity")

# load each stan module
Rcpp::loadModule("stan_fit4estimate_severity_mod", what = TRUE)
Rcpp::loadModule("stan_fit4severity_estimate_by_surveillance_mod", what = TRUE)

# instantiate each stanmodel object
stanmodels <- sapply(stanmodels, function(model_name) {
Expand Down
170 changes: 0 additions & 170 deletions inst/stan/severity_estimate_by_surveillance.stan

This file was deleted.

Loading