Displaying 1 result from an estimated 1 matches for "formulas12".
Did you mean:
  formula12
  
2010 Aug 27
1
calculate the elasticities by linear.hypothesi commander
...ter to calculate the elasticities by using the
formula e11=a11/mw1-1.  What I have done is using the command of linear.
Hypothesis. 
 
> formulas1=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(&quo...