sbchoice estimation
sbchoice.
"summary"(object, ...)
"print"(x, digits = max(3, getOption("digits") - 1), ...)"sbchoice"."summary.sbchoice".object of the "sbchoice" class,
the following list components are added.
glm estimation. It is an object of class
"summary.glm".glm estimation of the null model
(i.e., only with the intercept). It is an object of class "summary.glm".summary.sbchoice() computes and returns a list of summary
statistics of the fitted model in object of the "sbchoice" class. Some of the values are printed up to certain decimal places. Actual values of
individual components are displayed separately, for instance, by summary(object)$coefficients.
See the Value section for a list of components.
Since the model for the single-bounded dichotomous choice CV data is estimated by glm,
an object of class
"summary.sbchoice" is constructed based on a "summary.glm"
class object. The summary of the "summary.glm" class object is available by
summary(object)$glm.summary. Other components computed by
summary.glm are also accessible. See summary.glm
for details.
sbchoice, glm, summary.glm