ML {trafo} | R Documentation |
Maximum Likelihood
Description
Maximum Likelihood
Usage
ML(y, x, lambda, trafo, custom_func_std)
Arguments
y |
vector of response variables |
x |
matrix of regressors |
lambda |
transformation parameter |
trafo |
determines the chosen transformation |
custom_func_std |
a function that determines a customized standard transformation. |
Value
log-likelihood
[Package trafo version 1.0.1 Index]