Learn R Programming

gfpop (version 1.1.1)

summary.gfpop: summary.gfpop

Description

Returns all information contains in gfpop object

Usage

# S3 method for gfpop
summary(object, ...)

Value

summary of gfpop object

Arguments

object

a gfpop class object

...

Other parameters

Examples

Run this code
n <- 1000 #data length
data <- dataGenerator(n, c(0.3, 0.4, 0.7, 0.95, 1), c(1, 3, 1, -1, 4), "mean", sigma = 3)
myGraph <- graph(type = "relevant", gap = 0.5, penalty = 2 * sdDiff(data) ^ 2 * log(n))
g <- gfpop(data, myGraph, type = "mean")
summary(g)

Run the code above in your browser using DataLab