|
Subject: | XploRe Application Guide |
See XploRe: | reca |
Quantlet: | eiv09 | |
Description: | estimates the parameters of nonlinear eiv model for Heidelberg cement factory data - regression calibration | |
Download: | eiv09.xpl |
library("eiv") library("xplore") V=read("heid.dat") y=V[,1] w=V[,2] z=V[,3] su2=var(w)/4 res=reca(y,w,z,su2) res.beta res.bv
Subject: | XploRe Application Guide |
See XploRe: | reca |