grab_meat-methods: Gets the .B (meat matrix) slot

grab_meatR Documentation

Gets the .B (meat matrix) slot

Description

Gets the .B (meat matrix) slot

Usage

grab_meat(object)

## S4 method for signature 'sandwich_components'
grab_meat(object)

Arguments

object

a sandwich_components object

Examples

myee <- function(data){
 function(theta){
   c(data$Y1 - theta[1],
   (data$Y1 - theta[1])^2 - theta[2])
  }
}

results <- m_estimate(
   estFUN = myee,
   data = geexex,
   root_control = setup_root_control(start = c(1,1)))

grab_meat_list(results@sandwich_components)

bsaul/geex documentation built on July 4, 2023, 6:40 p.m.