fitpo: Fit a Poisson distribution to the degree distribution of the...

Description Usage Arguments Value Examples

View source: R/dd.fitpo.R

Description

Fit a Poisson distribution to the degree distribution of the language network.

Usage

1
fitpo(distribution, estimates = F)

Arguments

distribution

A vector of integers representing the degree distribution of a given network.

Value

If estimates = F, returns the fitted model for subsequent analyses. If estimates = T, returns optimal xmin and parameters.

Examples

1
2
3
4
fitpo(distribution, estimates = T)
# xmin, par1 values will be listed
model.po <- fitln(distribution, estimates = F)
# use this model for other functions

csqsiew/langnetr documentation built on May 14, 2019, 10:37 a.m.