summaryShort: Provide short summary of an object.

Description Usage Arguments Value Author(s) See Also Examples

Description

Provide short summary if it is available. Otherwise, it is an alias for summary.

Usage

1
summaryShort(object, ...)

Arguments

object

Desired object being described

...

any additional arguments

Value

NONE. This function will print on screen only.

Author(s)

Sunthud Pornprasertmanit (psunthud@gmail.com)

See Also

This is the list of classes that can use summaryShort method.

Examples

1
2
3
4
5
6
loading <- matrix(0, 6, 2)
loading[1:3, 1] <- NA
loading[4:6, 2] <- NA
loadingValues <- matrix(0, 6, 2)
LY <- bind(loading, "runif(1, 0.8, 0.9)")
summaryShort(LY)

simsem documentation built on March 29, 2021, 1:07 a.m.

Related to summaryShort in simsem...