Description Usage Arguments Details
Given model information compute nparm and npard giving the sizes of parameter vectors.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | GENSIZ(
kmod,
kdist,
kparv,
nrvar,
mrelat,
nrelat,
mnrvar,
ncolx,
kprint,
nparm,
npard,
ier,
nxd,
intd,
ipxcd,
irelad,
ilabp,
ilabd,
nregr,
kgtall,
llog,
kmodp,
npardm,
nnum,
kparm,
iup,
nterd,
maxpd
)
|
kmod |
Integer model code (see Details) |
kdist |
Integer code representing distribution number
usually in 1-12. |
kparv |
Integer vector giving parameter numbers that have regression relationships. |
nrvar |
Integer vector. |
mrelat |
Integer matrix with dimensions [mnrvar,nrelat]
in which |
nrelat |
Integer giving the number of regression relationships |
mnrvar |
Integer giving the number of columns in the x-matrix
|
ncolx |
Integer giving the number of columns in the x-matrix. This does not include the required column of ones (we think of the ones as column zero). |
kprint |
Integer giving the print code for debugging output (see Details). |
nparm |
Integer giving the sum of the parameters in all of the regression relationships plus any model parameters that do not depend on explanatory variables. |
npard |
Integer giving the number of parameters in the distributional model (i.e., for a particular combination of the explanatory variables. |
ier |
Three-digit integer giving error codes upon return (see Details) |
nxd |
Integer vector (length = 5) giving the number of dimensions in the x-matrix for each relationship |
intd |
Integer vector (length = 5) giving the number of relationships with an intercept term |
ipxcd |
Integer vector (length = 5) giving the columns in the x-matrix that are involved with each relationship |
irelad |
Integer vector (length = 5) giving the number of things (don't know yet). |
ilabp |
Integer vector of parameter labels (length 8*nparm) in this new version we copy over to stack and pass pointers below. |
ilabd |
Integer vector of distribution parmameters (length 8*nparm) in this new version we copy over to stack and pass pointers below. |
See Rcpp function genmax
for more information
on parameters than what is shown here.
kmod
values:
Distribution kdist
with one or more parameters related to
explanatory variables.
Same as kmod = 0
with an lfp parameter.
Same as kmod = 0
with a doa parameter.
Steady-state model with distribution kdist
plus
exponential competing risk.
Proportional hazards model for distribution kdist
plus explanatory variables for the power (or other) parameters.
Columns in the x-matrix may have a functional relationship
with the location parameter, the scale parameter, or another model
parameter. Each column in the matrix mrelat
gives which columns
in the x-matrix are related to a specific parameter. If all columns
in the x-matrix are related to the location parameter only one column
in mrelat
will contain non-zero elements.
kprint
values:
no printing at all
minimal printing
usual printing - no debugging
light debugging
heavy debugging
ier
error code values:
third digit:
No optimization errors detected
Likelihood shape caused problems with the powell alg
Convergence criterion not met after maximum number of iterations
second digit:
first derivatives of likelihood small
first derivatives of the loglikelihood too large
estimated fisher info matrix inverted successfully
estimated fisher info matrix appears to be singular
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.