Skip to contents

S3 method for profile that dispatches to profile_gamma, profile_alpha, or profile_beta depending on param.

Usage

# S3 method for class 'uncounted'
profile(fitted, param = c("gamma", "alpha", "beta"), ...)

Arguments

fitted

An "uncounted" object.

param

Character: which parameter to profile. One of "gamma", "alpha", or "beta".

...

Additional arguments passed to the specific profile function.

Value

Invisibly, a data frame from the dispatched function.