powered by
Multivariate design matrices are represented using objects of class mdm.
mdm
mdm(xold, types) as.mdm(x, ...) is.mdm(x) as.list(x, ...) as.matrix(x, ...) # S4 method for mdm,missing,missing as.data.frame(x, row.names=NULL,optional=TRUE, ...) # S4 method for mdm rbind(x, ..., deparse.level=1) types(x) xold(x)
Matrix of design points, each row being a point in parameter space
A factor holding the types of each observation
An object of class mdm
Currently ignored
Further arguments passed to NextMethod()
NextMethod()
As for rbind()
rbind()
Robin K. S. Hankin
Various functionality for creating and manipulating objects of class mdm (Multivariate Design Matrix).
mhp,apart
mhp
apart
mm <- toy_mm_maker(7,8,9) is.mdm(mm) xold(mm) <- matrix(rnorm(108),27,4) mm[1,1] <- 0.3 data(mtoys) obs_maker(mm,toy_mhp,toy_LoF,toy_beta)
Run the code above in your browser using DataLab