plotTerms | R Documentation |
Plot terms description
plotTerms(model)
model |
linear model |
does not return value
plotTerms(lm(x ~ y, data = data.frame(x = runif(10), y = runif(10))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.