Learn R Programming

CausalQueries (version 1.3.3)

perm: Produces the possible permutations of a set of nodes

Description

Produces the possible permutations of a set of nodes

Usage

perm(max = rep(1, 2))

Value

A matrix of permutations

Arguments

max

A vector of integers. The maximum value of an integer value starting at 0. Defaults to 1. The number of permutation is defined by max's length

Examples

Run this code
# \donttest{
CausalQueries:::perm(3)
# }

Run the code above in your browser using DataLab