Learn R Programming

ypr (version 0.4.0)

as_ypr_population: Coerce to a Population Parameter Object

Description

Coerce to a Population Parameter Object

Usage

as_ypr_population(x, ...)

# S3 method for data.frame as_ypr_population(x, ...)

Arguments

x

The object to coerce.

...

Unused.

Methods (by class)

  • data.frame: Coerce data frame to ypr_population

Examples

Run this code
# NOT RUN {
as_ypr_population(as.data.frame(ypr_population()))
# }

Run the code above in your browser using DataLab