Currently, im writing SAS code for GLM and exporting to EMBLEM to do analysis. Recently, i'm have done cleaning the data but i didn't manage to export my data to emblem file formatted (.bid and .fic). I hope i can get the code or guidance for this.
Assume i have a cleaned data set called, glmdata. How should i export the data to emblem file ?
I don't know of a direct way to write such files in SAS, but all statistics software can import from standardized text files (csv), so you should be able to use that. Look into the Emblem documentation how the files need to be structured (delimiters, formats for numbers and dates etc).
I don't know of a direct way to write such files in SAS, but all statistics software can import from standardized text files (csv), so you should be able to use that. Look into the Emblem documentation how the files need to be structured (delimiters, formats for numbers and dates etc).