|
Subject: | XploRe: Learning Guide |
See XploRe: |
Quantlet: | glm01 | |
Description: | Interactive GLM estimation (linear regression). | |
Download: | glm01.xpl |
library("glm") ; randomize(0) n=100 b=1|2 p=rows(b) x=2.*uniform(n,p) y=x*b+normal(n)./2 ; doglm(x,y)
Subject: | XploRe: Learning Guide |
See XploRe: |