Description Usage Arguments Examples
Prints a summary of the estimates from a multiMatch object
1 2  | 
x | 
 object of class "multiMatch"  | 
... | 
 dots  | 
1 2 3 4 5 6 7 8 9 10 11  |   sim_data <- multilevelMatching::simulated_data
  Y <- sim_data$outcome
  W <- sim_data$treatment
  X <- as.matrix(sim_data[ ,-(1:2)])
  names(Y) <- paste0("ID", 1:length(Y))
  trimming <- FALSE
  method <- c("covariates", "polr", "multinom")[2]
  fit <- multiMatch(Y,W,X,trimming=trimming,match_on=method)
  print(fit)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.