coef.binomial_naive_bayes: 'coef.binomial_naive_bayes'

View source: R/balk.r

coef.binomial_naive_bayesR Documentation

coef.binomial_naive_bayes

Description

coef.binomial_naive_bayes is an implementation of the coef method for the binomial naive bayes algorithm. modified from bernoulli_naive_bayes function in the naivebayes package

Usage

## S3 method for class 'binomial_naive_bayes'
coef(object, ...)

Arguments

object

a binomial_naive_bayes object

...

additional arguments

Value

return a data frame of coefficients


minSNPs documentation built on May 29, 2024, 2:48 a.m.