Dear Jens Can we have a user manual and podcast on the new analysis software? Thanks Regards Thambu ________________________________________ From: epidata-list-bounces@lists.umanitoba.ca [epidata-list-bounces@lists.umanitoba.ca] on behalf of epidata-list-request@lists.umanitoba.ca [epidata-list-request@lists.umanitoba.ca] Sent: Friday, December 22, 2017 11:30 PM To: epidata-list@lists.umanitoba.ca Subject: EpiData-list Digest, Vol 166, Issue 6
Send EpiData-list mailing list submissions to epidata-list@lists.umanitoba.ca
To subscribe or unsubscribe via the World Wide Web, visit http://lists.umanitoba.ca/mailman/listinfo/epidata-list or, via email, send a message with subject or body 'help' to epidata-list-request@lists.umanitoba.ca
You can reach the person managing the list at epidata-list-owner@lists.umanitoba.ca
When replying, please edit your Subject line so it is more specific than "Re: Contents of EpiData-list digest..."
EpiData-list mailing list ___________________________________
Today's Topics:
1. Fonts and Background (Actual thread title should be file conversion from rec to epx and relating the files) (EpiData development and support) 2. Re: Fonts and Background (Actual thread title should be file conversion from rec to epx and relating the files) (EpiData development and support) 3. New experimental Analysis for testing released - v0.9.0.15 (EpiData development and support)
----------------------------------------------------------------------
Message: 1 Date: 22 Dec 2017 07:57:56 -0000 From: EpiData development and support epidata-list@lists.umanitoba.ca To: epidata-list@lists.umanitoba.ca Subject: [EpiData-list] Fonts and Background (Actual thread title should be file conversion from rec to epx and relating the files) Message-ID: 20171222075756.22767.qmail@f4mail-235-247.rediffmail.com Content-Type: text/plain; charset="UTF-8"
Dear Hans,Sub - Fonts and Background (Actual thread title should be file conversion from rec to epx and relating the files)Using Analysis for relating rec files is a good option.A PGM can easily save the updated rec files to epx files and relate also.I could save two related rec files to epx files.When I issued the Merge command,Read "D:\EpidataAnalysis0.9.0.0\FG\AgeSex2.epx";Merge FFNO !fn :="D:\EpidataAnalysis0.9.0.0\FG\FAMILY2.epx" !Table;Following error message was dislayed; ERROR: External lookup table dataset "ds1" has a non-unique key combinationPlease use the integrity tool to get a complete list of non-unique valuesWhat is this integrity tool and how to get a complete list of non-unique values using this tool?.......................................................The following command is also not working.edit var sex !valuelabel := label_sex !label : = "Examinee's sex";What is the need to edit Label option before conversion to epx files?Dr. Shavinder
------------------------------
Message: 2 Date: Fri, 22 Dec 2017 09:04:26 +0100 From: EpiData development and support epidata-list@lists.umanitoba.ca To: epidata-list@lists.umanitoba.ca Subject: Re: [EpiData-list] Fonts and Background (Actual thread title should be file conversion from rec to epx and relating the files) Message-ID: 0df0bf45-05a5-21d4-9550-246df47e53f8@epidata.dk Content-Type: text/plain; charset=utf-8; format=flowed
Today we will give out a new experimental test version, where the check command (data integrity test) is very efficient, e.g. to find duplicates in a file
check key v1 v2 v3;
will tell which observations are duplicate in the combination of v1 v2 v3
In the new version colour of fonts and background is also working.
Jens Lauritsen EpiData Association
On 12/22/2017 08:57 AM, EpiData development and support wrote:
Dear Hans,Sub - Fonts and Background (Actual thread title should be file conversion from rec to epx and relating the files)Using Analysis for relating rec files is a good option.A PGM can easily save the updated rec files to epx files and relate also.I could save two related rec files to epx files.When I issued the Merge command,Read "D:\EpidataAnalysis0.9.0.0\FG\AgeSex2.epx";Merge FFNO !fn :="D:\EpidataAnalysis0.9.0.0\FG\FAMILY2.epx" !Table;Following error message was dislayed; ERROR: External lookup table dataset "ds1" has a non-unique key combinationPlease use the integrity tool to get a complete list of non-unique valuesWhat is this integrity tool and how to get a complete list of non-unique values using this tool?.......................................................The following command is also not working.edit var sex !valuelabel := label_sex !label
:
= "Examinee's sex";What is the need to edit Label option before conversion to epx files?Dr. Shavinder _______________________________________________ EpiData-list mailing list EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
------------------------------
Message: 3 Date: Fri, 22 Dec 2017 17:07:18 +0100 From: EpiData development and support epidata-list@lists.umanitoba.ca To: EpiData development and support epidata-list@lists.umanitoba.ca Subject: [EpiData-list] New experimental Analysis for testing released - v0.9.0.15 Message-ID: a4e6fab4-11e3-e70d-2680-c166752f1945@epidata.dk Content-Type: text/plain; charset=utf-8; format=flowed
Dear all users
We have released next experimental version for testing, which you may find from the page: Http://www.epidata.dk/testing.php
Many issues have been fixed since the latest public test in early december. A complete list is found at the bottom.
In particular we have fixed and quality assured the data integrity command: check data, check key, check relate
But also many other issues, e.g. colour control. These lines will turn output and command line into yellow on black background.
set "COMMANDLINE BG COLOUR"?? := "#000000"; set "COMMANDLINE FONT COLOUR" := "#FFF000"; set "OUTPUT BG COLOUR"??????? := "#000000"; set "OUTPUT FONT COLOUR"????? := "#FFF000";
Many other aspects have been fixed, e.g. search and replace in editor in windows.
Next in line is the implementation of tables command and a few more issues in relation to data-management, which will then be announced as a pre-public version.
Please do some testing to
------------------------------
________________________________________ EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
End of EpiData-list Digest, Vol 166, Issue 6 ********************************************
We are now close to the final form of all data management aspects. So it could be a proper time to start on writing a manual.
Untill such a product is ready, I am aware that a certain level of experience in programming pgm's is needed.
Start by reading the pdf explaining how to adopt previous pgm files. The pdf file is delivered with the software and found via the help menu.
Many aspects are the same or needs very little change. Eg write a := v17 ; Instead of a = v17 In analysis classic.
Happy new year to all
Jens Lauritsen EpiData Association Denmark
Den 1. januar 2018 21.04.36 CET, EpiData development and support epidata-list@lists.umanitoba.ca skrev:
Dear Jens Can we have a user manual and podcast on the new analysis software? Thanks Regards Thambu ________________________________________ From: epidata-list-bounces@lists.umanitoba.ca [epidata-list-bounces@lists.umanitoba.ca] on behalf of epidata-list-request@lists.umanitoba.ca [epidata-list-request@lists.umanitoba.ca] Sent: Friday, December 22, 2017 11:30 PM To: epidata-list@lists.umanitoba.ca Subject: EpiData-list Digest, Vol 166, Issue 6
Send EpiData-list mailing list submissions to epidata-list@lists.umanitoba.ca
To subscribe or unsubscribe via the World Wide Web, visit http://lists.umanitoba.ca/mailman/listinfo/epidata-list or, via email, send a message with subject or body 'help' to epidata-list-request@lists.umanitoba.ca
You can reach the person managing the list at epidata-list-owner@lists.umanitoba.ca
When replying, please edit your Subject line so it is more specific than "Re: Contents of EpiData-list digest..."
EpiData-list mailing list ___________________________________
Today's Topics:
- Fonts and Background (Actual thread title should be file conversion from rec to epx and relating the files) (EpiData development and support)
- Re: Fonts and Background (Actual thread title should be file conversion from rec to epx and relating the files) (EpiData development and support)
- New experimental Analysis for testing released - v0.9.0.15 (EpiData development and support)
Message: 1 Date: 22 Dec 2017 07:57:56 -0000 From: EpiData development and support epidata-list@lists.umanitoba.ca To: epidata-list@lists.umanitoba.ca Subject: [EpiData-list] Fonts and Background (Actual thread title should be file conversion from rec to epx and relating the files) Message-ID: 20171222075756.22767.qmail@f4mail-235-247.rediffmail.com Content-Type: text/plain; charset="UTF-8"
Dear Hans,Sub - Fonts and Background (Actual thread title should be file conversion from rec to epx and relating the files)Using Analysis for relating rec files is a good option.A PGM can easily save the updated rec files to epx files and relate also.I could save two related rec files to epx files.When I issued the Merge command,Read "D:\EpidataAnalysis0.9.0.0\FG\AgeSex2.epx";Merge FFNO !fn :="D:\EpidataAnalysis0.9.0.0\FG\FAMILY2.epx" !Table;Following error message was dislayed; ERROR: External lookup table dataset "ds1" has a non-unique key combinationPlease use the integrity tool to get a complete list of non-unique valuesWhat is this integrity tool and how to get a complete list of non-unique values using this tool?.......................................................The following command is also not working.edit var sex !valuelabel := label_sex !label : = "Examinee's sex";What is the need to edit Label option before conversion to epx files?Dr. Shavinder
Message: 2 Date: Fri, 22 Dec 2017 09:04:26 +0100 From: EpiData development and support epidata-list@lists.umanitoba.ca To: epidata-list@lists.umanitoba.ca Subject: Re: [EpiData-list] Fonts and Background (Actual thread title should be file conversion from rec to epx and relating the files) Message-ID: 0df0bf45-05a5-21d4-9550-246df47e53f8@epidata.dk Content-Type: text/plain; charset=utf-8; format=flowed
Today we will give out a new experimental test version, where the check command (data integrity test) is very efficient, e.g. to find duplicates in a file
check key v1 v2 v3;
will tell which observations are duplicate in the combination of v1 v2 v3
In the new version colour of fonts and background is also working.
Jens Lauritsen EpiData Association
On 12/22/2017 08:57 AM, EpiData development and support wrote:
Dear Hans,Sub - Fonts and Background (Actual thread title should be
file conversion from rec to epx and relating the files)Using Analysis for relating rec files is a good option.A PGM can easily save the updated rec files to epx files and relate also.I could save two related rec files to epx files.When I issued the Merge command,Read "D:\EpidataAnalysis0.9.0.0\FG\AgeSex2.epx";Merge FFNO !fn :="D:\EpidataAnalysis0.9.0.0\FG\FAMILY2.epx" !Table;Following error message was dislayed; ERROR: External lookup table dataset "ds1" has a non-unique key combinationPlease use the integrity tool to get a complete list of non-unique valuesWhat is this integrity tool and how to get a complete list of non-unique values using this tool?.......................................................The following command is also not working.edit var sex !valuelabel := label_sex !label :
= "Examinee's sex";What is the need to edit Label
option before conversion to epx files?Dr. Shavinder
EpiData-list mailing list EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
Message: 3 Date: Fri, 22 Dec 2017 17:07:18 +0100 From: EpiData development and support epidata-list@lists.umanitoba.ca To: EpiData development and support epidata-list@lists.umanitoba.ca Subject: [EpiData-list] New experimental Analysis for testing released - v0.9.0.15 Message-ID: a4e6fab4-11e3-e70d-2680-c166752f1945@epidata.dk Content-Type: text/plain; charset=utf-8; format=flowed
Dear all users
We have released next experimental version for testing, which you may find from the page: Http://www.epidata.dk/testing.php
Many issues have been fixed since the latest public test in early december. A complete list is found at the bottom.
In particular we have fixed and quality assured the data integrity command: check data, check key, check relate
But also many other issues, e.g. colour control. These lines will turn output and command line into yellow on black background.
set "COMMANDLINE BG COLOUR"?? := "#000000"; set "COMMANDLINE FONT COLOUR" := "#FFF000"; set "OUTPUT BG COLOUR"??????? := "#000000"; set "OUTPUT FONT COLOUR"????? := "#FFF000";
Many other aspects have been fixed, e.g. search and replace in editor in windows.
Next in line is the implementation of tables command and a few more issues in relation to data-management, which will then be announced as a pre-public version.
Please do some testing to
EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
End of EpiData-list Digest, Vol 166, Issue 6
EpiData-list mailing list EpiData-list@lists.umanitoba.ca http://lists.umanitoba.ca/mailman/listinfo/epidata-list
participants (1)
-
EpiData development and support