Thanks as always to Kit Baum, a new version of the parmest 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 parmest.
The parmest package is described as below on my website. The new version fixes a rarely-encountered bug in the parmby module, causing parmby to fail uninformatively if the user supplied a by(varlist) option with repeated variable names (as in by(foreign foreign)). parmby now allows such by(varlist) options, as do most Stata commands with a by(varlist) option.
Best wishes (and |have a good 2021)
Roger
-----------------------------------------------------------------------------------------
package parmest from http://www.rogernewsonresources.org.uk/stata16
-----------------------------------------------------------------------------------------
TITLE
parmest: Create datasets with 1 observation per estimated parameter
DESCRIPTION/AUTHOR(S)
The parmest package has 4 modules: parmest, parmby, parmcip and metaparm.
parmest creates an output dataset, with 1 observation per parameter of the
most recent estimation results, and variables corresponding to parameter names,
estimates, standard errors, z- or t-test statistics, P-values, confidence
limits and other parameter attributes. parmby is a quasi-byable extension to
parmest, which calls an estimation command, and creates a new dataset, with 1
observation per parameter if the by() option is unspecified, or 1 observation
per parameter per by-group if the by() option is specified. parmcip inputs
variables containing estimates, standard errors and (optionally) degrees of
freedom, and computes new variables containing confidence intervals and
P-values. metaparm inputs a parmest-type dataset with 1 observation for each
of a set of independently-estimated parameters, and outputs a dataset with
1 observation for each of a set of linear combinations of these parameters,
with confidence intervals and P-values, as for a meta-analysis. The output
datasets created by parmest, parmby or metaparm may be listed to the Stata
log and/or saved to a new data frame and/or saved to a file and/or retained
in the current data frame (overwriting any pre-existing dataset).
Author: Roger Newson
Distribution-Date: 31december2020
Stata-Version: 16
INSTALLATION FILES (click here to install)
metaparm.ado
parmby.ado
parmcip.ado
parmest.ado
metaparm.sthlp
metaparm_content_opts.sthlp
metaparm_outdest_opts.sthlp
metaparm_resultssets.sthlp
parmby.sthlp
parmby_only_opts.sthlp
parmcip.sthlp
parmcip_opts.sthlp
parmest.sthlp
parmest_ci_opts.sthlp
parmest_outdest_opts.sthlp
parmest_resultssets.sthlp
parmest_varadd_opts.sthlp
parmest_varmod_opts.sthlp
-----------------------------------------------------------------------------------------
(click here to return to the previous screen)
Related Posts with New version of parmest on SSC
Conditional logit with a different number of alternatives for each case?Dear all, I have a simple question. I am using cmclogit for a model of firm location (county) choic…
Comparing means across multiple groups using svy commandsI am looking to test for differences in means between three groups. Normally I would just run a onew…
Repeated measures linear regression model with turkey adjustment for multiple comparisonsDear statalisters, I have a panel data I set the data like this xtset c_op_id visit panel variable: …
marginalized zero inflated modeling using STATAI have STATA 14 and I was informed that if I purchase STATA 16 I can now do marginalized zero inflat…
How to create a variable that replaces the current observation's value with the last value based on variying criteriaDear all, I am working with a dataset about economic activities in Brazil such as the one below (go…
Subscribe to:
Post Comments (Atom)
0 Response to New version of parmest on SSC
Post a Comment