plot.combimodel {dyad}R Documentation

Plot Influence for Combi Model

Description

Plot influence and fitted function for an object returned by combimodel

Usage

plot.combimodel(x, xlab = "Score", ylab = "Influence", xlim = NULL, ylim = NULL, ...)

Arguments

x Object of class combimodel
xlim the x limits (x1, x2) of the plot (by default, calculated from the score data)
ylim the y limits of the plot (by default, calculated from the influence data)
xlab a title for the x axis
ylab a title for the y axis
... additional arguments to plot.default.

Author(s)

Tara Madhyastha


[Package dyad version 1.0 Index]