summary.semicts: Prints the proportion of zeroes, and summary of the positive...

Description Usage Arguments Examples

Description

Prints the proportion of zeroes, and summary of the positive data in the semicts object supplied.

Usage

1
2
## S3 method for class 'semicts'
summary(obj, ...)

Arguments

obj

A semicts object (for ex. returned from the rsemicts function)

Examples

1
2
x <- rsemicts(100, pzero=0.4, cts.density="lnorm", cts.param=c(1,1))
summary(x)

psaiku/semicts documentation built on June 9, 2019, 3:47 a.m.