Description Usage Arguments Value Examples
Plot of the conditional expected value as a function of a continuous explanatory variable (given that all other explanatory variables take their respective neutral values).
1 | eValFun.plot(B=1, yscale=NULL, xscale=NULL)
|
B |
The regression coefficient associated to the explanatory variable. Default is 1. |
yscale |
A vector including the 4 cut points of the response. If omitted, rescaled cut points are used. |
xscale |
A vector including the 4 cut points of the explanatory variable. If omitted, rescaled cut points are used. |
An object of class plot
.
1 2 | eValFun.plot(B=1)
eValFun.plot(B=1, yscale=c(0,15,25,40), xscale=c(0,0,30,100))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.