mode_est {bpnreg} | R Documentation |
Compute the mode of a vector of linear data
Description
Compute the mode of a vector of linear data
Usage
mode_est(x)
Arguments
x |
a vector of linear data |
Examples
library(bpnreg)
mode_est(Motor$AvAmp)
[Package bpnreg version 2.0.3 Index]