profLinear
.
summary.profLinear
is an S3 method to summarize objects of the class profLinear
.
"summary"(object, ...)
profLinear
summary.profLinear
function outputs summary information using the cat
and print
functions. For each unique value of x$clust
, the summary.profLinear
function outputs the number of observations, and observation groups assigned to the corresponding cluster. The estimated linear coefficients and their approximate 95% credible intervals are also printed for each cluster. The 95% credible intervals are computed using a Laplace approximation to the marginal posterior distribution for the linear coefficients, conditional on the estimated data partition. See the package vignette for additional information.
profLinear