print.survomatic: Succinctly display the survomatic input most likely to be of...

Description Usage Arguments Details Value See Also

Description

At the moment, this is just a rough placeholder function that mainly exists to prevent survomatic object from spamming the

Usage

1
2

Arguments

xx

A survomatic object.

Details

Not a lot to be said yet; print.survomatic and summary.survomatic are at the moment the same S3 method and return a table with parameter estimates and standard errors copied from x.m and y.m and hypothesis test information from par.differences. x.m, y.m, and par.differences are objects inside a survomatic object.

Value

A list containing a data frame with 8 columns of numeric values and as many rows as there are parameters in the model plus one more representing a test of the null hypothesis that all parameters are the same between the two groups. The row names should clarify what hypothesis is being tested in each case.

Xest

Parameter estimates for the first group being compared.

Xse

Standard errors for the first group being compared.

Yest

Parameter estimates for the second group being compared.

Yse

Standard errors for the first group being compared.

LR

Likelihood ratio for the hypothesis being tested on this row.

df

Degrees of freedom for the likelihood ratio test corresponding to this row.

chi2

Chi-squared statistic from the likelihood ratio test corresponding to this row.

p

p-value from the likelihood ratio test corresponding to this row.

See Also

survwrapper


bokov/powertrip documentation built on May 12, 2019, 11:33 p.m.