EpiData, analysis, means /by
Caution! This message was sent from outside the University of Manitoba.
Hi all
I hope this is something simple.
I'm reading in this data set, the one I mentioned before. ShortDataSet.csvhttps://drive.google.com/file/d/11WIET3s4eMHsB6JQ6hOQBx0SKquGRKKw/view?usp=sharing
I can get a frequency for AreaRegion, using both the drop down menu system and by typing in "freq AreaRegion" (without the quotes) and I can get a means in both the drop down menu system and by typing in "means population
I can't seem to get means by population, in the line at the bottom of the analysis system where we can type in commands.
I went to the list of commands http://www.epidata.dk/commands.htm
where it says this:
means variable1 [/by=variable2] [/T] [/q] basic descriptive statistics for numeric variable1, optionally stratified by variable2 Options: /by=variable2 : Stratify by this variable
I typed in " means population /by=AreaRegion" (without the quotes) and got this
.means population /by AreaRegion; ERROR: Line 1: Syntax error at pos 18: / Expected: "-", "!", "(", ")", ":=", ";", "@", "[", "else", "Identifier", "in", "to"
I also tried a couple of variations, like "means population [/by=AreaRegion]" and means population (/by=AreaRegion) and got similar error lines.
Any help with this?
By the way, on the commands.htm web page above, in the first column, it looks like you can click on the command and it's supposed to go to another web page, for example, meanshttp://www.epidata.dk/means.htm is supposed to lead to http://www.epidata.dk/means.htm but that results in not found.
And again, I greatly appreciate all the work that folks put into EpiData and all the accompanying web pages, help pages, documentation, etc. It's a lot of work and your work is appreciated.
Thanks
Gene
Caution! This message was sent from outside the University of Manitoba.
You are using the old syntax from the Windows only Analysis.
You want to do this:
means Population !by:= AreaRegion
The help file is self-contained html, but you want to be looking at the one that is bundled with your installed EpiData, using the help menu or by browsing to the /docs folder where Analysis is located.
Jamie
Caution! This message was sent from outside the University of Manitoba.
Hi Jamie
Thanks very much. That command worked.
But how do I get to the self-contained html or the local docs?
I went to "help" on EpiData Analysis, clicked on commands overview, and got the following. This showed up in the browser line for the location "file//C:/Program%20Files/EpiData/docs/commands.html"
But the browser showed me this: Hmmm… can't reach this page Check if there is a typo in "file.
and my docs folder C:\Users\gsoci\Documents\EpiData (or ThisPC\Documents\EpiData) only has three files commandlog EAoutput temp
I found the docs here file:///C:/Program%20Files/EpiData/docs/commands.html
There are three forward slashes and a ":" in the link just above, "file:/// " instead of just two and no ":" when I clicked on help and "commands overview" "file//"
Am I the only one who had that?
Thanks
Gene
On Monday, July 15, 2024 at 07:28:06 PM EDT, EpiData support and user community epidata-list@lists.umanitoba.ca wrote:
You are using the old syntax from the Windows only Analysis.
You want to do this:
means Population !by:= AreaRegion
The help file is self-contained html, but you want to be looking at the one that is bundled with your installed EpiData, using the help menu or by browsing to the /docs folder where Analysis is located.
Jamie
_______________________________________________ EpiData-list mailing list -- epidata-list@lists.umanitoba.camailto:epidata-list@lists.umanitoba.ca To unsubscribe send an email to epidata-list-leave@lists.umanitoba.camailto:epidata-list-leave@lists.umanitoba.ca
participants (1)
-
EpiData support and user community