Learn R Programming

texmex (version 2.1)

texmexWorkers: Worker functions for texmex

Description

Worker functions not intended for direct use.

Usage

texmexMethod(method) texmexPrior(prior, penalty, method, pp) texmexTrace(trace, method) texmexPrepareData(y, data, params) texmexThresholdData(threshold, data) texmexPriorParameters(prior, priorParameters, data) findFormulae(call, ...) texmexParameters(call, fam, ...) texmexGetParam(data, co)

Arguments

method
Character string describing the method to use. The function attempts to interpret it and returns "o", "s" or "b".
prior
Character string describing the type of prior distribution to use. The function attempts to interpret it and returns a standardized version.
penalty
Character string describing the type of penalty to use.
pp
The priorParameters object.
trace
Information on whether to report progress to the user.
y
Vector of data to be modelled.
data
A data.frame containing covariates. Otherwise a list of data.frames already preprocessed.
params
Names of the parameters in the model.
threshold
The threshold above which to model the data.
priorParameters
A list containing information on the prior distribution.
call
An object of class "call".
fam
An object of class "texmexFamily".
co
Model coefficients.
...
Other arguments being passed between functions.

Value

Details

These are functions used for processing user input and data prior to calling evm.fit and are not intended for end-user usage.