Learn R Programming

POSetR (version 1.1.4)

Partially Ordered Sets in R

Description

Provides a set of basic tools for generating, analyzing, summarizing and visualizing finite partially ordered sets. In particular, it implements flexible and very efficient algorithms for the extraction of linear extensions and for the computation of mutual ranking probabilities and other user-defined functionals, over them. The package is meant as a computationally efficient "engine", for the implementation of data analysis procedures, on systems of multidimensional ordinal indicators and partially ordered data, in the spirit of Fattore, M. (2016) "Partially ordered sets and the measurement of multidimensional ordinal deprivation", Social Indicators Research , and Fattore M. and Arcagni, A. (2018) "A reduced posetic approach to the measurement of multidimensional ordinal deprivation", Social Indicators Research .

Copy Link

Version

Install

install.packages('POSetR')

Monthly Downloads

354

Version

1.1.4

License

GPL (>= 2)

Maintainer

Alberto Arcagni

Last Published

December 4th, 2023

Functions in POSetR (1.1.4)

poset_from_igraph

Generates a Partially Ordered SET from a Directed Acyclic Graph (DAG)
poset_from_incidence

Generates a Partially Ordered SET from an incidence matrix
LEapply

Applies scalar functions over the set of linear extensions of a poset and returns the corresponding average values
poset_from_dataframe

Generates a Partially Ordered SET from a data frame through the component-wise comparability relation
poset

Generates a Partially Ordered SET from the list of dominances
POSetR-package

tools:::Rd_package_title("POSetR")
coverMatrix

Poset cover matrix
incidenceMatrix

Poset incidence matrix
antiChain

Generate an anti-chain from a vector of elements' labels
chain

Generate a complete order from a vector of elements' labels
productOrder

Product order between two posets
summary.poset

Poset summary
plot.poset

Plotting the Hasse diagram of a poset
intersection

Intersection of two posets
print.poset

Method for the print function that shows the poset elements and comparabilities
print.summary_poset

Method for the print function that shows the poset summary