Skip to content

Commit

Permalink
Build: fix broken URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiconstantin committed Aug 10, 2021
1 parent 1f01c6a commit f2f40f5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion R/exports.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
#'
#' @details
#' This function represents the implementation of the method introduced by
#' [Constantin et al. (2021)](https://arxiv.org/abs/) for performing a priori
#' [Constantin et al. (2021)](https://arxiv.org) for performing a priori
#' sample size analysis in the context of network models. The method takes the
#' form of a three-step recursive algorithm designed to find an optimal sample
#' size value given a model specification and an outcome measure of interest
Expand Down
2 changes: 1 addition & 1 deletion R/powerly-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#'
#' @description
#' `powerly` is a package that implements the method by [Constantin et al.
#' (2021)](https://arxiv.org/abs/) for conducting sample size analysis for
#' (2021)](https://arxiv.org) for conducting sample size analysis for
#' network models.
#'
#' @details
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
## Description

`powerly` is an `R` package that implements the method by [Constantin,
Schuurman, & Vermunt (2021)](https://) for conducting sample size analysis for
cross-sectional network models. The method implemented is implemented in the
main function `powerly()`. The implementation takes the form of a three-step
recursive algorithm designed to find an optimal sample size value given a model
specification and an outcome measure of interest. It starts with a Monte Carlo
simulation step for computing the outcome at various sample sizes. It continues
with a monotone curve-fitting step for interpolating the outcome. The final step
employs stratified bootstrapping to quantify the uncertainty around the fitted
curve. For more details on how the method works, check the manuscript linked above.
Moreover, consult the [method
Schuurman, & Vermunt (2021)](https://arxiv.org) for conducting sample size
analysis for cross-sectional network models. The method implemented is
implemented in the main function `powerly()`. The implementation takes the form
of a three-step recursive algorithm designed to find an optimal sample size
value given a model specification and an outcome measure of interest. It starts
with a Monte Carlo simulation step for computing the outcome at various sample
sizes. It continues with a monotone curve-fitting step for interpolating the
outcome. The final step employs stratified bootstrapping to quantify the
uncertainty around the fitted curve. For more details on how the method works,
check the manuscript linked above. Moreover, consult the [method
poster](https://github.com/mihaiconstantin/powerly#poster).

---
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ citEntry(
author = personList(as.person("Mihai A. Constantin"), as.person("Noemi N. K. Schuurman"), as.person("Jeroen K. Vermunt")),
journal = "Journal",
year = "2021",
url = "https://arxiv.org/abs/",
url = "https://arxiv.org",
textVersion = "Constantin, M. A., Schuurman, N. K., & Vermunt, K. (2021). A General Monte Carlo Method for Sample Size Analysis in the Context of Network Models."
)

0 comments on commit f2f40f5

Please sign in to comment.