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

Changelog

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

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * dh-update-R to update Build-Depends (3) (routine-update)

 -- Andreas Tille <email address hidden>  Wed, 08 Sep 2021 11:54:25 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-afex_1.0-1-1.dsc 2.2 KiB b426bd7c27e9a7d5f68d307d3d14268145c13351ad80f31573e392002694a7d5
r-cran-afex_1.0-1.orig.tar.gz 2.8 MiB 6febc34b87a1109f5cbcd213c08d2b7b3e9cf99065fa41c19bc88ac99fb104cc
r-cran-afex_1.0-1-1.debian.tar.xz 5.2 KiB a1652e3c2975f86bdadfc44c10db2292be9d0dd2ef7a6d37aa13a7134b6c36b7

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