R/fstat.R

Defines functions fstat_extract

Documented in fstat_extract

## 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]))
}
hhilbig/haschaR documentation built on Dec. 26, 2024, 5:40 a.m.