R/coef.R

# #' Extract Regression Coefficients of a Mixture Markov Model
# #'
# #' @export
# #' @rdname vcov
# #' @param object A `tna_mmm` or a `summary.tna_mmm` object.
# #' @param ... Not used.
# #' @return A `matrix` containing the regression coefficient estimates
# #' @examples
# #' # TODO
# coef.tna_mmm <- function(object, ...) {
#   d <- do.call("cbind", object$beta)
#   rownames(d) <- names(object$beta[[1L]])
#   colnames(d) <- object$cluster_names
#   d
# }

Try the tna package in your browser

Any scripts or data that you put into this service are public.

tna documentation built on Nov. 5, 2025, 7:14 p.m.