smallAreaHealthStatisticsUnit / rapidInquiryFacility

The Rapid Inquiry Facility (RIF) helps epidemiologists and public health researchers in environmental health activities.
GNU Lesser General Public License v3.0
14 stars 5 forks source link

Multiple covariates don't appear in generated batch file #142

Closed bparkes closed 5 years ago

bparkes commented 5 years ago

When more than one covariate is selected, the study runs correctly using both covariates, but the rif40_run_R.bat file only has one covariate listed (should have all covariates separated by commas)

devilgate commented 5 years ago

I'll take a look at this. It might have to be conditioned on the same property we were talking about this morning.

devilgate commented 5 years ago

Fixed now. The values were being passed to R correctly, but we were then using the wrong variable to populate the batch file.