r-cran-afex 1.2-0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)
  * lintian-overrides (see lintian bug #1017966)

 -- Andreas Tille <email address hidden>  Fri, 04 Nov 2022 11:39:31 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-afex_1.2-0-1.dsc 2.2 KiB 6d0040eded78172cb4621817286c5e879e852765cdcf7d735869d88f0c9ee0fa
r-cran-afex_1.2-0.orig.tar.gz 3.2 MiB 8b57ffb8ba2f6354185fc79c8b0cab2703d753b89a100f4325bb2e4c7a3531c2
r-cran-afex_1.2-0-1.debian.tar.xz 5.4 KiB 35e991512acccb8b17b69f88e1e9b56d00697f71018d5dbdfe3a390301a1b03d

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).