Learn R Programming

inlabru (version 2.11.1)

bru_standardise_names: Standardise inla hyperparameter names

Description

The inla hyperparameter output uses parameter names that can include whitespace and special characters. This function replaces those characters with underscores.

Usage

bru_standardise_names(x)

Value

A character vector with standardised names

Arguments

x

character vector; names to be standardised

Examples

Run this code
bru_standardise_names("Precision for the Gaussian observations")

Run the code above in your browser using DataLab