Description Usage Arguments Details Value References
Estimates cause-specific mortality rates in a population where a set of dichotomous symptoms are available, using the relationship between symptoms and a multicategory cause-of-death variable collected from a nearby medical facility. Estimation is nonparametric.
1 2 3 |
formula |
a formula object. The left side of the formula is
the collection of symptoms. The right side is the cause of
death. For example, if there are 5 symptoms, named
or for short as:
Note that the short way of writing formula requires the symptoms variables
are located in a consecutive block in the data starting from
|
data |
a list of two datasets. The first is the hospital data, which contains the known cause of death for each individual, and a collection of symptoms from verbal autopsy studies. The second is the community data where typically only the symptoms are available. The known cause of death can be available outside hospital if it is a validation study, but it will not be used during estimation. Variable names must be exactly the same in two data sets. |
nsymp |
a positive integer, specifing the size of subsets of
symptoms drawn from the total set for estimating cause specific
mortality fractions at each iteration. |
n.subset |
A positive integer specifing the total number of
subsets and thus estimations of all symptoms.
The default is |
method |
A string specifying the computational procedure
used to estimate the cause specific mortality fractions. When
|
fix |
A vector of strings that specifies whether a subset of
the cause specific mortality fractions are set to predetermined
values (based on, e.g.,the information obtained from other
sources). Suppose we would like to prefix ”d1” to be 5%, ”d2”
to be 15%, then |
bound |
A vector of strings that specifies lower and upper
bounds of a subset of the cause specific mortality fractions
(based on, e.g.,the information obtained from other
sources). Suppose we would like ”d3” to be estimated between 5% and
10%, "d4" to be between 1% and 2%, then
|
prob.wt |
A positive integer or a vector of weights that determines how
likely a symptom is of being selected for a subset. When
|
boot.se |
a Logical value. If |
nboot |
a positive integer. If |
printit |
Logical value. If |
print.reg.size |
Logical value. If |
predict.S |
Logical value. If |
For details, please refer to "Verbal Autposy Methods with Multiple Causes of Death"(King and Lu, 2008), and http:\gking.harvard.edu\va
va
outputs a list containing the estimated cause-specific mortality
fractions est.CSMF
, and the true cause-specific mortality
fractions true.CSMF
, whenever available.
If boot.se=TRUE
, the bootstrapping estimations of
est.CSMF
and their standard errors CSMF.se
are reported.
When the causes of death are observed in validation studies,
the bootstrapping mean(true.CSMF.bootmean
) and
standard error(true.bootse
) of the sample CSMF are also reported.
King, Gary and Ying Lu. (2008) “Verbal Autopsy Methods with Multiple Causes of Death”, Statistical Science, 14(1). Also available at http:gking.harvard.edu/va
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.