Fonts and backgrounds Epidata Analysis ver 0.9.0.0
Dear Jens,Separate selection of Fonts in the Output, Command line and Editor isvery good feature. One can read rec file but cannot relate with other rec file.Merge command is not working with parent child rec files.Please retain the feature of choosing the background as black and white(as it was in Classical Epidata Analysis). Otherwise this feaure should change with Windows colour scheme selection. Only white background results in lot of glare.Startup.pgm could not be located. It is faster than classical epidata analysis.It can read large data sets (more than 35,000) easily. Keep it up.With regards,Dr. Shavinder
You can do the merge with EpiData Manager and save everything in one project. That way, you are set to use the project data forms in EntryClient and Analysis. Jamie
Dear Jens,
One can read rec file but cannot relate with other rec file.Merge command is not working with parent child rec files.
,Dr. Shavinder
If you wish to do it in Analysis 0.9.0.0 directly, do:
read "1_patient.rec"; edit var sex !valuelabel := label_sex !label := "Examinee's sex"; // Do the above for all label blocks in the check file save "1_patient.epx" !replace;
close; read "2_examination.rec"; edit var sputum !valuelabel := label_sputum !label := "Macroscopic aspect of sputum"; // Do the above for all label blocks in the check file save "2_examination.epx" !replace;
close; read "2_examination.epx"; merge patid !fn := "1_patient.epx" !table; save "combined.epx" !replace;
It works perfectly well.
Hans
On 13-Dec-17 16:03, EpiData development and support wrote:
You can do the merge with EpiData Manager and save everything in one project. That way, you are set to use the project data forms in EntryClient and Analysis. Jamie
Dear Jens, One can read rec file but cannot relate with other rec file.Merge command is not working with parent child rec files. ,Dr. Shavinder
participants (1)
-
EpiData development and support