
Per-subject influence functions for misskappa estimates
Source:R/influence.R
influence.misskappa_estimate.Rd`stats::influence()` returns the same per-subject influence-function matrix stored in `fit$psi`. Rows are subjects and columns are coefficients, with scaling $$\mathrm{vcov}(\hat\theta) = n^{-2} \Psi^\top \Psi.$$
This is the public S3 adapter for R's `stats::influence()` generic; `fit$psi` remains the stored component used internally by `joint_vcov()` and the equality-test helpers.
Usage
# S3 method for class 'misskappa_estimate'
influence(model, ...)