classifyTags: Classifies Tags

View source: R/createModels.R

classifyTagsR Documentation

Classifies Tags

Description

Accepts a vector of tags to be classified as well as the iterators. Tags are classified as ‘iterator’, ‘array’, ‘conditional’, or ‘simple’. This is an internal function.

Usage

classifyTags(tagVector, iteratorsVector)

Arguments

tagVector

A vector of tags to be classified

iteratorsVector

a vector of the iterators to correctly classify tags

Value

A character vector the same length as the vectors to be tagged


MplusAutomation documentation built on April 7, 2022, 1:06 a.m.