|
a |
|
b/man/FitMixtureModel.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/common.R |
|
|
3 |
\name{FitMixtureModel} |
|
|
4 |
\alias{FitMixtureModel} |
|
|
5 |
\title{Given trial assumptions describing an exponential model |
|
|
6 |
Use the method of moments to fit a single Weibull distribution} |
|
|
7 |
\usage{ |
|
|
8 |
FitMixtureModel(HR, r, M) |
|
|
9 |
} |
|
|
10 |
\arguments{ |
|
|
11 |
\item{HR}{Hazard ratio} |
|
|
12 |
|
|
|
13 |
\item{r}{Randomization balance} |
|
|
14 |
|
|
|
15 |
\item{M}{control arm median} |
|
|
16 |
} |
|
|
17 |
\description{ |
|
|
18 |
See, for example, Lei, Y. Evaluation of three methods for estimating the Weibull distribution |
|
|
19 |
parameters of Chinese pine (Pinus tabulaeformis). Journal of Forest Science 54.12 (2008): 566-571. |
|
|
20 |
} |
|
|
21 |
|