Skip to content

Commit de111de

Browse files
committed
url correct
1 parent f6927ae commit de111de

6 files changed

Lines changed: 8 additions & 4 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
.RData
88
.Rhistory
99
^\.github$
10+
^CRAN-SUBMISSION$

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 0.6.5
2+
Date: 2025-08-21 00:21:42 UTC
3+
SHA: f6927ae29a09dfa8fe4042e48d4d8c3e9556ee5c

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ When you use POSSA in a publication, you can either cite the specific version yo
5353

5454
Lukács, G. (2022). POSSA: Power simulation for sequential analyses and multiple hypotheses. _Journal of Open Source Software, 7_(76), 4643. https://doi.org/10.21105/joss.04643
5555

56-
[![DOI](https://joss.theoj.org/papers/10.21105/joss.04643/status.svg)](https://doi.org/10.21105/joss.04643) ![](https://www.r-pkg.org/badges/version-last-release/POSSA "POSSA CRAN last version") ![](http://cranlogs.r-pkg.org/badges/POSSA?color=8585ad "POSSA CRAN monthly download count") [![R-CMD-check](https://github.com/gasparl/possa/workflows/R-CMD-check/badge.svg)](https://github.com/gasparl/possa/actions) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6523855.svg)](https://doi.org/10.5281/zenodo.6523855) [![codecov](https://codecov.io/gh/gasparl/possa/branch/master/graph/badge.svg?token=YVA1OCIDD7)](https://app.codecov.io/gh/gasparl/possa)
56+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.04643/status.svg)](https://doi.org/10.21105/joss.04643) ![](https://www.r-pkg.org/badges/version-last-release/POSSA "POSSA CRAN last version") ![](https://cranlogs.r-pkg.org/badges/POSSA?color=8585ad "POSSA CRAN monthly download count") [![R-CMD-check](https://github.com/gasparl/possa/workflows/R-CMD-check/badge.svg)](https://github.com/gasparl/possa/actions) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6523855.svg)](https://doi.org/10.5281/zenodo.6523855) [![codecov](https://codecov.io/gh/gasparl/possa/branch/master/graph/badge.svg?token=YVA1OCIDD7)](https://app.codecov.io/gh/gasparl/possa)

paper/paper.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ @article{perugini:2018
4949
title = {A practical primer to power analysis for simple experimental designs},
5050
volume = {31},
5151
issn = {2397-8570},
52-
url = {http://www.rips-irsp.com/articles/10.5334/irsp.181/},
52+
url = {https://www.rips-irsp.com/articles/10.5334/irsp.181/},
5353
doi = {10.5334/irsp.181},
5454
language = {en},
5555
number = {1},

vignettes/v_1_intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ knitr::opts_chunk$set(
1616

1717
Below, the essence of `POSSA`'s power (and type 1 error rate, T1ER) calculation for sequential designs is explained using the simple example of a t-test. Of course, for t-tests specifically, you could use other and potentially more user-friendly software – however, the point here is to understand how the `POSSA` works, and, subsequently, it should be possible for you to extend this example to virtually any statistical null hypothesis test. Cases of multiple hypotheses (and recording descriptives) are explained on a [separate page](https://gasparl.github.io/possa/vignettes/v_2_multiple_hypotheses.html), but these too are straightforward extensions of the present examples.
1818

19-
This tutorial presupposes the basic conceptual understanding of sequential analyses (and the basics or statistical power and T1ER). There are several related free tutorials online (see e.g. [Lakens, 2014](https://psyarxiv.com/9yegd/)).
19+
This tutorial presupposes the basic conceptual understanding of sequential analyses (and the basics or statistical power and T1ER). There are several related free tutorials online (see e.g. [Lakens, 2014](https://osf.io/preprints/psyarxiv/9yegd_v1)).
2020

2121
All parameters mentioned below are described in detail in the full documentation (see `?sim` and `?pow`).
2222

vignettes/v_1_intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ <h1 class="title toc-ignore">Introduction to POSSA. Sequential tests for
347347
examples.</p>
348348
<p>This tutorial presupposes the basic conceptual understanding of
349349
sequential analyses (and the basics or statistical power and T1ER).
350-
There are several related free tutorials online (see e.g. <a href="https://psyarxiv.com/9yegd/">Lakens, 2014</a>).</p>
350+
There are several related free tutorials online (see e.g. <a href="https://osf.io/preprints/psyarxiv/9yegd_v1">Lakens, 2014</a>).</p>
351351
<p>All parameters mentioned below are described in detail in the full
352352
documentation (see <code>?sim</code> and <code>?pow</code>).</p>
353353
<p>So let’s say you want to compare the means of two independent

0 commit comments

Comments
 (0)