Description Usage Arguments Details Value Examples
Rename inla variables.
1 | rename_inla(x, choice = c(NA_character_, "Precision"))
|
x |
Character |
choice |
Integer, choice of renaming to perform. |
Rename inla variables such as Precision to SD.
Modified character
1 2 3 | x <- "Precision for the Gaussian observations"
y <- rename_inla(x, choice = "Precision")
stopifnot(identical(y, "SD for the Gaussian observations"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.