R/rjd.fortran.R

Defines functions rjd.fortran

Documented in rjd.fortran

rjd.fortran <- function(X, weight=NULL, maxiter=100, eps=1e-06, na.action = na.fail)
{
  msg <- "'rjd_fortran' is deprecated.\n Use 'frjd' instead.\n See
'help(rjd)' for details."
  .Deprecated("frjd", package="JADE", msg=msg)
  frjd(X, weight, maxiter, eps, na.action)}

Try the JADE package in your browser

Any scripts or data that you put into this service are public.

JADE documentation built on Sept. 18, 2023, 1:06 a.m.