get_mass_name_from_distr {qqconf}R Documentation

Convert R Distribution Function to MASS Distribution Name

Description

Convert R Distribution Function to MASS Distribution Name

Usage

get_mass_name_from_distr(distr, band_type)

Arguments

distr

R distribution function (e.g. qnorm or pnorm)

band_type

one of "qq" (for quantile functions) or "pp" ( for probability functions).

Value

string of MASS distribution name


[Package qqconf version 1.3.2 Index]