Description Usage Arguments Value Author(s) See Also Examples
Log Hazard Function for a Log Normal Process
1 | hlnorm(y, m, s)
|
y |
Vector of times. |
m |
Mean parameter. |
s |
Variance parameter. |
hlnorm
returns the log hazard function for a log normal
process with the given parameter values.
J.K. Lindsey
hboxcox
, hburr
,
hexp
, hgextval
,
hcauchy
, hgamma
,
hggamma
, hhjorth
,
hinvgauss
, hlaplace
,
hlogis
, hglogis
,
hnorm
, hstudent
,
hweibull
, hgweibull
.
1 | hlnorm(1:10, 3, 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] -2.667942 -2.837620 -2.975217 -3.088321 -3.184259 -3.267660 -3.341521
[8] -3.407877 -3.468169 -3.523456
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.