Learn R Programming

SPOTMisc (version 1.19.52)

getIndices: Get indices (positions) of variable names

Description

Get indices (positions) of variable names

Usage

getIndices(model, a)

Value

indices of variable names.

Arguments

model

from getModelConf, e.g., "dl".

a

name of variables

Examples

Run this code
getIndices(model="dl",
           a = c("dropout", "units"))

Run the code above in your browser using DataLab