Displaying 1 result from an estimated 1 matches for "fsalmon".
Did you mean:
salmon
2010 Aug 27
1
calculate the elasticities by linear.hypothesi commander
...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("eq1_dlnPfresh/MWfresh-1=0")
>linear.hypothesis(salmonsdlnf1r, rest...