Below is the format used:
##_##_descriptive-name.R
Underscores (_
) separate the sections of the script name. Each section
of the script name has a purpose:
First number: category of work being done in the script
| Number | Description |
|:------:|-----------------------------------------------------------|
| 01
| Data cleaning and preparation |
| 02
| Interfacing between Mplus and R to run and analyze models |
| 03
| Data visualization |
| 9#
| Scripts for supplementary work |
Second number: script run order within each category. Important for possible dependencies between scripts.
Descriptive name: describes what each script does in words
separated by dashes (-
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.