summary-MuChPoint: Summary of a 'MuChPoint' object.

summary,MuChPoint-methodR Documentation

Summary of a MuChPoint object.

Description

Summary of a MuChPoint object.

Usage

## S4 method for signature 'MuChPoint'
summary(object)

Arguments

object

an object of class MuChPoint.

See Also

MuChPoint.

Examples

require(MuChPoint)
mu=c(rep(c(rep(1,25),rep(0,25)),3))%*%t(rep(c(rep(0,25),rep(1,25)),3))
Y=matrix(rnorm(150^2,0,2),150)+mu+t(mu)
Y=as.matrix(Matrix::forceSymmetric(Y))
res=MuChPoint(Y)
summary(res)


MuChPoint documentation built on April 8, 2022, 5:08 p.m.