Thanks once again to Kit Baum, a new version of the qqvalue package is now available for download from SSC. In Stata, use the ssc command to do this, or adoupdate if you already have an old version of qqvalue.
The qqvalue package is described as below on my website. The new version fixes a few typos in the online help.
Best wishes
Roger
-----------------------------------------------------------------------------------
package qqvalue from http://www.rogernewsonresources.org.uk/stata10
-----------------------------------------------------------------------------------
TITLE
qqvalue: Generate frequentist q-values by inverting multiple-test procedures
DESCRIPTION/AUTHOR(S)
qqvalue is similar to the R package p.adjust. It inputs a single
variable, assumed to contain P-values calculated for multiple
comparisons, in a dataset with 1 observation per comparison. It
outputs a new variable, containing the q-values corresponding to
these P-values, calculated by inverting a multiple-test procedure
specified by the user. These q-values represent, for each
corresponding P-value, the minimum uncorrected P-value threshold
for which that P-value would be in the discovery set, assuming that
the specified multiple-test procedure was used on the same set of
input P-values to generate a corrected P-value threshold. These
minimum uncorrected P-value thresholds may represent familywise
error rates or false discovery rates, depending on the procedure
used. Optionally, qqvalue may output other variables, containing
the various intermediate results used in calculating the
q-values. The multiple-test procedures available for
qqvalue are a subset of those available using the multproc module
of the smileplot package, which can be downloaded from SSC.
Author: Roger Newson
Distribution-Date: 18november2020
Stata-Version: 10
INSTALLATION FILES (click here to install)
qqvalue.ado
qqvalue.sthlp
-----------------------------------------------------------------------------------
(click here to return to the previous screen)
Related Posts with New version of qqvalue on SSC
Storing Beta values by running regression loops on panel dataHi, I have the daily data of ten years (from 2008 to 2018) with four variables: 1) Date 2) Firm Nam…
Irregular gaps between bars on graph barDear Statalisters I ran into a strange problem when making a bar graph. I have a lot of categories …
the smae code and the same data, but the result is different using STATA 13,15 and 16In Stata 16, the code below cannot run normally, but in Stata 15 and Stata 13, the code can run corr…
Identification of gender from names through machine learning methodsHi, Code: * Example generated by -dataex-. To install: ssc install dataex clear input str37 name …
bootstrap: insufficient observations to compute bootstrap standard errorsI don't know the exact reason. Can anyone help me out? Here is the data and code: Code: * Example …
Subscribe to:
Post Comments (Atom)
0 Response to New version of qqvalue on SSC
Post a Comment