extr_par: Extracts the fitted distribution parameters to be introduced...

Description Usage Arguments Author(s) Examples

Description

Auxiliar function

Usage

1

Arguments

x

List of parameters obtained by the aplication of the Fit_dist_parameter function

dist

Name of the distribution we would like to stract the parameters ("norm", "lnorm", "geom", "exp", "pois", "gamma", "cauchy", "logis", "weibull", "nbinom", "beta", "chisq", "t", "f")

Author(s)

F. Barrio-Parra

Examples

1
2
3
4
5
a <- rnorm(n=100, mean =10, sd = 1) 

b <- Fit_dist_parameter(a)

extr_par(x = b, dist ="norm")

EnviroPRA documentation built on May 1, 2019, 8:21 p.m.