Second, "didn't work" is meaningless even to Stata experts without explanation. It can mean anything from "Stata complained" to "Stata didn't produce the results I expected". That said, some of your results are puzzling. (B) is illegal, rather than ambiguous: Stata doesn't allow you to...
subpop():withregress,poisson, orgsem. For factor variables, the tests are computed using the prefixsvy:orsubpop():withtabulate twoway. Please refer toMethods and formulasin[R] dtablefor details. Below, we demonstrate how to reproduce the test results for both continuous and factor variables....
.summarize age income.tabulate age.logit outcome gender status if age > 29.scatter income educ if state == "Texas".drop if age <= 29.by gender: tabulate case exposure.by agegrp: summarize income hours One of the easiest commands to remember ishelp. If you typehelpmy topic, Stata will...
in which I seek to display variables <Age> and <Gender> in columns, over levels <Group> in rows: > > qui levelsof Group, local(levels) > foreach l of local levels { > tabulate Gender Age if Group == `l', row > } > > Two questions about which I'd like to ask advice: > ...
in which I seek to display variables <Age> and <Gender> in columns, over levels <Group> in rows: > > qui levelsof Group, local(levels) > foreach l of local levels { > tabulate Gender Age if Group == `l', row > } > > Two questions about which I'd like to ask advice: > ...
But "institute" and "individual" are not categories of a binary or dichotomous variable; they are measured variables with many distinct values. In fact, many, many distinct values, so many that any command based directly or indirectly on -tabulate- will fail. Also, _none_ of the commands ...
Prev by Date: st: RE: metan in Stata12: missing table output, but forest plot still appears? Next by Date: Re: st: IV regression with time invariant instrument Previous by thread: Re: st: How to send -table- output to LaTeX table Next by thread: st: Generating dummy variable with...
From"Isabella King" <isabella.c.king@gmail.com> To<statalist@hsphsun2.harvard.edu> Subjectst: how to test significance for difference DateWed, 24 Apr 2013 17:49:00 +0800 Follow-Ups: Re: st: how to test significance for difference ...