FitGenGammaComplete: Generalized Gamma Parameter Estimation without Censoring

View source: R/GenGamma.R

FitGenGammaCompleteR Documentation

Generalized Gamma Parameter Estimation without Censoring

Description

Paramter estimation for generalized gamma event times without censoring.

Usage

FitGenGammaComplete(data, beta_lower = 0.1, beta_upper = 10)

Arguments

data

Data.frame.

beta_lower

Lower limit on possible values for beta.

beta_upper

Upper limit on possible values for beta.

Value

Numeric vector containing the estimated shape and rate parameters.


Temporal documentation built on Sept. 24, 2023, 1:06 a.m.