R/plot_uncounted.R
profile.uncounted.Rd
S3 method for profile that dispatches to profile_gamma, profile_alpha, or profile_beta depending on param.
profile
profile_gamma
profile_alpha
profile_beta
param
# S3 method for class 'uncounted' profile(fitted, param = c("gamma", "alpha", "beta"), ...)
An "uncounted" object.
"uncounted"
Character: which parameter to profile. One of "gamma", "alpha", or "beta".
"gamma"
"alpha"
"beta"
Additional arguments passed to the specific profile function.
Invisibly, a data frame from the dispatched function.