summaryHyper | R Documentation |
This function returns summary information for the hyperparameters. The default is to use precision parameters, but summary information for variance parameters is available as well.
summaryHyper(APCList, var=TRUE)
APCList |
a |
var |
Boolean (default:TRUE) indicating whether the summary information should be returned on the variance parameter scale of precision parameter scale. |
A matrix including mean, standard deviation and quantile information.
Andrea Riebler
BAPC
## Not run: if(requireNamespace("INLA", quietly = TRUE)) { require(INLA) data(FemLCSweden) data(FemPYSweden) data(whostandard) lc_sweden <- APCList(FemLCSweden, FemPYSweden, gf=5) result <- BAPC(lc_sweden, predict=list(npredict=10, retro=TRUE), secondDiff=TRUE, stdweight=NULL, verbose=FALSE) summaryHyper(result, var=FALSE) } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.