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

Changelog

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

  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)

 -- Andreas Tille <email address hidden>  Mon, 28 Nov 2022 15:33:04 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-sjstats_0.18.2-1.dsc 2.4 KiB 961906c4e2e3faef062b6a8ec12f4589a7ed1554683005196e7d14c2089ba834
r-cran-sjstats_0.18.2.orig.tar.gz 141.6 KiB d0188ebfbc4d71fb2316df65f05223d2b2cef8360f65adfe5640bfedf1323e28
r-cran-sjstats_0.18.2-1.debian.tar.xz 3.0 KiB b8407f75e6301dcf1b7e96d2571f89a95205b7dfb78f1d0ddedc2ee816a06d55

Available diffs

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.