Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependecies, documentation and name functions #2

Merged
merged 17 commits into from
Nov 21, 2022
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
33 changes: 26 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
Package: serologypkg
Package: serofoi
Type: Package
Title: What the Package Does (Title Case)
Title: Estimates the Force-of-Infection of a given pathogen from population based sero-prevalence studies.
Version: 0.1.0
Author: Who wrote it
Maintainer: The package maintainer <[email protected]>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: What license is it under?
Author: Zulma M. Cucunubá and Miguel Gamez
Maintainer: The package maintainer <[email protected]>
Description: Provides functions for estimate the Force-of-Infection of a given pathogen from population based sero-prevalence studies on a bayesian framework.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports:
config,
rstan,
tidyverse,
reshape2,
bayesplot,
loo,
pracma,
cowplot,
grid,
gridExtra,
Hmisc,
dplyr,
epitrix,
gsubfn
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Binary file added Documentación.docx
Binary file not shown.
23 changes: 22 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
exportPattern("^[[:alpha:]]+")
# Generated by roxygen2: do not edit by hand

export(compare_and_save_best_model)
export(dir_results)
export(extract_and_save)
export(extract_summary_mod)
export(fit_model)
export(fit_model_log)
export(generate_combined_plots)
export(get_exposure_matrix)
export(get_posterior_summary)
export(get_prev_expanded)
export(get_residuals)
export(get_table_rhats)
export(make_thin_chain)
export(make_yexpo)
export(obtain_prevalence_extended)
export(plot_info_table)
export(run_save_models)
export(vertical_plot_arrange_per_model)
import(dplyr)
importFrom(dplyr,"%>%")
215 changes: 0 additions & 215 deletions R/fun/fFitting.R

This file was deleted.

Loading