roundperf {glmnetr}R Documentation

round elements of a summary.glmnetr() output

Description

round elements of a summary.glmnetr() output

Usage

roundperf(summdf, digits = 3, resample = 1)

Arguments

summdf

a summary data frame from summary.nested.glmnetr() obtained using the option table=0

digits

the minimum number of decimals to display the elements of the data frame

resample

1 (default) if the summdf object is a summary for an analysis including nested cross validation, 0 if only the full data models were fit.

Value

a data frame with same form as the input but with rounding for easier display

See Also

summary.nested.glmnetr , nested.glmnetr


[Package glmnetr version 0.5-2 Index]