powered by
Calculates the means based on the resulting chains from a fitted BLC model.
# S3 method for BLC mean(x, name, ...)
A vector with the mean values of the selected parameter.
A BLC object, result of a call to blc() function.
BLC
A character with a parameter name of the BLC model that should be returned. It can be one of these: "alpha", "beta", "kappa", "phiv", "theta", "phiw".
Further arguments passed to or from other methods.
mean.PredBLC() for PredBLC object method.
mean.PredBLC()
PredBLC
data(PT) Y <- PT ## Fitting the model fit = blc(Y = Y, M = 100, bn = 20) mean(fit, "kappa")
Run the code above in your browser using DataLab