plot.BranchGLM | R Documentation |
Creates a plot to help visualize fitted values from BranchGLM
objects.
## S3 method for class 'BranchGLM'
plot(x, ...)
x |
a |
... |
further arguments passed to plot.default. |
This only produces a plot, nothing is returned.
Data <- iris
Fit <- BranchGLM(Sepal.Length ~ ., data = Data, family = "gaussian", link = "identity")
plot(Fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.