Skip to content

cran/condvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

condvis: Conditional Visualisation for Statistical Models

License CRAN Downloads

Interactively exploring fitted models

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)
m <- lm(mpg ~ wt + hp, data = mtcars)
ceplot(data = mtcars, model = m, sectionvars = "hp")

About

❗ This is a read-only mirror of the CRAN R package repository. condvis — Conditional Visualization for Statistical Models. Homepage: https://markajoc.github.io/condvis/ Report bugs for this package: https://github.com/markajoc/condvis/issues

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages