Generic summary function for metamixt object in jarbes
# S3 method for gesmix
summary(object, digits = 3, intervals = c(0.025, 0.5,
0.975), ...)
The object generated by the metamixt function.
The number of significant digits printed. The default value is 3.
A numeric vector of probabilities with values in [0,1]. The default value is intervals = c(0.025, 0.5, 0.975).
…