sasquatch
, healthatlas
, and centr
.
To complete my homework.
Take this question:
“Fit a model with random subject intercepts and week effects. Is this model significantly better than the random-intercepts model? Write the two-level model and interpret the parameters in this model.”
To answer this question I must:
I could use PROC ODSTEXT
to add my interpretations into the ODS output
✔ Reproducable
✔ No setup
✖ PROC ODSTEXT
statements would liter my code
✖ The output wouldn’t include my code
✖ I can’t write formulas
I could just screenshot my output and add it to a word document
✔ Math notation is supported
✔ Answers do not have to be embeded inside the code
✖ Not reproducable
✖ Tedious
I could use the SAS jupyter kernel and I probably should have but…
it would be really nice to have
Quarto is a
sasquatch serves as a bridge between R and SAS, enabling:
sasquatch does quite a few things for you
sasquatch introduces a new custom language knitr
engine.
example.html
You can use your sasquatch to visualize SAS output in many of R developers’ favorite IDEs.
RStudio
Positron/Visual Studio Code
sasquatch provides file management functions that emulate those from base R
Function | Base R Equivalent |
---|---|
sas_list() |
list.files() |
sas_file_exists() |
file.exists() |
sas_file_upload() |
- |
sas_file_download() |
- |
sas_file_copy() |
file.copy() |
sas_file_remove() |
file.remove() |
Features I’m thinking about:
dir.create()
equivalent