## Extracting the F-stat from an IVreg Model
#' @title Extracting the F-stat from an IVreg Model
#' @param model
#' @export
#' @examples
#'
fstat_extract <- function(model){
return(c(summary(model, diagnostics = T)$diagnostic[1,3]))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.