Displaying 5 results from an estimated 5 matches for "protozoai".
2016 Apr 26
5
From NUM to INT
Dear all:
I converted the columns (Baci, Meti, Fungii, Protozoai) into integers
(using excel) and then imported the data (.txt) into R. Interestingly, the
other three variables were loaded as INT, but the 'Baci' one continued as
Num.
I imported the data using the following command line:
X <- read.delim(file.choose(),
header = TRUE,...
2016 Apr 26
0
From NUM to INT
...rying to solve?
>> Tell me what you want to do, not how you want to do it.
>>
>> On Tue, Apr 26, 2016 at 1:11 PM, Andr? Luis Neves <andrluis at ualberta.ca>
>> wrote:
>>
>>> Dear all:
>>>
>>> I converted the columns (Baci, Meti, Fungii, Protozoai) into integers
>>> (using excel) and then imported the data (.txt) into R. Interestingly, the
>>> other three variables were loaded as INT, but the 'Baci' one continued as
>>> Num.
>>>
>>> I imported the data using the following command line:
>...
2016 Apr 26
2
From NUM to INT
...at is the problem that you are trying to solve?
> Tell me what you want to do, not how you want to do it.
>
> On Tue, Apr 26, 2016 at 1:11 PM, Andr? Luis Neves <andrluis at ualberta.ca>
> wrote:
>
>> Dear all:
>>
>> I converted the columns (Baci, Meti, Fungii, Protozoai) into integers
>> (using excel) and then imported the data (.txt) into R. Interestingly, the
>> other three variables were loaded as INT, but the 'Baci' one continued as
>> Num.
>>
>> I imported the data using the following command line:
>>
>> X <...
2016 Apr 26
0
From NUM to INT
...Jim Holtman
Data Munger Guru
What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.
On Tue, Apr 26, 2016 at 1:11 PM, Andr? Luis Neves <andrluis at ualberta.ca>
wrote:
> Dear all:
>
> I converted the columns (Baci, Meti, Fungii, Protozoai) into integers
> (using excel) and then imported the data (.txt) into R. Interestingly, the
> other three variables were loaded as INT, but the 'Baci' one continued as
> Num.
>
> I imported the data using the following command line:
>
> X <- read.delim(file.choose(),...
2016 Apr 26
0
From NUM to INT
...-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
>>
>>
>> On Tue, Apr 26, 2016 at 10:11 AM, Andr? Luis Neves <andrluis at ualberta.ca>
>> wrote:
>> > Dear all:
>> >
>> > I converted the columns (Baci, Meti, Fungii, Protozoai) into integers
>> > (using excel) and then imported the data (.txt) into R. Interestingly,
>> > the
>> > other three variables were loaded as INT, but the 'Baci' one continued
>> > as
>> > Num.
>> >
>> > I imported the data usin...