Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jorittmo/singcar

singcar 0.1.4

29 Dec 09:33

Choose a tag to compare

  • Added paper for Journal of Open Source Software
  • Added Contribution guidelines and Code of Conduct

singcar 0.1.3

07 Jan 09:40

Choose a tag to compare

  • Print output is now more compact.
  • Confusing statistics without interpretative value have been removed from the output.
  • type = cairo removed from vignette since Cairo-based devices are not always available.
  • Fixed bug that made power calculators for tests of deficits behave unexpectedly.
  • Exchanged URLs for DOI-links in documentation references.

singcar 0.1.1

29 Oct 10:02

Choose a tag to compare

  • Removed a non-essential automatic test that probably
    due to some RNG configuration failed when built on
    x86_64-pc-linux-gnu (64-bit) for R Under development.
  • Added NEWS.md to keep track of changes to the package.

CRAN Release

23 Oct 08:49

Choose a tag to compare

The aim of the R package singcar is to provide and encourage usage of appropriate statistical methods for comparing a case against a control sample. For instance, they may commonly be done in a neuropsychological context, in which an individual has incurred a specific brain injury and we wish to test whether this damage has led to an impairment of some cognitive function and whether two different functions are dissociable. For many cognitive functions there are normed data available which the patient can be compared against directly. However, when this is not possible a control sample estimating the population, against which we wish to compare the patient, must be used. Both frequentist and Bayesian methods have been developed to do this providing transparent control over Type I errors, first and foremost by John Crawford and Paul Garthwaite. It is these methods that singcar implements. Due to the somewhat overlooked issue of Type II errors power calculators for these tests are also provided.

singcar is now available on CRAN! To get this stable version run:

install.packages("singcar")
library("singcar")