search for: xnyearc

Displaying 1 result from an estimated 1 matches for "xnyearc".

Did you mean: nyearc
2008 Apr 24
1
truncate row names
...ssible? 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 coefficients to have the t.ag.X removed from the names. ie. nyearc horse...