Learn R Programming

threeboost (version 1.1)

coef_traceplot: Draw a coefficient traceplot

Description

This function draws a 'traceplot' of coefficient values vs. number of iterations.

Usage

coef_traceplot(coef.mat, varnames = NULL)

Arguments

coef.mat
The matrix of coefficients (one coefficient vector per row).
varnames
(Optional) list of variable name labels to make the traceplot more readable.