Learn R Programming

simsem (version 0.2-8)

summaryShort: Provide short summary of an object.

Description

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

Usage

summaryShort(object, ...)

Arguments

object
Desired object being described
...
any additional arguments

Value

  • NONE. This function will print on screen only.

See Also

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

Examples

Run this code
u89 <- simUnif(0.8, 0.9)
loading <- matrix(0, 6, 2)
loading[1:3, 1] <- NA
loading[4:6, 2] <- NA
loadingValues <- matrix(0, 6, 2)
LX <- simMatrix(loading, "u89")
summaryShort(LX)

Run the code above in your browser using DataLab