MGLM-deprecated | R Documentation |
These functions are provided for compatibility with older version of the yourPackageName package. They may eventually be completely removed.
ddirm(...) rdirm(...) dgdirm(...) rgdirm(...) dneg(Y, alpha, beta)
... |
parameters to be passed to the modern version of the function |
Y, alpha, beta |
for functions |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.