compare.profiles: Compare each pair of structuples/profiles in a matrix.

Description Usage Arguments Value Examples

Description

Compare each pair of structuples/profiles in a matrix.

Usage

1

Arguments

pr

A matrix where each row is a distinct structuple/profile.

Value

A logical square matrix with 'true' indicating less than or equal relation for input to HasseDiagram-Hasse function.

Examples

1
2
3
4
5
6
CompPairMat=compare.profiles(as.matrix(SimplePOSACdata[,1:4]))
hasseDiagram::hasse(CompPairMat)

CRASCompMat=compare.profiles(as.matrix(CRASdata[,1:5]))
#the result of this function can be used to make a Hasse Diagram
hasseDiagram::hasse(CRASCompMat)

CambridgeAssessmentResearch/POSAC documentation built on May 28, 2019, 12:16 p.m.