r-cran-afex 0.25-1-1 source package in Ubuntu

Changelog

r-cran-afex (0.25-1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * debhelper-compat 12
  * Drop those part of autopkgpatch that are excluding r-cran-ggbeeswarm

 -- Andreas Tille <email address hidden>  Mon, 09 Sep 2019 13:30:03 +0200

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-afex_0.25-1-1.dsc 2.2 KiB 559474672f37e742eb21539f23c1f3318bb33d0ac90cc3be337dca8b0cf406c4
r-cran-afex_0.25-1.orig.tar.gz 4.5 MiB 6e429dbd1bca19738788010d3712b801245954c7f301920420a7ca7c3c10c08a
r-cran-afex_0.25-1-1.debian.tar.xz 5.2 KiB 5bf5eb029e666146e9970d23a9bc4ce9d7d29bdcc507ff5421a2c2516a863ebc

Available diffs

No changes file available.

Binary packages built by this source

r-cran-afex: GNU R package for analyzing factorial experiments using ANOVA or mixed models

 The r-cran-afex package is a GNU R package providing convenience
 functions for analyzing factorial experiments using ANOVA or mixed
 models. aov_ez(), aov_car(), and aov_4() allow specification of between,
 within (i.e., repeated- measures), or mixed between-within (i.e., split-
 plot) ANOVAs for data in long format (i.e., one observation per row),
 potentially aggregating multiple observations per individual and cell of
 the design. mixed() fits mixed models using lme4::lmer() and computes
 p-values for all fixed effects using either Kenward-Roger approximation
 for degrees of freedom (LMM only), parametric bootstrap (LMMs and
 GLMMs), or likelihood ratio tests (LMMs and GLMMs). afex uses type 3
 sums of squares as default (imitating commercial statistical software).