append_x1 {amt}R Documentation

Append "_x1"

Description

Helper function to append ⁠_x1⁠ to variable names

Usage

append_x1(string)

Arguments

string

⁠[character]⁠ Variable name to possibly append to

Details

The function first checks if "_x1" is already appended and adds it if it is not. This is meant for internal use in ⁠\link{plot.log_rss}()⁠.

Value

A string.


[Package amt version 0.2.2.0 Index]