search for: mwfresh

Displaying 1 result from an estimated 1 matches for "mwfresh".

2010 Aug 27
1
calculate the elasticities by linear.hypothesi commander
...s1=dWfresh~dlnPfresh+dlnPfrozen+dlnPsmoke+dlnQP+cosL1+sinL1+cosL2 > formulas2=dWsmoke~dlnPfresh+dlnPfrozen+dlnPsmoke+dlnQP+cosL1+sinL1+cosL2 > formulas12=list(formulas1,formulas2) > > salmon1=systemfit(formulas12, data=Fsalmon2, method="SUR") > summary (salmon1) >MWfresh<-mean (Wfresh2, data=Fsalmon) >MWfrozen<-mean (Wfrozen2, data=Fsalmon) >MWsmoke<-mean (Wsmoke2, data=Fsalmon) >restricte11=c("eq1_dlnPfresh/MWfresh-1=0") >linear.hypothesis(salmonsdlnf1r, restricte11, test="Chisq") It does not work. However, if...