View source: R/RcmdrPlugin.DCCV.R
dccvPlot | R Documentation |
Draw a survival function of the fitted model.
This dialog box draws a survival function of the fitted model using
function plot.sbchoice
or
plot.dbchoice
in DCchoice package.
This dialog box is activated if the fitted model
in the ‘Fit Model to DCCV Data
’ dialog box is selected
as the active model.
For details on the results of this dialog box, refer to the help content
for function plot.sbchoice
or
plot.dbchoice
.
GUI elements of this dialog box are as follows.
Title and labels (optional)
Title
: Main title of the plot.
No main title is displayed if missing (default).
x-axis
: A label of the x-axis of the plot.
A label ‘Bid
’ is displayed if missing (default).
y-axis
: A label of the y-axis of the plot.
A label ‘Probability of selecting yes
’ is displayed
if missing (default).
Ranges (optional)
x-axis
: The x limits of the plot. The lower limit and
the upper limit are specified in the ‘from
’ box and
the ‘to
’ box, respectively.
y-axis
: The y limits of the plot. The lower limit and
the upper limit are specified in the ‘from
’ box and
the ‘to
’ box, respectively.
Bid from
and to
: The ranges of bids to be drawn
on the plot. The lower bound and the upper bound are specified in
the ‘from
’ box and the ‘to
’ box,
respectively. The minimum and maximum bid values in the data set are
used as the default lower and upper bounds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.