A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cran.rstudio.com/web/packages/statmod/../endogeneity/vignettes/vignette.R below:

## ----setup, include = FALSE--------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----Table, echo=FALSE-------------------------------------------------------- tb = data.frame( Model = c('biprobit', 'biprobit_latent', 'biprobit_partial', 'probit_linear', 'probit_linear_latent', 'probit_linear_partial', 'probit_linearRE', 'pln_linear', 'pln_probit'), `First Stage` = c(rep('probit', 7), rep('pln', 2)), `Second Stage` = c(rep('probit',3), rep('linear', 3), 'linearRE', 'linear', 'probit'), `Endogenous Variable` = c(rep(c('binary', 'binary (unobserved)', 'binary (partially observed)'), 2), 'binary', rep('count', 2)), `Outcome Variable` = c(rep('binary',3), rep('continuous', 5), 'binary') ) knitr::kable(tb, col.names = gsub("[.]", " ", names(tb)), caption='**Table 1. Recursive Two-Stage Models Supported by the Endogeneity Package**') ## ----------------------------------------------------------------------------- library(endogeneity) example(probit_linear, prompt.prefix=NULL)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4