CreateChoiceModelDesignWidget: Display choice model design output as an 'htmlwidget'

View source: R/createchoicemodeldesignwidget.R

CreateChoiceModelDesignWidgetR Documentation

Display choice model design output as an htmlwidget

Description

Creates a htmlwidget summary of diagnostic information for a choice model design output from flipChoice::ChoiceModelDesign.

Usage

CreateChoiceModelDesignWidget(x, css = NULL, nsmall = 3, digits = 2, ...)

Arguments

x

An object of class "ChoiceModelDesign" output from flipChoice::ChoiceModelDesign.

css

Optional string giving the path to a file containing additional CSS to style the htmlwidget output.

nsmall

Integer; see format.

digits

Integer; see format.

...

Currently, ignored.

Value

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.

See Also

ChoiceModelDesign in package flipChoice, Box


NumbersInternational/flipFormat documentation built on Feb. 26, 2024, 5:36 a.m.