Learn R Programming

ghypernet (version 1.1.2)

as.ghype: Map list to ghype object

Description

Manually map a list to a ghype object

Usage

as.ghype(object, ...)

# S3 method for list as.ghype(object, ...)

# S3 method for nrm as.ghype(object, ...)

Value

an object of class "ghype"

Arguments

object

list object to map to ghype.

...

additional arguments to be passed to logl function.

Methods (by class)

  • as.ghype(list): Map list to ghype

  • as.ghype(nrm): Map list to ghype

Examples

Run this code
ll <- list(call = NULL, 'adj' = NULL, 'xi'= matrix(36,4,4), 'omega' = matrix(1,4,4), 
     'n' = 4, 'm' = 12, 'directed' = TRUE, 'selfloops' = TRUE,
     'regular' = TRUE, 'unbiased' = TRUE, 'df' = 1)
model <- as.ghype(ll)

Run the code above in your browser using DataLab