You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' @description Extracts univariate standard errors for the estimated coefficient of B. Standard errors are computed from the (approximate) Fisher information matrix.
157
157
#'
158
158
#' @param object an R6 object with class PLNfit
159
-
#' @param type string describing the type of variance approximation: "variational", "jackknife", "sandwich" (only for fixed covariance). Default is "variational".
159
+
#' @param type string describing the type of variance approximation: "variational", "jackknife", "sandwich". Default is "sandwich".
160
160
#' @param parameter string describing the target parameter: either B (regression coefficients) or Omega (inverse residual covariance)
161
161
#'
162
162
#' @seealso [vcov.PLNfit()] for the complete variance covariance estimation of the coefficient
0 commit comments