Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: bad update? can't set level for weighted tabs


From   [email protected] (Kristin MacDonald, StataCorp)
To   [email protected]
Subject   Re: st: bad update? can't set level for weighted tabs
Date   Tue, 19 Oct 2010 16:53:39 -0500

Graham Wright <[email protected]> reported that -svy:tabulate- with the
-level()- option is producing an error message 


	option level() not allowed
	r(198);


Graham has discovered a bug in -svy:tabulate- that was introduced in the
latest update to Stata 11.  This will be fixed in a future update.  In the
meantime, Graham can use the -set level- command to specify the level of the
confidence interval for -svy:tabulate-.  Instead of typing 

	. svy: tab vara varb, ci level(80)

he could type

	. set level 80
	. svy: tab vara varb, ci

Then, if he wants other commands to produce 95 percent confidence intervals by
default, he would type

	. set level 95



-- Kristin					-- Jeff
[email protected]				[email protected]

*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index