summary.gRapHD {gRapHD} | R Documentation |
Methods
for class gRapHD
.
## S3 method for class 'gRapHD': summary(object,...)
object |
an object of class "gRapHD" , usually, a result of a
call to minForest . |
... |
further arguments passed to or from other methods. |
Give details about the model structure.
Gabriel Coelho Goncalves de Abreu (Gabriel.Abreu@agrsci.dk)
Rodrigo Labouriau (Rodrigo.Labouriau@agrsci.dk)
David Edwards (David.Edwards@agrsci.dk)
data(dsCont) m1 <- minForest(dsCont,homog=TRUE,forbEdges=NULL,stat="LR") summary(m1)