Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 73 found.
[1] < 1 2 3 4 5 6 7 8 > [8]  Sort:

dreach (Package: pcalg) : Compute D-SEP(x,y,G)

Let x and y be two distinct vertices in a mixed graph G. This function computes D-SEP(x,y,G), which is defined as follows:
● Data Source: CranContrib
● Keywords:
● Alias: dreach
● 0 images

EssGraph-class (Package: pcalg) : Class code{"EssGraph"

This class represents an (observentional or interventional) essential graph.
● Data Source: CranContrib
● Keywords: classes
● Alias: EssGraph-class, plot,EssGraph,ANY-method
● 0 images

getNextSet (Package: pcalg) : Iteration through a list of all combinations of choose(n,k)

Given a combination of k elements out of the elements 1,…,n, the next set of size k in a specified sequence is computed.
● Data Source: CranContrib
● Keywords: arith, utilities
● Alias: getNextSet
● 0 images

dag2essgraph (Package: pcalg) : Convert a DAG to an Essential Graph

Convert a DAG to an (interventional or observational) essential graph.
● Data Source: CranContrib
● Keywords: graphs, models
● Alias: dag2essgraph
● 0 images

rmvDAG (Package: pcalg) : Generate Multivariate Data according to a DAG

Generate multivariate data with dependency structure specified by a (given) DAG (Directed Acyclic Graph) with nodes corresponding to random variables. The DAG has to be topologically ordered.
● Data Source: CranContrib
● Keywords: datagen, multivariate
● Alias: rmvDAG
● 0 images

pcSelect (Package: pcalg) : PC-Select: Estimate subgraph around a response variable

The goal is feature selection: If you have a response variable y and a data matrix dm, we want to know which variables are “strongly influential” on y. The type of influence is the same as in the PC-Algorithm, i.e., y and x (a column of dm) are associated if they are correlated even when conditioning on any subset of the remaining columns in dm. Therefore, only very strong relations will be found and the result is typically a subset of other feature selection techniques. Note that there are also robust correlation methods available which render this method robust.
● Data Source: CranContrib
● Keywords: graphs, models, multivariate
● Alias: pcSelect
● 0 images

legal.path (Package: pcalg) : Check if a 3-node-path is Legal

Check if the path a-b-c is legal.
● Data Source: CranContrib
● Keywords: misc
● Alias: legal.path
● 0 images

getGraph (Package: pcalg) : Get the "graph" Part or Aspect of R Object

Get the graph part or “aspect” of an R object, notably from our pc(), skeleton(), fci(), etc, results.
● Data Source: CranContrib
● Keywords: graph, methods
● Alias: getGraph, getGraph,ANY-method, getGraph,fciAlgo-method, getGraph,matrix-method, getGraph,pcAlgo-method, getGraph-methods
● 0 images

unifDAG (Package: pcalg) : Uniform Sampling of Directed Acyclic Graphs (DAG)

Uniform sampling of a labelled directed acyclic graph (DAG) with combinatorial enumeration.
● Data Source: CranContrib
● Keywords: graphs, models
● Alias: unifDAG, unifDAG.approx
● 0 images

pcSelect.presel (Package: pcalg) : Estimate Subgraph around a Response Variable using Preselection

This function uses pcSelect to preselect some covariates and then runs pcSelect again on the reduced data set.
● Data Source: CranContrib
● Keywords: graphs, models, multivariate
● Alias: pcSelect.presel
● 0 images