A RetroSearch Logo

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

Search Query:

Showing content from https://cran.r-project.org/web/packages/rms/../catdata/../mlogit/vignettes/c6.mprobit.R below:

## ----label = setup, include = FALSE---------------------------- knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE, widtht = 65) options(width = 65) ## -------------------------------------------------------------- library("mlogit") data("Fishing", package = "mlogit") Fish <- dfidx(Fishing, varying = 2:9, choice = "mode", idnames = c("chid", "alt")) ## -------------------------------------------------------------- Fish.mprobit <- mlogit(mode~price | income | catch, Fish, probit = TRUE, alt.subset=c('beach', 'boat','pier')) ## -------------------------------------------------------------- summary(Fish.mprobit)

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