View source: R/btldParamsKDE.R
btldParamsKDE | 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.
btldParamsKDE(xs, normalize = F)
xs |
input data |
normalize |
do we normalize? |
dataframe containing the scales and modes
library(mixtools) data(NOdata) btldParamsKDE(NOdata$NO, normalize=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.