fitdist: Fit an arbitrary distribution to data

fitdistR Documentation

Fit an arbitrary distribution to data

Description

This is part of the new implementation.

Usage

fitdist(
  X,
  Y,
  Z = NULL,
  offsetx = NULL,
  offsetz = NULL,
  weights = NULL,
  family,
  control = fitdist.control(...),
  ...
)

Arguments

X

model matrix for the count component

Y

response vector

Z

model matrix for the zero component

offsetx

offset for the count component

offsetz

offset for the zero component

weights

weights for each observation

family

specify the distribution to fit

control

extra arguments for the fitting process

Value

list of likelihood and permutation based p-values


majuvi/llperm documentation built on May 2, 2022, 5:20 p.m.