View source: R/plot.smoothSurvReg.R
plot.smoothSurvReg | R Documentation |
Plot the fitted error distribution.
## S3 method for class 'smoothSurvReg'
plot(x, plot = TRUE, resid = TRUE, knots = TRUE,
compare = TRUE, components = FALSE, standard = TRUE,
by, toler.c = 1e-5,
xlim, ylim,
xlab = expression(epsilon), ylab = expression(paste("f(",epsilon,")", sep = "")),
type = "l", lty = 1, main, sub, bty = "n", ...)
x |
Object of class smoothSurvReg. |
plot |
If |
resid |
If |
knots |
If |
compare |
If |
components |
If |
standard |
If |
by |
Step for a ploting grid. If |
toler.c |
Tolerance to indicate zero 'c' G-spline coefficients used if |
xlim , ylim |
Arguments passed to the |
xlab , ylab |
Arguments passed to the |
type , lty |
Arguments passed to the |
main , sub |
Arguments passed to the |
bty |
Argument passed to the |
... |
Arguments passed to the |
A dataframe with columns named x
and y
where x
gives the grid
and y
the values of the density at that grid.
Arnošt Komárek arnost.komarek@mff.cuni.cz
smoothSurvReg
, plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.