Learn R Programming

enaR (version 2.9.1)

enaAll: Conduct All Major ENA

Description

Conducts all major ENA with default settings and returns the output as a named list.

Usage

enaAll(x = "network object")

Arguments

x
A network object.

Value

ascendency
enaAscendency
control
enaControl
environ
enaEnviron
flow
enaFlow
mti
enaMTI
storage
enaStorage
structure
enaStructure
utility
enaUtility with eigen.check=FALSE

See Also

enaAscendency,enaControl,enaEnviron,enaFlow,enaMTI,enaStorage,enaUtility

Examples

Run this code
data(troModels)
output = enaAll(troModels[[6]])
names(output)

Run the code above in your browser using DataLab