search for: pricenames

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

Did you mean: nicenames
2012 Mar 07
1
Demographic Variables in AIDS (Demand System)
...to add more demographic variables in demand system. How can I add those information? for example: mydata<-data.frame(p1,p2,p3,p4, s1,s2,s3,s4, totalexp, house,age,urban) priceNames<-c("p1","p2","p3","p4") shareNames<-c("s1","s2","s3","s4") estResult <- aidsEst(priceNames,shareNames,'totalexp',data=mydata, method = "LA") for this step, estResult &lt...