Learn R Programming

pcalg (version 1.0-0)

fciAlgo-class: Class "fciAlgo"

Description

This class of objects is returned by the function fci to represent the estimated PAG. Objects of this class have methods for the functions plot, show and summary.

Arguments

Creation of objects

Objects can be created by calls of the form new("fciAlgo", ...) or by a function call to fci.

Extends

Class "gAlgo".

See Also

fci, pcAlgo

Examples

Run this code
showClass("fciAlgo")

Run the code above in your browser using DataLab