Plot function for state space errors from ddhazard
fit.
# S3 method for ddhazard_space_errors
plot(
x,
mod,
cov_index = NA,
t_index = NA,
p_cex = par()$cex * 0.2,
pch = 16,
ylab = "Std. state space error",
x_tick_loc = NA,
x_tick_mark = NA,
xlab = "Time",
...
)
Returns NULL
using invisible
.
result of residuals
with a `type` argument which yields state space errors.
the ddhazard
result used in the residuals
call.
the indices of state vector errors to plot. Default is to use all.
the bin indices to plot. Default is to use all bins.
cex
argument for the points
arguments to override defaults set in the function.
at
and labels
arguments passed to axis
.
arguments passed to plot.default
.