[R] Obtaining the variable names of a glm object

ripley@stats.ox.ac.uk ripley at stats.ox.ac.uk
Fri Nov 29 14:15:42 CET 2002


On Fri, 29 Nov 2002 ripley at stats.ox.ac.uk wrote:

> On Fri, 29 Nov 2002, Kenneth Roy Cabrera Torres wrote:
>
> >
> >
> > On Fri, 29 Nov 2002, Phil Saunders wrote:
> >
> > > Is names(model1$coef) what you're looking for?
> >
> > I know that I obtain the names, but I want to obtain them
> > separated, not in one string.
>
> That is not one string, it is a character *vector*.

Perhaps you want to use strsplit on the character vector to separate the
names of the interaction terms?

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list