[R] mcmcsamp shortening variable names; how can i turn this feature off?
Andrew Gelman
gelman at stat.columbia.edu
Fri Feb 10 13:32:58 CET 2006
I have written a function called mcsamp() that is a wrapper that runs
mcmcsamp() and automatically monitors convergence and structures the
inferences into vectors and arrays as appropriate.
But I have run into a very little problem, which is that mcmcsamp()
shortens the variable names. For example:
> set.seed (1)
> group <- rep (1:5,10)
> a <- rnorm (5,-3,3)
> y <- rnorm (50, a[group], 2)
> fit <- lmer (y ~ 1 + (1 | group))
> mcmcsamp(fit)
(Intercept) log(sigma^2) log(grop.(In))
[1,] -2.771979 0.6909418 1.750876
attr(,"mcpar")
[1] 1 1 1
attr(,"class")
[1] "mcmc"
I want "grop" in the above output to be "group", and I want "(In)" to be
"(Intercept)". For my purposes (fitting models in general settings) it
is important to have descriptive variable names, and I gain nothing by
restricting names to 14 characters.
Is there a way to turn this feature off?
Thanks.
--
Andrew Gelman
Professor, Department of Statistics
Professor, Department of Political Science
gelman at stat.columbia.edu
www.stat.columbia.edu/~gelman
Statistics department office:
Social Work Bldg (Amsterdam Ave at 122 St), Room 1016
212-851-2142
Political Science department office:
International Affairs Bldg (Amsterdam Ave at 118 St), Room 731
212-854-7075
Mailing address:
1255 Amsterdam Ave, Room 1016
Columbia University
New York, NY 10027-5904
212-851-2142
(fax) 212-851-2164
More information about the R-help
mailing list