[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: Cramers V with weighted data
Generating a new variable was unnecessary. Much better would be:
di "Cramer's V = " e(cun_Pear)/e(N)
-Steve
On Aug 8, 2008, at 12:21 PM, Steven Samuels wrote:
.
-svyset- the data with pweights equal to your weight. Run -svy:
tabulate- and divide the uncorrected Pearson Chi Square statistic
by the sample size. You can program this by dividing the returned
scalar e(cun_Pear) by the scalar e(N)
gen crV= e(cun_Pear)/e(N)
-Steve
On Aug 8, 2008, at 11:38 AM, Thomas Lux wrote:
How can i get cramers V with weighted data (non-integer weights)?
Steven Samuels
845-246-0774
18 Cantine's Island
Saugerties, NY 12477
EFax: 208-498-7441
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/