These options have no place in bar and histograph
Example 1 : /XMIN="0" /XMAX="10" /XINC=1
Example 2 : /XMIN="0" /XMAX="10" /XINC="1"
and will be removed from the graph create form.
bar:
A bar uses only the values of the group variable assumed categorical. And each value
represented in the data will be shown. A small space will separate the bars.
Histogram
Unless you use the option /Xonly a histogram uses
all values from minimum to maximum value and fills in any intermediate
value not found in the data.
E.g. if data in variable V1 has values 10 20 30. : histogram v1
The histogram will show a bar with counts of observations at x=10
x=20 and x=30, and will show the values 11,12....19 21....29 without any bar.
With : his v1 /xonly
A condensed histogram will show with only values 10,20 and 30 and without space
between the bars.
regards
Jens Lauritsen
EpiData Association
"When I try to open a newly created .rec-file for data entry I receive
the error message "list index out of bounds (9174)".
When such errors occur it is good practice to confirm that you are using
latest version - 3.1 Jan 12th 2006: (120106)
If not download latest and try again.
regards Jens Lauritsen
When I try to open a newly created .rec-file for data entry I receive
the error message "list index out of bounds (9174)".
What does this mean? How to solve it?
*************************************************
Dr. Dirk Enzmann
Institute of Criminal Sciences
Dept. of Criminology
Edmund-Siemers-Allee 1
D-20146 Hamburg
Germany
phone: +49-040-42838.7498 (office)
+49-040-42838.4591 (Billon)
fax: +49-040-42838.2344
email: dirk.enzmann(a)jura.uni-hamburg.de
www:
http://www2.jura.uni-hamburg.de/instkrim/kriminologie/Mitarbeiter/Enzmann/E…
*************************************************
The Spanish Install file has been updated to remedy the error seen.
A lacking subfolder has been added. The exe file is the same.
Our college from Cali-Columbia wrote:
"La primera es que el instalador de la version en español
de Epidata Analisis no funciona, lo eh bajado varias veces
pero nunca lo puedo instalar...."
Answer/Solution: Proeba otra vez.
Regards Jens Lauritsen
EpiData Association
Hello,
In Graphics menu or command line, Xinc (/graphics/histogram or bar) is inoperant.
Example 1 : /XMIN="0" /XMAX="10" /XINC=1
Example 2 : /XMIN="0" /XMAX="10" /XINC="1"
Thank you your help
BERNARD BRANGER - Médecin coordinateur
Réseau de périnatalité
"Sécurité Naissance - Naître ensemble" des Pays de la Loire
1, allée Baco - 44000 NANTES
Tel 02 40 48 55 81 - Fax 02 40 12 40 72
Courriel : <mailto:bernard.branger@naitre-ensemble-ploire.org>
bernard.branger(a)naitre-ensemble-ploire.org
Site Internet : <http://www.reseau-naissance.fr> http://www.reseau-naissance.fr
If I understand properly, the problem arises with related files.
FileA - fields are district, x, y, z (one record per person, say 25 people)
FileB - fields are district, a, b, c (one record per district, say 5
districts)
To get freq of field a:
read filea
relate district fileb
freq a
This works, total of freqs (with missing) is 25. But of the files are
read in the wrong order:
read fileb
relate district filea
freq a
This will not work - you get only total of 5 freqs, one for each
district, because EpiData only matches the first record in FileA for
each district. I think that Epi6 complained about doing the relate this way.
If I have misunderstood the problem, perhaps provide more of the
commands you are using.
Si he entendido mal el problema, quizás proporcione más de los comandos
que usted está utilizando.
Jamie Hockin
Public Health Agency of Canada
Andres wrote:
> la segunda en con respecto a los reportes, cuando tengo dos tablas on relate, y deseo sacar una frecuencia de una variable de la tabla secundaria no me muestra correctamente el reporte, ejemplo, tengo una tabla con el nombre del barrio y el codigo, y tengo otra tabla donde se encuentra la informacion de todos los barrios como el codigo, el nombre, el tipo de barrio, el estrato, etc, cuando deseo hacer el reporte de los barrios en la tabla principal, y le digo que me realice un freq del nombre del barrio despues de realizar el relate, me imprime en ocaciones el codigo del barrio y en otros el nombre.... como puedo realizar la rutina para que siempre me imprima en nombre del barrio y no el codigo????
>
>
Buenos Dias.
tengo dos inquitudes con respecto a EpiData Analisis....
La primera es que el instalador de la version en español de Epidata Analisis no funciona, lo eh bajado varias veces pero nunca lo puedo instalar....
la segunda en con respecto a los reportes, cuando tengo dos tablas on relate, y deseo sacar una frecuencia de una variable de la tabla secundaria no me muestra correctamente el reporte, ejemplo, tengo una tabla con el nombre del barrio y el codigo, y tengo otra tabla donde se encuentra la informacion de todos los barrios como el codigo, el nombre, el tipo de barrio, el estrato, etc, cuando deseo hacer el reporte de los barrios en la tabla principal, y le digo que me realice un freq del nombre del barrio despues de realizar el relate, me imprime en ocaciones el codigo del barrio y en otros el nombre.... como puedo realizar la rutina para que siempre me imprima en nombre del barrio y no el codigo????
Gracias por la tencion
Atentamente,
Andres Felipe Hincapie S.
Tecnico en Sistemas
Instituto Cisalva - Universidad del Valle
Cali - Colombia
__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
Regístrate ya - http://correo.espanol.yahoo.com/
Hi Juergen,
Thank you for that, it works perfectly!!
Kind Regards,
Bellinda
-----Original Message-----
From: epidata-list-bounces(a)lists.umanitoba.ca
[mailto:epidata-list-bounces@lists.umanitoba.ca] On Behalf Of
epidata-list(a)lists.umanitoba.ca
Sent: Wednesday, February 15, 2006 9:21 AM
To: epidata-list(a)lists.umanitoba.ca
Subject: Re: [EpiData-list] Jumps reset
epidata-list(a)lists.umanitoba.ca schrieb:
> Hi,
>
> I have a question about the jumps reset command.
>
> What I would like to do is based on the answers of 2 items in the
> questionnaire I would like to either keep entering data or fill the
rest
> of the section with 7's.
>
> I know how to use one item jumps reset, but not how to do it for 2
> items. I was thinking about creating a sum of the items and then if
the
> sum equals a particular value either you keep going or fill. The two
> items added together would have a range of 2-6 and when it's 2 I would
> like to skip (fill) the section. However, my usage of EpiData up until
> now has been rather basic, so the programming for this is a little
> beyond me. Any help would be greatly appreciated.
>
> Cheers,
> Bellinda
>
>
Hi Bellinda,
another way to do more complex skip and fill rules is using If ... then
in a After Entry-Block for Item2, something like this:
If (item1>1) and (item2>1) THEN
var1=7
var2=7
var3=-7
var4=0
...
GOTO nextvar
Endif
That's more programming than "jumps reset" but much more flexible.
Regards
Juergen Spiegel
--
***********************************************
Freiburger Institut fuer angewandte Sozialwissenschaft e.V.
FIFAS
Erasmusstr. 16, D-79098 Freiburg
Telefon: (0761) 28 83 64 Fax: (0761) 29 27 493
Web: www.fifas.de
e-mail: info(a)fifas.de
_______________________________________________
EpiData-list mailing list
EpiData-list(a)lists.umanitoba.ca
http://lists.umanitoba.ca/mailman/listinfo/epidata-list
epidata-list(a)lists.umanitoba.ca schrieb:
> Hi,
>
> I have a question about the jumps reset command.
>
> What I would like to do is based on the answers of 2 items in the
> questionnaire I would like to either keep entering data or fill the rest
> of the section with 7's.
>
> I know how to use one item jumps reset, but not how to do it for 2
> items. I was thinking about creating a sum of the items and then if the
> sum equals a particular value either you keep going or fill. The two
> items added together would have a range of 2-6 and when it's 2 I would
> like to skip (fill) the section. However, my usage of EpiData up until
> now has been rather basic, so the programming for this is a little
> beyond me. Any help would be greatly appreciated.
>
> Cheers,
> Bellinda
>
>
Hi Bellinda,
another way to do more complex skip and fill rules is using If ... then
in a After Entry-Block for Item2, something like this:
If (item1>1) and (item2>1) THEN
var1=7
var2=7
var3=-7
var4=0
...
GOTO nextvar
Endif
That's more programming than "jumps reset" but much more flexible.
Regards
Juergen Spiegel
--
***********************************************
Freiburger Institut fuer angewandte Sozialwissenschaft e.V.
FIFAS
Erasmusstr. 16, D-79098 Freiburg
Telefon: (0761) 28 83 64 Fax: (0761) 29 27 493
Web: www.fifas.de
e-mail: info(a)fifas.de
Hi,
I have a question about the jumps reset command.
What I would like to do is based on the answers of 2 items in the
questionnaire I would like to either keep entering data or fill the rest
of the section with 7's.
I know how to use one item jumps reset, but not how to do it for 2
items. I was thinking about creating a sum of the items and then if the
sum equals a particular value either you keep going or fill. The two
items added together would have a range of 2-6 and when it's 2 I would
like to skip (fill) the section. However, my usage of EpiData up until
now has been rather basic, so the programming for this is a little
beyond me. Any help would be greatly appreciated.
Cheers,
Bellinda
Bellinda Kallimanis
Coordinator, Statistical Research
University of South Florida
Louis de la Parte Florida Mental Health Institute
Department of Aging & Mental Health
13301 Bruce B. Downs Blvd. MHC1407
Tampa, FL 33612-3899
Ph. (813) 974 9861