get_numquadpoints {aghq} | R Documentation |
Obtain the number of quadrature nodes used from an aghq object
Description
Quick helper S3 method to retrieve the number of quadrature points used when creating an aghq object.
Usage
get_numquadpoints(obj, ...)
Arguments
obj |
Object of class |
... |
Not used |
Value
A numeric vector of length 1 containing k
, the number of quadrature points used.
See Also
Other quadrature:
aghq()
,
get_hessian()
,
get_log_normconst()
,
get_mode()
,
get_nodesandweights()
,
get_opt_results()
,
get_param_dim()
,
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()
[Package aghq version 0.4.1 Index]