MGLM-deprecated: Deprecated function(s) in the MGLM package

MGLM-deprecatedR Documentation

Deprecated function(s) in the MGLM package

Description

These functions are provided for compatibility with older version of the yourPackageName package. They may eventually be completely removed.

Usage

ddirm(...)

rdirm(...)

dgdirm(...)

rgdirm(...)

dneg(Y, alpha, beta)

Arguments

...

parameters to be passed to the modern version of the function

Y, alpha, beta

for functions dnegmn, note the change in argument order. See Details.

Details

ddirm now a synonym for ddirmn
dgdirm now a synonym for dgdirmn
dneg now a synonym for dnegmn
rdirm now a synonym for rdirmn
rgdirm now a synonym for rgdirmn

The function dneg has been deprecated. Use dnegmn instead.

Note the change in argument order: dneg(Y, prob, beta) and dnegmn(Y, alpha, beta) from MGLM_0.0.8 have been deprecated; use dnegmn(Y, beta, prob = alpha/(rowSums(alpha)+1), alpha=NULL) instead.


MGLM documentation built on April 14, 2022, 1:07 a.m.