Learn R Programming

simsem (version 0.2-8)

summaryPopulation: Summarize the data generation population model underlying an object

Description

This function will summarize the data generation population model underlying an object. The target object can be linkS4class{SimModelOut}, linkS4class{SimDataOut}, or linkS4class{SimResult}.

Usage

summaryPopulation(object)

Arguments

object
The target object that you wish to extract the data generation population model from, which can be linkS4class{SimModelOut}, linkS4class{SimDataOut}, or linkS4class{SimResult}.

Value

  • None except using for linkS4class{SimResult} which the return value is a data.frame of the summary of population model across replications.

See Also

  • SimDataOutfor data output object
  • SimModelOutfor model output object
  • SimResultfor result object

Examples

Run this code
# See each class for an example.

Run the code above in your browser using DataLab