| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=qkeg23lak5rpgu4ajti3odl5sg; path=/
content-type: text/html; charset=UTF-8
date: Sat, 27 Dec 2025 00:00:00 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
R-effect..
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./graphics/R-effects, Effect displays for linear, generalized linear, and other models
[
Branch: CURRENT, Version: 4.2.2, Package name: R-effects-4.2.2, Maintainer: pkgsrc-users
Graphical and tabular effect displays, e.g., of interactions, for
various statistical models with linear predictors.
Required to run:
[math/R] [math/R-lme4] [graphics/R-colorspace] [math/R-carData] [math/R-estimability] [math/R-survey]
Required to build:
[pkgtools/cwrappers]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
R-effect..ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./graphics/R-effects, Effect displays for linear, generalized linear, and other models
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 4.2.2, Package name: R-effects-4.2.2, Maintainer: pkgsrc-users
Graphical and tabular effect displays, e.g., of interactions, for
various statistical models with linear predictors.
Required to run:
[math/R] [math/R-lme4] [graphics/R-colorspace] [math/R-carData] [math/R-estimability] [math/R-survey]
Required to build:
[pkgtools/cwrappers]
Master sites: (Expand)
- https://cran.r-project.org/src/contrib/
- https://lib.stat.cmu.edu/R/CRAN/src/contrib/
- https://stat.ethz.ch/CRAN/src/contrib/
- https://www.stats.bris.ac.uk/R/src/contrib/
- https://cran.r-project.org/src/contrib/Archive/effects/
- https://lib.stat.cmu.edu/R/CRAN/src/contrib/Archive/effects/
- https://stat.ethz.ch/CRAN/src/contrib/Archive/effects/
- https://www.stats.bris.ac.uk/R/src/contrib/Archive/effects/
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2024-12-07) Updated to version: R-effects-4.2.2
- (2022-05-21) Updated to version: R-effects-4.2.1
CVS history: (Expand)
| 2024-12-07 00:10:19 by Makoto Fujiwara | Files touched by this commit (2) |
Log message: (graphics/R-effects) Updated 4.2.1 to 4.2.2 Version 4.2-2 o Added warning or note about unestimable effects. o More robust computation of residual df in Effect.lm(), to accommodate broader classes of models. o Insure that factor levels of focal predictor are in proper order bug (reported by Christoph Scherber) didn't visibly affect plots or tables, just order of levels in returned factor. o Functions supported by effects vignette rewritten (and renamed). |
| 2022-05-21 17:33:52 by Makoto Fujiwara | Files touched by this commit (2) |
Log message: (graphics/R-effects) Updated 4.1.1 to 4.2.1 Version 4.2-1 o Allow the vcov. argument in the call to one of the effect methods to be a matrix or a function. Previously only a function was permitted. o Fixed bug in plot.eff() for multiline plots in which the x.var argument is set explicitly (reported by Gerrit Eichner). o Small improvements to docs. Version 4.2-0 o Adding the use of the insight package to get formulas. o Added Effect.glmmPQL() for fitting generalized linear mixed models using the glmmPQL() function in the MASS package for penalized quasi-likelihood estimation. o Don't ignore lines lty sub-argument to plot.effpoly() (fixing a bug reported by Laura Adamovicz). o One-column matrix predictors trigger a warning and correction (following problem reported by Carla Hendricks). o Added regression tests for classes of model objects supported. Tests must be enabled in the effects sources at tests/regression-tests.R. o Rewrite of defining effect method vignette. o Minor changes to predictor effects gallery vignette. Version 4.1-4 o Change class(x) == "y" to inherits(x, "y") in code. Version 4.1-3 o Handle xlevels=n argument correctly in Effect() (fixing bug reported by Gerrit Eichner). o Add col argument to effectsTheme(), mostly to accommodate colorblind-friendly palette (suggestion of Sercan Kahveci). Version 4.1-2 o Effect methods for clm, clm2, and clmm models were not correctly passing the estimated theshholds to polr for computing effects (error reported by Stefan Th. Gries). o Updated "Defining Effects Methods ..." vignette to reflect revisions to Effect.clm, Effect.clm2 and Effect.clmm. o Make sure that Effect() and plot() methods work correctly with character and logical predictors (following bug report by Julian Gaviria Lopez). |
| 2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message: graphics: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
| 2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message: graphics: Remove SHA1 hashes for distfiles |
| 2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) | |
Log message: Update all R packages to canonical form. The canonical form [1] of an R package Makefile includes the following: - The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as needed), and CATEGORIES. - HOMEPAGE is not present but defined in math/R/Makefile.extension to refer to the CRAN web page describing the package. Other relevant web pages are often linked from there via the URL field. This updates all current R packages to this form, which will make regular updates _much_ easier, especially using pkgtools/R2pkg. [1] https://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html |
