| grab_meat_list | R Documentation | 
Gets the .B_i (list of bread matrices) slot
grab_meat_list(object)
## S4 method for signature 'sandwich_components'
grab_meat_list(object)
## S4 method for signature 'sandwich_components'
grab_ee_list(object)
object | 
 a   | 
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)))
head(grab_meat_list(results@sandwich_components))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.