write.digram | R Documentation |
Writes a RDigram object to DIGRAM files.
write.digram(do = NULL, path = "", filename = do$project)
do |
The digram.object |
path |
Path to where to save the files |
filename |
Optional. Set to project name if not set. |
DIGRAM is a Windows based program. Therefore it expects CRLF (\r\n) newlines. If you edit the files in Linux after export, your might need to take care to keep the CRLF newlines.
DIGRAM doesn't accept labels with more than one character. Therefore two-character labels are converted starting from AA->a. Labels from BA are special characters, starting from BA->ü. DIGRAM might not like RDigram's choice of characters.
DIGRAM doesn't accept more than 58 categories. Therefore variables with more than 58 categories are re-coded to include only 58 categories.
Returns nothing
Jeppe Bundsgaard jebu@edu.au.dk
Kreiner, S. (2003). Introduction to DIGRAM. Dept. of Biostatistics, University of Copenhagen.
write.digram(do = DHP,path = "DHP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.