Skip to contents

pataqu uses permutationnal approaches to deal with data that comes with uncertainties on x.

Its approach originated when working with temporal data that are not exactly defined but comes with lower (and upper) bounds, also called terminus ante (and post) quem.

pataqu can also be used when dating comes with a confidence interval likely to affect interpretation, for instance radiocarbon dating,

More generally, it allows to inspect both graphically and statistically the effects of x uncertainties.

Installation

You can install the development version of pataqu from GitHub with:

# install.packages("devtools")
devtools::install_github("vbonhomme/pataqu")

Or the latest version released on CRAN with: