Learn R Programming

ssdtools (version 0.3.7)

npars: Number of Parameters

Description

Get the Number of Parameters

Usage

npars(x, ...)

# S3 method for fitdist npars(x, ...)

# S3 method for fitdistcens npars(x, ...)

# S3 method for fitdists npars(x, ...)

Arguments

x

The object.

...

Unused.

Value

A count indicating the number of parameters.

Methods (by class)

  • fitdist: Get the Number of parameters

  • fitdistcens: Get the Number of parameters

  • fitdists: Get the Number of parameters

Examples

Run this code
# NOT RUN {
npars(boron_lnorm)
npars(boron_dists)
npars(fluazinam_lnorm)
npars(fluazinam_dists)
# }

Run the code above in your browser using DataLab