Skip to content

Instantly share code, notes, and snippets.

View tlamadon's full-sized avatar

Thibaut Lamadon tlamadon

View GitHub Profile
@tlamadon
tlamadon / clogit.jl
Last active August 29, 2015 14:02 — forked from stichnoth/clogit_ll.m
module clogit
function ll(coeff, x1, x2, x3, x4, x5, x6,
y1, y2, y3, y4, y5, y6,
T, nObs, nVar)
llit = zeros(nObs,T)
ni = size(x1,1)
nk = size(x1,2)
@tlamadon
tlamadon / 0_reuse_code.js
Created April 23, 2014 11:40
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console