Description Usage Arguments Value Author(s) References See Also Examples
'beta.mom' fits the beta distribution by method of moments.
1 | beta.mom(qs.in)
|
qs.in |
A vector contains the numbers that are assumed to follow a beta distribution. |
alpha.hat |
Returns the estimation of alpha. |
beta.hat |
Returns the estimation of beta. |
Ning Leng
Ning Leng, John A. Dawson, James A. Thomson, Victor Ruotti, Anna I. Rissman, Bart M.G. Smits, Jill D. Haag, Michael N. Gould, Ron M. Stewart, and Christina Kendziorski. EBSeq: An empirical Bayes hierarchical model for inference in RNA-seq experiments. Bioinformatics (2013)
DenNHist, DenNHistTable
1 2 | #tmp = rbeta(5, 5, 100)
#param = beta.mom(tmp)
|
Loading required package: blockmodeling
To cite package 'blockmodeling' in publications please use package
citation and (at least) one of the articles:
Žiberna, Aleš (2007). Generalized blockmodeling of valued networks.
Social Networks 29(1), 105-126.
Žiberna, Aleš (2008). Direct and indirect approaches to blockmodeling
of valued networks in terms of regular equivalence. Journal of
Mathematical Sociology 32(1), 57–84.
Žiberna, Aleš (2014). Blockmodeling of multilevel networks. Social
Networks 39, 46–61. https://doi.org/10.1016/j.socnet.2014.04.002.
Žiberna, Aleš (2020). Generalized and Classical Blockmodeling of
Valued Networks, R package version 1.0.0.
To see these entries in BibTeX format, use 'print(<citation>,
bibtex=TRUE)', 'toBibtex(.)', or set
'options(citation.bibtex.max=999)'.
Loading required package: gplots
Attaching package: ‘gplots’
The following object is masked from ‘package:stats’:
lowess
Loading required package: testthat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.