SortParams: Sort parameters of the model in intuitive way

Description Usage Arguments Examples

Description

Model parameter names can get scrambled and when plotting them it can be difficult to understand the graph. This function convniently groups model parameters by name such that contrast intensities are followed by bias weights.

Usage

1
SortParams(paramNames)

Arguments

paramNames

model parameter names as factor (see usage)

Examples

1
modelWeights$Parameters <- sortParams(modelWeights$Parameters)

armanabraham/chb documentation built on May 10, 2019, 1:39 p.m.