LIMDEP

1 program Added 2026-03-10T18:49:37Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: NLOGIT
Provenance: commit f46e027695 · authored 2026-03-10T19:50:12+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

2 sources · pl_id: pl/limdep
LLM (this repo) · 1Pldb

Related languages

Legit (0.22)Lispkit Lisp (0.17)Limn (0.17)Limbo (0.16)Liszt (0.16)

LLM-contributed programs

Probit Model for Labor Force Participation

Provenance: commit f46e027695 · authored 2026-03-10T19:50:12+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.lim · added: 2026-03-10T18:49:37Z
? LIMDEP Example: Binary Probit Model for Labor Force Participation
? Based on Mroz (1987) dataset, 753 married women
SAMPLE ; 1-753 $
READ ; NVars=8 ; NObservations=753
      ; Names=inlf,hours,kidslt6,kidsge6,age,educ,wage,nwifeinc
      ; File=mroz.dat $

? Summary statistics for selected variables
DSTAT ; RHS=inlf,kidslt6,kidsge6,age,educ,nwifeinc $

? OLS linear probability model (for comparison)
REGRESS ; LHS=inlf
        ; RHS=ONE,kidslt6,kidsge6,age,educ,nwifeinc $

? Probit model: labor force participation decision
PROBIT ; LHS=inlf
       ; RHS=ONE,kidslt6,kidsge6,age,educ,nwifeinc $

? Marginal effects evaluated at sample means
MFAC $

? Predicted probabilities
CREATE ; phat=N01(b1+b2*kidslt6+b3*kidsge6+b4*age+b5*educ+b6*nwifeinc) $
DSTAT ; RHS=phat $

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about LIMDEP (mapped to pl/limdep). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/LIMDEP/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Limbo Lime →