checkBayesFeature: Validate a Bayesian feature using some sanity checks.

Description Usage Arguments Value Author(s)

View source: R/bayesFeature.R

Description

Internal function to check common arguments for function that use samples transformed to bayes-features.

Usage

1
checkBayesFeature(dfFeature, featName)

Arguments

dfFeature

a data.frame for a single feature or variable as constructed by @seealso createFeatureForBayes.

featName

the name of the feature or variable of which to obtain the value.

Value

data.frame the row corresponding to the given feature name

Author(s)

Sebastian Hönel sebastian.honel@lnu.se


mmb documentation built on Oct. 23, 2020, 5:21 p.m.

Related to checkBayesFeature in mmb...