Return a list object of class "maTrend" with the following components:
q a list object of class "maBina"
nam.c the name of a continous variable
mm matrix of independant variables for all
trend if nam.d
is not specified, this is a data frame of the continous variable, its probability values, standard errors, t values, and p values; if nam.d
is specified, the data frame contains the continuous variable, the probability values for all, and two additional probability series stratified by the dummy variable
nam.d if nam.d
is specified, the name of a binary variable .
m1 if nam.d
is specified, the matrix of mm
with the column value for nam.d
replaced by 1
m0 if nam.d
is specified, the matrix of mm
with the column value for nam.d
replaced by 0
trend1 if nam.d
is specified, this is a data frame reporting the probability value, standard error, t value, and p value associated with the dummy variable being 1
trend0 if nam.d
is specified, this is a data frame reporting the probability value, standard error, t value, and p value associated with the dummy variable being 0