Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

MGLM-deprecated

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

Multivariate Response Generalized Linear Models

v0.2.0
GPL (>= 2)
Authors
Yiwen Zhang <zhangyiwen1015@gmail.com> and Hua Zhou <huazhou@ucla.edu>
Initial release
2018-10-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.