DtrellScat | R Documentation |
An app to facilitate exploration of the relationship between two numerical variables, conditional upon the values of a third variable.
DtrellScat(form,data)
form |
A formula of the form |
data |
A data frame. |
Graphical and numerical output.
Homer White hwhite0@georgetowncollege.edu
## Not run:
if (require(manipulate)) DtrellScat(sat~salary|frac,data=sat)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.