Learn R Programming

edpclient (version 0.5.1)

schema: Return the schema of a population or population model

Description

Returns the schema of an EDP population or population model as a data.frame.

Usage

schema(x)

Arguments

x

an EDP population from population(...) or an EDP population model from popmod(...)

Value

A data.frame with columns name, display_name, stat_type, and nvalues. nvalues is NA unless stat_type is a categorical type.