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

Fixes @docType #56

Merged
merged 1 commit into from
Feb 29, 2024
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
15 changes: 5 additions & 10 deletions R/rsimsum-package.R
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
#' @title Analysis of Simulation Studies Including Monte Carlo Error
#'
#' @description Summarise results from simulation studies and compute Monte Carlo
#' standard errors of commonly used summary statistics.
#' This package is modelled on the 'simsum' user-written command in 'Stata'
#' (See White I.R., 2010 <https://www.stata-journal.com/article.html?article=st0200>).
#'
#' @name rsimsum
#' @docType package
#' @author Alessandro Gasparini (alessandro.gasparini@@ki.se)
#' @import checkmate generics ggridges ggplot2 knitr lifecycle rlang scales stats
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL

# Quiets concerns of R CMD check re: variable names used internally
Expand Down
28 changes: 28 additions & 0 deletions man/rsimsum-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions man/rsimsum.Rd

This file was deleted.

Loading