zscore: The function estimates z-score of specific Random Variables,...

Description Usage Arguments Value Note Author(s) References See Also Examples

Description

The function estimates z-score of specific Random Variables, which measure the standard deviations from the mean

Usage

1
zscore(x)

Arguments

x

specific Random Variables

Value

standard z-score

Note

Please refer to the documentation of the optim function for method details.

Author(s)

Xia Shen

References

Yang Z, Xu W, Zhai R, Li T, Ning Z, Pawitan Y, Shen X (2020). Triangulation of analysis strategies links complex traits to specific tissues and cell types. Submitted.

See Also

combined.fdr

Examples

1
2
3
4
5
6
7
8
## Not run: 

num <- c(1051, 179, 1028, 154, 1040, 159, 981, 208) 

zscore (x=num) 


## End(Not run)

xiashen/sysubiostat documentation built on Aug. 30, 2020, 12:05 a.m.