r-cran-sjstats 0.19.0-1 source package in Ubuntu

Changelog

r-cran-sjstats (0.19.0-1) unstable; urgency=medium

  [ Andreas Tille ]
  * Disable reprotest

  [ Charles Plessy ]
  * Standards-Version: 4.7.0 (routine-update)
  * dh-update-R to update Build-Depends (routine-update)

 -- Charles Plessy <email address hidden>  Tue, 18 Jun 2024 08:16:09 +0900

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-sjstats_0.19.0-1.dsc 2.3 KiB bfa744ecbc799948c4bdc578681fbd094988a74e4ea77b5551b2c8d480193444
r-cran-sjstats_0.19.0.orig.tar.gz 146.7 KiB d3e2fd3ac8e8a95b6d081a10674357c64adcf00bb707f97e1034c36c9f181b1f
r-cran-sjstats_0.19.0-1.debian.tar.xz 3.2 KiB 968c81fb512ffa917568ccf1d46af6b8c5a52cfaa0573291915f84965e046757

No changes file available.

Binary packages built by this source

r-cran-sjstats: GNU R collection of convenient functions for statistical computations

 Collection of convenient functions for common statistical computations,
 which are not directly provided by R's base or stats packages.
 This package aims at providing, first, shortcuts for statistical
 measures, which otherwise could only be calculated with additional
 effort (like standard errors or root mean squared errors). Second,
 these shortcut functions are generic (if appropriate), and can be
 applied not only to vectors, but also to other objects as well
 (e.g., the Coefficient of Variation can be computed for vectors,
 linear models, or linear mixed models; the r2()-function returns
 the r-squared value for 'lm', 'glm', 'merMod' or 'lme' objects).
 The focus of most functions lies on summary statistics or fit
 measures for regression models, including generalized linear
 models and mixed effects models. However, some of the functions
 also deal with other statistical measures, like Cronbach's Alpha,
 Cramer's V, Phi etc.