rpcmtree: Creates a rasch poisson count model tree.

Description Usage Arguments Value Mypackage functions

View source: R/rpcm_tree.R

Description

The mypackage package provides three categories of important functions: foo, bar and baz.

Usage

1
2
3
4
5
6
7
8
rpcmtree(
  formula,
  data,
  reltol = 1e-10,
  maxit = 100L,
  fitting_func = rpcm_fit,
  ...
)

Arguments

formula

A symbolic description of the model to be fit.

data

A data frame containing the variables in the model.

reltol

Argument for optim.

maxit

Argument for optim.

fitting_func

A fitting function for the model. By default the rpcm_fit function is used.

...

Arguments passed to the underlying functions.

Value

A rasch poisson count model tree based on the input data.

Mypackage functions

The mypackage functions ...


boweber/rpcm-tree documentation built on July 4, 2021, 1:42 p.m.