Description Usage Arguments Value Author(s) See Also Examples
Log Hazard Function for a Weibull Process
1 | hweibull(y, s, m)
|
y |
Vector of times. |
s |
Shape parameter. |
m |
Scale parameter. |
hweibull
returns the log hazard function for a Weibull
process with the given parameter values.
J.K. Lindsey
hboxcox
, hburr
,
hexp
, hgextval
,
hcauchy
, hgamma
,
hggamma
, hhjorth
,
hinvgauss
, hlaplace
,
hlogis
, hglogis
,
hlnorm
, hnorm
,
hstudent
, hgweibull
.
1 | hweibull(1:10, 1.5, 2)
|
Loading required package: rmutil
Attaching package: ‘rmutil’
The following object is masked from ‘package:stats’:
nobs
The following objects are masked from ‘package:base’:
as.data.frame, units
[1] -0.63425566 -0.28768207 -0.08494952 0.05889152 0.17046329 0.26162407
[7] 0.33869941 0.40546511 0.46435663 0.51703688
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.