Learn R Programming

collector (version 0.1.3)

combine_lognorm: Weight a set of lognormal parameters into a single distribution

Description

Weight a set of lognormal parameters into a single distribution

Usage

combine_lognorm(dat)

Arguments

dat

A dataframe.

Value

A dataframe.

See Also

Other distribution fitting functions: combine_lognorm_trunc(), combine_norm(), fit_capabilities_geomean(), fit_capabilities(), fit_lognorm_trunc(), fit_lognorm(), fit_norm_trunc(), fit_pois(), fit_scenarios_geomean(), fit_scenarios(), fit_threat_communities(), generate_cost_function(), lognormal_to_normal(), normal_to_lognormal()

Examples

Run this code
# NOT RUN {
dat <- data.frame(meanlog = c(1, 1.5),
                  sdlog = c(1, 2),
                  weight = c(2, 1))
combine_lognorm(dat)
# }

Run the code above in your browser using DataLab