getenumCI: The main method for summarizes veris enumerations from verisr...

View source: R/getenumSRC.R

getenumCIR Documentation

The main method for summarizes veris enumerations from verisr objects

Description

The main method for summarizes veris enumerations from verisr objects

Usage

getenumCI(...)

getenumby(...)

getenum(...)

Arguments

...

Arguments passed on to getenumCI2019

veris

A verisr object

enum

A veris feature or enumeration to summarize

by

A veris feature or enumeration to group by

na.rm

A boolean of whether to include not applicable in the sample set. This is REQUIRED if enum has a potential value of NA as there is no 'default' method for handling NAs. Instead, it depends on the hypothesis being tested.

unk

A boolean referring whether to include 'unknown' in the sample. The default is 'FALSE' and should rarely be overwritten.

short.names

A boolean identifying whether to use the full enumeration name or just the last section. (i.e. action.hacking.variety.SQLi vs just SQLi.)

ci.method

A confidence interval method to use. Current supported methods are any from binom.confint() or "multinomial". If unsure which to use, use "wilson".

ci.level

A number from 0 to 1 representing the width of the confidence interval. (default = 0.95)

round.freq

An integer indicating how many places to round the frequency value to. (default = 5)

na

DEPRECIATED! Use 'na.rm' parameter.

Functions

  • getenumby: getenumby A wrapper for getenumCI(). Maintained for backwards compatibility.

  • getenum: getenum A wrapper for getenumCI(). Maintained for backwards compatibility.


vz-risk/verisr documentation built on Aug. 5, 2023, 4:34 a.m.