plot.BranchGLM: Plot Method for BranchGLM Objects

View source: R/BranchGLM.R

plot.BranchGLMR Documentation

Plot Method for BranchGLM Objects

Description

Creates a plot to help visualize fitted values from BranchGLM objects.

Usage

## S3 method for class 'BranchGLM'
plot(x, ...)

Arguments

x

a BranchGLM object.

...

further arguments passed to plot.default.

Value

This only produces a plot, nothing is returned.

Examples

Data <- iris
Fit <- BranchGLM(Sepal.Length ~ ., data = Data, family = "gaussian", link = "identity")
plot(Fit)


BranchGLM documentation built on Sept. 28, 2024, 9:07 a.m.