Re: [R] Data Package Query

2013-07-06 Thread John Kane
John Kane Kingston ON Canada -Original Message- From: y_re...@hotmail.com Sent: Fri, 5 Jul 2013 13:35:32 + To: jrkrid...@inbox.com, rolf.tur...@xtra.co.nz, jdnew...@dcn.davis.ca.us Subject: RE: [R] Data Package Query Hello, When I run the below syntax: Trial<-read.table("T

Re: [R] Data Package Query

2013-07-05 Thread Yasmine Refai
"logLik") : no applicable method for 'logLik' applied to an object of class "logistf" Can you please help with that? Regards, Yasmine > Date: Sat, 29 Jun 2013 05:05:28 -0800 > From: jrkrid...@inbox.com > Subject: Re: [R] Data Package Query > To: y_r

Re: [R] Data Package Query

2013-06-29 Thread John Kane
ready loaded since you created it in the read statement John Kane Kingston ON Canada > -Original Message- > From: y_re...@hotmail.com > Sent: Fri, 28 Jun 2013 12:31:11 + > To: rolf.tur...@xtra.co.nz, jdnew...@dcn.davis.ca.us > Subject: Re: [R] Data Package Query > >

Re: [R] Data Package Query

2013-06-28 Thread Yasmine Refai
: data set ‘Trial’ not found " regards, yasmine > Date: Fri, 28 Jun 2013 10:29:21 +1200 > From: rolf.tur...@xtra.co.nz > To: jdnew...@dcn.davis.ca.us > CC: y_re...@hotmail.com; r-help@r-project.org > Subject: Re: [R] Data Package Query > > On 28/06/13 04:47, Jeff Newmiller

Re: [R] Data Package Query

2013-06-28 Thread Jeff Newmiller
+1200 >> From: rolf.tur...@xtra.co.nz >> To: jdnew...@dcn.davis.ca.us >> CC: y_re...@hotmail.com; r-help@r-project.org >> Subject: Re: [R] Data Package Query >> >> On 28/06/13 04:47, Jeff Newmiller wrote: >> >> >> > A common error

Re: [R] Data Package Query

2013-06-27 Thread Rolf Turner
On 28/06/13 04:47, Jeff Newmiller wrote: A common error by beginners (which may or may not be your problem in this case) is to create a variable called "data". Unfortunately this hides the function named "data" and from that time forward that R session doesn't work when you type example c

Re: [R] Data Package Query

2013-06-27 Thread David Carlson
Refai [mailto:y_re...@hotmail.com] Sent: Thursday, June 27, 2013 11:11 AM To: David Carlson Subject: Re: [R] Data Package Query The same lines as what you typed below and I am getting the same error as what you mentioned below. So what I can do to overcome that problem? Sent using BlackBerryR from

Re: [R] Data Package Query

2013-06-27 Thread Jeff Newmiller
"data" is a base function (so you should not have to load any packages to use it), and it is not capitalized. Depending on the particular data set you want the data function to load, you may need to load the package that contains that data set. A common error by beginners (which may or may not

Re: [R] Data Package Query

2013-06-27 Thread David Carlson
rom: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Yasmine Refai Sent: Thursday, June 27, 2013 3:03 PM To: r-help@R-project.org Subject: [R] Data Package Query Hello, When i type in the below syntax: Data (name of the data set) I get an error message specifying tha

Re: [R] Data Package Query

2013-06-27 Thread Richard M. Heiberger
you probably need to type data(datasetname) with a lowercase "d" for data(). R is case sensitive. On Thu, Jun 27, 2013 at 4:02 PM, Yasmine Refai wrote: > Hello, > > When i type in the below syntax: > Data (name of the data set) > > I get an error message specifying that the "data" package is

[R] Data Package Query

2013-06-27 Thread Yasmine Refai
Hello, When i type in the below syntax: Data (name of the data set) I get an error message specifying that the "data" package is not found. Please note that i installed all packages having the word "data" included in them and loaded all these packages. Please advice. Regards! ___