Description Usage Arguments Examples
There are two plots: in the first one there are the residuals while the second one shows the observed against fitted values
1 2 |
object |
an object of class 'PSM' |
legend.pos |
position of the legend. Can be moved according to points position |
... |
further arguments passed to the generic 'plot' function |
1 2 3 4 5 6 | x <- data.frame(x = rnorm(100))
tx <- rnorm(100)
eps <- rnorm(100)
y <- x[,1] + tx^4 + eps
psm <- PartialSplines(y, x, tx)
plot(psm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.