Re: [R] Variable descriptions of a built-in dataset

2005-09-18 Thread Francisco J. Zagmutt
Or the longer version help(Boston) Cheers Francisco From: Gabor Grothendieck [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Jun Ding [EMAIL PROTECTED] CC: r-help@stat.math.ethz.ch Subject: Re: [R] Variable descriptions of a built-in dataset Date: Sun, 18 Sep 2005 01:33:15 -0400 ?Boston

[R] Variable descriptions of a built-in dataset

2005-09-17 Thread Jun Ding
Hi, everyone, Is there a way to get the detailed variable descriptions of a built-in dataset? By using attributes(Boston) I can get the names of each variables of a builtin dataset 'Boston'(in package MASS), but I don't know what each variable means. Can some body tell me how I can get more

Re: [R] Variable descriptions of a built-in dataset

2005-09-17 Thread Gabor Grothendieck
?Boston On 9/17/05, Jun Ding [EMAIL PROTECTED] wrote: Hi, everyone, Is there a way to get the detailed variable descriptions of a built-in dataset? By using attributes(Boston) I can get the names of each variables of a builtin dataset 'Boston'(in package MASS), but I don't know what