vec2pwm | R Documentation |
This function converts a vector of probability-weighted moments (PWM) to a PWM
object of lmomco. The object is an R list
. This function is intended
to facilitate the use of PWM that the user might have from other sources. The
first five PWMs are supported (\beta_0
, \beta_1
, \beta_2
,
\beta_3
, \beta_4
) if as.list=FALSE
otherwise the \beta_r
are unlimited.
vec2pwm(vec, as.list=FALSE)
vec |
A vector of PWM values in ( |
as.list |
A logical controlling the returned data structure. |
An R list
is returned if as.list=TRUE
.
BETA0 |
The first PWM, which is equal to the arithmetic mean. |
BETA1 |
The second PWM. |
BETA2 |
The third PWM. |
BETA3 |
The fourth PWM. |
BETA4 |
The fifth PWM. |
source |
Source of the PWMs: “vec2pwm”. |
Another R list
is returned if as.list=FALSE
.
betas |
The PWMs. |
source |
Source of the PWMs: “vec2pwm”. |
W.H. Asquith
vec2lmom
, lmom2pwm
, pwm2lmom
pwm <- vec2pwm(c(12,123,12,12,54))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.