Learn R Programming

aghq (version 0.4.1)

get_param_dim: Obtain the parameter dimension from an aghq object

Description

Quick helper S3 method to retrieve the parameter dimension from an aghq object.

Usage

get_param_dim(obj, ...)

# S3 method for aghq get_param_dim(obj, ...)

Value

A numeric vector of length 1 containing p, the parameter dimension.

Arguments

obj

Object of class aghq returned by aghq::aghq.

...

Not used

See Also

Other quadrature: aghq(), get_hessian(), get_log_normconst(), get_mode(), get_nodesandweights(), get_numquadpoints(), get_opt_results(), laplace_approximation(), marginal_laplace_tmb(), marginal_laplace(), nested_quadrature(), normalize_logpost(), optimize_theta(), plot.aghq(), print.aghqsummary(), print.aghq(), print.laplacesummary(), print.laplace(), print.marginallaplacesummary(), summary.aghq(), summary.laplace(), summary.marginallaplace()