- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
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 ?
Many thanks!
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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).