.beta | R Documentation |
This function calculates Beta Irreplaceability from a vector of Alpha
Irreplaceability values. Alpha Irreplaceability values can be calculated using
.alpha()
.
.beta(alphas, na.rm = FALSE)
alphas |
vector - A vector of numbers between 0-1. |
na.rm |
logical - Should missing values (NA) be removed? |
A number between 0 and 1.
Daniele Baisero, daniele.baisero@gmail.com
.beta(alphas=c(0.1,0.32,0.5))
.beta(alphas=c(0.1,0.32,0.9))
.beta(alphas=c(0.1,0.32,1))
.beta(alphas=c(0.1,0.32,NA), na.rm=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.