continuous.margin.mean {oglmx} | R Documentation |
Calculate marginal effects for continuous variables.
Description
Calculate marginal effects for continuous variables. Functions calculate for variables in the mean equation and in the variance equation, for a variable in both equations the effects should be summed.
Usage
continuous.margin.mean(paramvec,etas,link,std.dev)
continuous.margin.sd(paramvec,etas,link,std.dev,gstd.dev)
Arguments
paramvec |
Coefficients related to variables for which marginal effects are desired. |
etas |
Inputs to link functions. |
link |
specifies the link function for the estimated model. |
std.dev |
The calculated standard deviation of the error terms. |
gstd.dev |
The calculated derivative of the standard deviation of the error terms. |
Value
Numeric vector of marginal effects.
Author(s)
Nathan Carroll, nathan.carroll@ur.de
See Also
[Package oglmx version 3.0.0.0 Index]