Creates the overall test statistics for an Aalen additive regression model
# S3 method for aareg
summary(object, maxtime, test=c("aalen", "nrisk"), scale=1,...)
a list is returned with the following components
a matrix with rows for the intercept and each covariate, and columns giving a slope estimate, the test statistic, it's standard error, the z-score and a p-value
the time weighting used for computing the test statistics
the vector of test statistics
the model based variance matrix for the test statistic
optionally, a robust variance matrix for the test statistic
the overall test (ignoring the intercept term) for significance of any variable
a vector containing the number of observations, the number of unique death times used in the computation, and the total number of unique death times
the result of a call to the aareg
function
truncate the input to the model at time "maxtime"
the relative time weights that will be used to compute the test
scales the coefficients. For some data sets, the coefficients of the Aalen model will be very small (10-4); this simply multiplies the printed values by a constant, say 1e6, to make the printout easier to read.
for future methods
It is not uncommon for the very right-hand tail of the plot to have
large outlying values, particularly for the standard error.
The maxtime
parameter can then be used to
truncate the range so as to avoid these.
This gives an updated value for the test statistics, without refitting the
model.
The slope is based on a weighted linear regression to the cumulative coefficient plot, and may be a useful measure of the overall size of the effect. For instance when two models include a common variable, "age" for instance, this may help to assess how much the fit changed due to the other variables, in leiu of overlaying the two plots. (Of course the plots are often highly non-linear, so it is only a rough substitute). The slope is not directly related to the test statistic, as the latter is invariant to any monotone transformation of time.
aareg, plot.aareg