Displaying 1 result from an estimated 1 matches for "lfirst_ill".
Did you mean:
first_dll
2008 Apr 24
1
truncate row names
Hi,
I would like to truncate row names. Is that possible?
I ran a regression with the covariates in a matrix, and in the results the
coefficients have the matrix name concatenated with the variable name:
> full.t.ag <- Icens(lfirst_well, llast_well, lfirst_ill, formula=~ t.ag.X,
breaks=t.ag.int, data=t.ag)
> full.t.ag$cov$coeff
t.ag.Xnyearc t.ag.Xhorse t.ag.Xswine t.ag.Xpet t.ag.Xother
t.ag.Xpoultry t.ag.Xyr.horse
-0.29497437 0.77857817 -0.53315929 -1.02745065
-0.17775268 -0.08237047 -0.36606818
I want these coeff...