R/S3methodsDeprecations.r

Defines functions projs.structure projs.canon proj2.ops proj2.decomp fac.layout design.plot blockboundary.plot Ameasures porthogonalize pstructure marginality efficiencies

Documented in Ameasures blockboundary.plot design.plot efficiencies marginality porthogonalize proj2.decomp proj2.ops projs.canon projs.structure pstructure

#S3 methods

efficiencies <- function(object, ...) UseMethod("efficiencies")
marginality <- function(object, ...) UseMethod("marginality")
pstructure <- function(formula, ...) UseMethod("pstructure")
porthogonalize <- function(projectors, ...) UseMethod("porthogonalize")

#"resid.errors" = function(object, ...) UseMethod("residuals")
#fitted.errors = function(x) UseMethod("fitted.errors")
#setGeneric("fitted.errors.aovlist")

#Deprecations

Ameasures <- function(...)
{ 
  .Deprecated(new = "designAmeasures", package = "dae")
  invisible()
}

blockboundary.plot <- function(...)
{ 
  .Deprecated(new = "blockboundaryPlot", package = "dae")
  invisible()
}

design.plot <- function(...)
{ 
  .Deprecated(new = "designPlot", package = "dae")
  invisible()
}

fac.layout <- function(...)
{ 
  .Deprecated(new = "designRandomize", package = "dae")
  invisible()
}

proj2.decomp <- function(...)
{ 
  .Deprecated(new = "proj2.eigen", package = "dae")
  invisible()
}

proj2.ops <- function(...)
{ 
  .Deprecated(new = "proj2.combine", package = "dae")
  invisible()
}

projs.canon <- function(...)
{ 
  .Deprecated(new = "designAnatomy", package = "dae")
  invisible()
}

projs.structure <- function(...)
{ 
  .Deprecated(new = "pstructure.formula", package = "dae")
  invisible()
}

Try the dae package in your browser

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

dae documentation built on June 22, 2024, 9:07 a.m.