Population.summary: Summarize and plot a population level distribution of va...

Description Usage Arguments Value Author(s) See Also

Description

This function has been deprecated as of version 1.6. Use 'CSMF' instead.

Usage

1
2
Population.summary(va, top.aggregate = NULL, InterVA.rule = FALSE,
  noplot = FALSE, type = "bar", min.prob = 0.01, ...)

Arguments

va

The list of va object to summarize.

top.aggregate

Integer indicating how many causes from the top need to go into summary. The rest of the probabilities goes into an extra category "Undetermined". When set to NULL, default is all causes to be considered. This is only used when InterVA.rule set to "FALSE".

InterVA.rule

If it is set to "TRUE", only the top 3 causes reported by InterVA4 is calculated into CSMF as in InterVA4. The rest of probabilities goes into an extra category "Undetermined". Default set to "FALSE".

noplot

A logical value indicating whether the plot will be shown. If it is set to "TRUE", only the CSMF will be returned.

type

An indicator of the type of chart to plot. "pie" for pie chart; "bar" for bar chart.

min.prob

The minimum probability that is to be plotted in bar chart, or to be labeled in pie chart.

...

Arguments to be passed to/from graphic function barplot, pie, and more graphical paramters (see par). They will affect the main title, size and font of labels, and the radius of the pie chart.

Value

dist.cod

The population probability of CODs.

Author(s)

Zehang LI, Tyler McCormick, Sam Clark

See Also

CSMF.interVA4


InterVA4 documentation built on Nov. 13, 2019, 9:06 a.m.