btldParams | R Documentation |
Using the various functions built in this package, and a KDE to initialize the modal parameters, this function calculates the mode and scale parameters for the btld.
btldParams(xs, normalize = F)
xs |
input data |
normalize |
do we normalize? |
dataframe containing the scales and modes
library(mixtools) data(NOdata) btldParams(NOdata$NO,normalize=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.