Learn R Programming

Rlda (version 0.1.0)

summary: Provide summary information.

Description

Takes a rlda object produced by rlda.binomial, rlda.bernoulli or rlda.multinomial and produces a summary from it.

Usage

# S3 method for rlda
summary(object,...)

Arguments

object
a rlda object as produced by rlda.binomial, rlda.bernoulli or rlda.multinomial.
...
other arguments may be useful.

Details

Summarizes the Gibbs Samping results and arguments.

See Also

rlda.binomial, rlda.bernoulli,rlda.multinomial

Examples

Run this code
## Not run: ------------------------------------
# if(requireNamespace("INLA", quietly = TRUE)){
#   require("INLA", quietly = TRUE)
#   data(Catheter)
#   res <- rlda(data = Catheter)
#   summary(res)
#   }
## ---------------------------------------------

Run the code above in your browser using DataLab