summary.eava: Summary of results obtained by fitting the EAVA algorithm.

View source: R/notcore_utils.r

summary.eavaR Documentation

Summary of results obtained by fitting the EAVA algorithm.

Description

This function prints a summary message of the results along with the top cause-specific mortality fractions (CSMFs).

Usage

## S3 method for class 'eava'
summary(object, top = 5, rnd = 4, ...)

Arguments

object

eava object

top

number of top CSMF to show

rnd

number of decimal places to round the CSMF

...

not used

Value

id

all IDs of the deaths

cause

assigned cause for individual of death

N

number of deaths

age_group

age group that the deaths belong to (either child or neonate)

csmf.ordered

cause-specific mortality fractions in decreasing order

Examples

## Not run: 
data(DataEAVA)
eava_results <- codeVA(DataEAVA, data.type = "EAVA", model = "EAVA")
eava_summary <- summary(eava_results)
eava_summary

## End(Not run) 

openVA documentation built on Nov. 5, 2025, 5:20 p.m.