Learn R Programming

kmlcov (version 1.0.1)

rwFormula: Rewrite the formula with all the covariates

Description

Rewrite a given formula with all the covariates, so do note have to write them all.

Usage

rwFormula(formula, col.names, ident)

Arguments

formula
: An object of type 'formula' of the form y ~ .
col.names
: Name of the columns in the data.
ident
: Name of the identity column in the data.

Value

: A 'formula' with all covariates.