probabilitiesFromContinuous: estimate PDFs from samples in a tidy friendly manner

View source: R/tidyContinuousProbability.R

probabilitiesFromContinuousR Documentation

estimate PDFs from samples in a tidy friendly manner

Description

estimate PDFs from samples in a tidy friendly manner

Usage

probabilitiesFromContinuous(df, continuousVar, method = "Kernel", ...)

Arguments

df

- may be grouped, in which case the value is interpreted as different types of continuous variable

continuousVar

- the column of the continuous value (Y)

method

- the method employed - valid options are "Kernel", "SGolay"

...

- the other parameters are passed onto the implementations

Value

a dataframe containing the disctinct values of the groups of df, and for each group a mutual information column (I). If df was not grouped this will be a single entry


terminological/tidy-info-stats documentation built on Nov. 19, 2022, 11:23 p.m.