DtrellScat function

Dynamic Trellising (Scatterplot)

Dynamic Trellising (Scatterplot)

An app to facilitate exploration of the relationship between two numerical variables, conditional upon the values of a third variable.

DtrellScat(form,data)

Arguments

  • form: A formula of the form y~x|c. All three variables in the formula should be from the data frame data. c May be a factor or numerical.
  • data: A data frame.

Returns

Graphical and numerical output.

Examples

## Not run: if (require(manipulate)) DtrellScat(sat~salary|frac,data=sat) ## End(Not run)

Author(s)

Homer White hwhite0@georgetowncollege.edu

  • Maintainer: Homer White
  • License: GPL (>= 3)
  • Last published: 2020-06-15

Useful links