Description Usage Arguments Details Author(s) See Also Examples
Draw a series of plots of beta_w vs. w_est for each dependent variable with interactions with the biomarker w. See also:
lple
,
lpl.control
1 2 |
x |
a lple class returned from lple fit. |
scale |
choose the scale of biomarker variable, 'original' or 'o' for the original biomarker scale. 'transformed' or 't' for transformed scale that mapps biomarker to interval (0, 1). The default is to plot in the original scale. |
... |
other options used in plot(). |
plot.lple is called to plot the relationships between beta_w and w_est for each dependent variable with interactions with the biomarker w, from the lple
fit model.
The number of interaction terms can be set in lpl.control
.
The default method, print.default has its own help page. Use methods("print") to get all the methods for the print generic.
Bingshu E. Chen and Siwei Zhang
lplb
,
lple
,
lpl.control
,
print.lple
1 2 3 4 | #
# fit = lplb(y ~ x)
# plot(fit)
#
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.