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

Changelog

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

  * New upstream version
  * debhelper-compat 12
  * dh-update-R to update Build-Depends
  * Trim trailing whitespace.
  * Set upstream metadata fields: Archive, Bug-Database, Repository.
  * Build-Depends: r-cran-parameters
  * Standards-Version: 4.4.1

 -- Andreas Tille <email address hidden>  Thu, 14 Nov 2019 11:55:40 +0100

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-sjstats_0.17.6-1.dsc 2.4 KiB 92267afade8d29c202ba23010fb8f0a061ffcd7720f358466c927013c5f042ee
r-cran-sjstats_0.17.6.orig.tar.gz 233.7 KiB a2510e12f306cc4c08932b6da07820349b5df7a0400cd0680e8d9c06a2e3e187
r-cran-sjstats_0.17.6-1.debian.tar.xz 2.8 KiB 7f8bbfcc9a3f573c8cb81e6c2e0e9a2c8f5e35e2f980652e052a8da072f9e894

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.