The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Interactively take 2-D and 3-D sections in data space, showing where
fitted
models intersect the section, and observed data near the section
according to
a distance measure. See package website for examples.
Works on Windows, Mac OS and Linux.
Requirements:
* Windows: the standard graphics device is sufficient.
* Mac OS: XQuartz device, website
* Linux: X11, included in some distributions.
Installation:
install.packages("condvis")
Example to get started:
library(condvis)
data(mtcars)
<- lm(mpg ~ wt + hp, data = mtcars)
m ceplot(data = mtcars, model = m, sectionvars = "hp")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.