Learn R Programming

GROAN (version 1.3.1)

getExtraCovariatesNames: String of extra covariates names

Description

Given a Noisy Dataset object, this function returns a representation of the extra covariates present in the object. If no extra covariates are present an empty string is returned.

Usage

getExtraCovariatesNames(nds, separator = " ")

Value

a string representation of extra covariates names.

Arguments

nds

a Noisy Dataset object.

separator

used for string concatenation.