fit_sft: Goodness of fit test for the scale-free topology model

View source: R/synteny.R

fit_sftR Documentation

Goodness of fit test for the scale-free topology model

Description

Goodness of fit test for the scale-free topology model

Usage

fit_sft(edges)

Arguments

edges

A 2-column data frame with network edges represented in each. Columns 1 and 2 represent nodes 1 and 2 of each edge.

Value

A numeric scalar with the R squared for the scale-free topology fit.

Examples

data(synnet)
edges <- synnet
fit_sft(edges)

almeidasilvaf/cogeqc documentation built on Jan. 29, 2024, 7:20 a.m.