Hi Statalist
I am trying to export the proportional hazards statistics to a word document (that also contains my results table) after having performed a cox regression. I have tried the following:
estat phtest, detail
putdocx table ph = matrix(r(phtest))
This however produces a table with no table header and no variable names in the first column. Is there any way to add the table header and variable names (as shown in the results window) to the putdocx table?
Thanks in advance.
Best regards,
Amalie
Related Posts with putdocx phtest
Interpretation of marginal effects of a continuous variableHi all, I’ve been reading about this issue and I read pretty much all related topics but I still co…
count *same names*in other groups?Dear All, I find this question here. The data is Code: * Example generated by -dataex-. To install…
Generate data with missing values and specific mean / standard deviationI generated a variable foo: Code: clear set obs 100 gen foo=rnormal(5,2) I then do the following…
normality distributionHi. I work with efficiency data that is between zero and one and use the following command to transf…
Addition by SICHi, Can you please help with the below. I need to add values by SIC code in the below example. (sim…
Subscribe to:
Post Comments (Atom)
0 Response to putdocx phtest
Post a Comment