plot.BranchGLM {BranchGLM}R 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 produce a plot, nothing is returned.

Examples

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


[Package BranchGLM version 2.1.6 Index]