On 27 May 2011 20:25, Jonathan Daily wrote:
> I would caution against using attach(), however, if you are not in an
> interactive session. In functions and scripts, errors can often cause
> the interpreter to exit before the detach(), leaving your data on the
> search path. 99% of all attach/detac
>> My data is a 2 column 8000 row table (saved as .txt file) imported into
>> R.
>>
>>>demand=read.delim("C:\\Documents and Settings\\E066582\\My
>> Documents\\R\\R-2.13.0\\bin\\demand.txt")
>>
>> First rows with headers are as shown:
>>
>>> demand[1,]
>>
>> Date Qty
>>
>> 1 12/31/2006 1
>
>> Thank you
>> I will experiment with source (looks to be source(file,
>> encoding=getOption("latin1" or "UTF-8")).
>
> No, getOption("encoding") is the literal default, not some sort of general
> form. You want
>
> encoding="latin1"
>
> (assuming the whole file uses that encoding).
>
> Duncan Mu
On 29 March 2011 19:48, Duncan Murdoch wrote:
> On 29/03/2011 2:40 PM, stephen's mailinglist account wrote:
>>
>> I have been using both Windows and Linux versions of R >> Now I have found
>> that the following expression seems to work on both systems
>>
&
I have been using both Windows and Linux versions of R so when I have
opened files created in Windows I have found some issues in Linux. One
was that my windows setup allowed me to enter a degree symbol from the
keyboard for labelling axes.
Now I have found that the following expression seems to wo
On 12 March 2010 14:27, teck-corp wrote:
>
> Hi Stephen,
>
> Thanks a lot for your answer. Unfortunately this does not work for me
> neither.
> Could you maybe let me know what is written in you RprofileSite-file now?
>
> Best
> Dennis
> --
> View this message in context:
> http://n4.nabble.com/E
On 12 March 2010 10:17, teck-corp wrote:
>
> Hi,
>
> I use Windows Vista, downloaded the new version (2.3.5.0) of Tinn-R and
> followed the advise to change a part in the Rprofile.site and now have
>
> #===
> # R: general options
>
> Unf
On 4 March 2010 23:47, Jim Lemon wrote:
> On 03/05/2010 04:11 AM, Bert Gunter wrote:
>>
>> Folks:
>>
>> Rolf's (appropriate, in my view) response below seems symptomatic of an
>> increasing tendency of posters to hide their identities with pseudonyms
>> and
>> fake headers. While some of this may
On Thu, Dec 10, 2009 at 12:34 AM, nivas wrote:
>
> Hi,
> This is the time series data collected from 2001 to 2008 by every
> month.so,there are 96 entries.I have done basic statistics.I need to find a
> model fitted to forecast this data.This is the mixedpaper collection for
> recycling in the cam
On Tue, Dec 8, 2009 at 8:52 PM, stephen's mailinglist account
wrote:
> On Tue, Dec 8, 2009 at 7:14 PM, wrote:
>> Hi Stephen,
>>
>> After running the script
>>
>> sudo apt-get update
>> sudo apt-get install r-base
>>
>> I launch R and fi
On Tue, Dec 8, 2009 at 6:24 PM, stephen's mailinglist account
wrote:
>
>
> On Tue, Dec 8, 2009 at 2:25 PM, Iain Gallagher
> wrote:
>>
>> Hi Steve
>>
>> Have you tried:
>>
>> apt-cache search gfortran
>>
>> in a terminal window.
On Tue, Dec 8, 2009 at 2:25 PM, Iain Gallagher <
iaingallag...@btopenworld.com> wrote:
> Hi Steve
>
> Have you tried:
>
> apt-cache search gfortran
>
> in a terminal window.
>
> Then
>
> sudo apt-get install theRelevantPackage
>
> I think you also need the Universe repos enabled.
>
> HTH
>
> Iain
On Sun, Nov 22, 2009 at 11:15 PM, David Winsemius wrote:
>
> On Nov 22, 2009, at 4:45 PM, stephen's mailinglist account wrote:
>
> On Sun, Nov 22, 2009 at 11:14 AM, frenchcr
>> wrote:
>>
>>
>>>
>>> Please help me persuade IT to inst
On Sun, Nov 22, 2009 at 11:14 AM, frenchcr wrote:
>
>
> Please help me persuade IT to install R on my computer!
>
> All suggestions welcome.
>
> Our IT department run scared when you mention software that they have no
> working experience of.
>
> I need to know the pros and cons of having R on co
14 matches
Mail list logo