Skip to content

Commit 6571a69

Browse files
authored
Merge pull request #2 from chengqian3/template
update font
2 parents d0a9b7f + 5b288f9 commit 6571a69

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

templates/template.qmd

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ title: "<SAS/R/SAS vs R> <method name>"
44

55
------------------------------------------------------------------------
66

7-
**Note:** Your choice to use part or all to fit your topic
7+
*Italic words are note for you.\
8+
Your choice to use part or all to fit your topic.*
89

910
## R package versions
1011

1112
R 4.3.1\
1213
mmrm 0.2.2
1314

14-
**Note:** If there is only one available package this can be deleted. Otherwise please make a short list, paragraph or table. If there is a reason to use one package vs another please include it. Please make sure to include what version of the packages you are using
15+
*If there is only one available package this can be deleted. Otherwise please make a short list, paragraph or table. If there is a reason to use one package vs another please include it. Please make sure to include what version of the packages you are using*
1516

1617
## Data used
1718

@@ -30,35 +31,35 @@ exData <- tibble::tribble(
3031
"val2", 2)
3132
```
3233

33-
**Note:** a sentence or two about the data. Consider using a package like {skimr} to help illustrate the data.
34+
*a sentence or two about the data. Consider using a package like {skimr} to help illustrate the data.*
3435

35-
## Example Code using {package name}
36+
## Example Code using <package name>
3637

37-
**Note:** Describe more details about the method.\
38+
*Describe more details about the method.\
3839
If needed, add link to other web page/paper/SAS help methodology page, and list them in reference section.\
3940
Print key results as needed.\
40-
Add explanations about code and results as needed.
41+
Add explanations about code and results as needed.*
4142

42-
## Example Code using {another package name}
43+
## Example Code using <another package name>
4344

44-
**Note:** Add if there is more than one package
45+
*Add if there is more than one package*
4546

4647
## Comparison
4748

48-
**Note:** If you are comparing more than one package or between different languages, consider adding in a table to illustrate some of the differences. When comparing between languages it can be nice to have a table with links to the pages with deeper dive of each language for a given method method like this table from the ANCOVA page:
49+
*If you are comparing more than one package or between different languages, consider adding in a table to illustrate some of the differences. When comparing between languages it can be nice to have a table with links to the pages with deeper dive of each language for a given method method like this table from the ANCOVA page:*
4950

5051
| Analysis | Supported in R | Supported in SAS | Results Match | Notes |
5152
|---------------|---------------|---------------|---------------|---------------|
5253
| ANCOVA using general linear model and lsmeans | [Yes](../R/ancova.html) | [Yes](../SAS/ancova.html) | [Yes](#comp) | `GLM()` function from **sasLM** with `EMEANS=TRUE` is the easiest to use and matches SAS |
5354

54-
**Note:** But, even if you are just comparing the difference in same language it can be helpful to have a table with values of interest across different packages. Using dynamic content you can add the values to a table without manually putting in each value.\
55-
SAS result is very reliable in many cases.
55+
*But, even if you are just comparing the difference in same language it can be helpful to have a table with values of interest across different packages. Using dynamic content you can add the values to a table without manually putting in each value.\
56+
SAS result is very reliable in many cases.*
5657

5758
## Conclusion
5859

59-
**Note:** add a conclusion about which language(s) or package(s) are more recommended.\
60-
This section could have a feature like paper abstract, e.g. about the selection of package or SAS PROC.
60+
*add a conclusion about which language(s) or package(s) are more recommended.\
61+
This section could have a feature like paper abstract, e.g. about the selection of package or SAS PROC.*
6162

6263
## Reference
6364

64-
**Note:** Cite all sources and references used in the analysis.
65+
*Cite all sources and references used in the analysis.*

0 commit comments

Comments
 (0)