Learn R Programming

amt (version 0.2.2.0)

append_x1: Append "_x1"

Description

Helper function to append _x1 to variable names

Usage

append_x1(string)

Value

A 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}().