View source: R/createchoicemodeldesignwidget.R
CreateChoiceModelDesignWidget | R Documentation |
htmlwidget
Creates a htmlwidget
summary of diagnostic information for a
choice model design output from flipChoice::ChoiceModelDesign
.
CreateChoiceModelDesignWidget(x, css = NULL, nsmall = 3, digits = 2, ...)
x |
An object of class |
css |
Optional string giving the path to a file containing additional CSS to style the htmlwidget output. |
nsmall |
Integer; see |
digits |
Integer; see |
... |
Currently, ignored. |
An htmlwidget
containing diagnostic information for
the experimental design, including D-error, standard errors,
frequenices, pairwise frequencies, the labeled design, and
prior information. An attribute called "ChartData"
also
contains the labeled design.
ChoiceModelDesign
in package flipChoice
,
Box
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.