nbscale.noT: Structure learning with negative binomial model using optim

View source: R/PCnb_optim.R

nbscale.noTR Documentation

Structure learning with negative binomial model using optim

Description

This function estimates the adjacency matrix of a NB model given a matrix of counts, using the optim function.

Usage

nbscale.noT(X, maxcard, alpha, extend)

Arguments

X

the matrix of counts (n times p).

maxcard

the uper bound of the cardinality of the conditional sets K

alpha

the significant level of the tests

extend

if TRUE it considers the union of the tests, otherwise it considers the intersection.

Value

the estimated adjacency matrix of the graph.


drisso/learn2count documentation built on July 15, 2024, 11:13 p.m.