search for: andrluis

Displaying 13 results from an estimated 13 matches for "andrluis".

Did you mean: andrius
2016 Apr 26
0
From NUM to INT
Inline. -- Bert On Tue, Apr 26, 2016 at 2:25 PM, Andr? Luis Neves <andrluis at ualberta.ca> wrote: > Ok. I`m trying to run a Poisson glmm with an observation-level random > intercept. But I`m getting the following error for the 'Baci' variable: > > 'Error: (maxstephalfit) PIRLS step-halvings failed to reduce deviance in > pwrssUpdate'. I...
2017 Jun 20
2
Help with the plot function
...> > Bert Gunter > > "The trouble with having an open mind is that people keep coming along > and sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > On Mon, Jun 19, 2017 at 6:30 PM, Andr? Luis Neves <andrluis at ualberta.ca> > wrote: > > Dear friends, > > > > I have the following dataframe: > > > > YEAR <- c(1996 , 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 ) > > T_MAR <- c(2.8, 6.5, 5.4,2.4, 4, 4.1, 3, 4.4, 4.5) > > T_APR <- c(5.7, 7.8, 7.7,...
2017 Jun 20
0
Help with the plot function
...no avail" is meaningless! -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Jun 19, 2017 at 7:01 PM, Andr? Luis Neves <andrluis at ualberta.ca> wrote: > I'm trying to recreate a graph similar to the last one found on this link: > https://sites.ualberta.ca/~lkgray/uploads/7/3/6/2/7362679/6c_-_line_plots_with_error_bars.pdf > > The difference is that I want budbreak on the top, and the temperatures at >...
2016 Apr 26
2
From NUM to INT
...uot;integer" keeping the > precision that you might need. > > > 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'...
2016 Apr 26
0
From NUM to INT
....com/r-in-a-64-bit-world/ Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Tue, Apr 26, 2016 at 10:46 AM, Andr? Luis Neves <andrluis at ualberta.ca> wrote: > So, How could I implement this, Bert? > > I really need that the variable be converted unto an integer, and it seems > that my numbers are much higher than that threshold you stated. > > Thanks, > > Andre > > On Tue, Apr 26, 2016 at 11:42 AM...
2017 Jun 20
2
Help with the plot function
...> > Bert Gunter > > "The trouble with having an open mind is that people keep coming along > and sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > On Mon, Jun 19, 2017 at 7:01 PM, Andr? Luis Neves <andrluis at ualberta.ca> > wrote: > > I'm trying to recreate a graph similar to the last one found on this > link: > > https://sites.ualberta.ca/~lkgray/uploads/7/3/6/2/ > 7362679/6c_-_line_plots_with_error_bars.pdf > > > > The difference is that I want budbreak on th...
2017 Jun 20
0
Help with the plot function
...regions of the device. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Jun 19, 2017 at 6:30 PM, Andr? Luis Neves <andrluis at ualberta.ca> wrote: > Dear friends, > > I have the following dataframe: > > YEAR <- c(1996 , 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 ) > T_MAR <- c(2.8, 6.5, 5.4,2.4, 4, 4.1, 3, 4.4, 4.5) > T_APR <- c(5.7, 7.8, 7.7, 4.6, 4.7, 6.2,5.7, 5.9, 7) > T_MAY &l...
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, dec =
2017 Jun 20
1
Help with the plot function
...having an open mind is that people keep coming along > > > and sticking things into it." > > > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > > > > > > > On Mon, Jun 19, 2017 at 7:01 PM, Andr? Luis Neves < > andrluis at ualberta.ca> > > > wrote: > > > > I'm trying to recreate a graph similar to the last one found on this > > > link: > > > > https://sites.ualberta.ca/~lkgray/uploads/7/3/6/2/ > > > 7362679/6c_-_line_plots_with_error_bars.pdf > > >...
2017 Jun 20
2
Help with the plot function
Dear friends, I have the following dataframe: YEAR <- c(1996 , 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 ) T_MAR <- c(2.8, 6.5, 5.4,2.4, 4, 4.1, 3, 4.4, 4.5) T_APR <- c(5.7, 7.8, 7.7, 4.6, 4.7, 6.2,5.7, 5.9, 7) T_MAY <- c(7, 8.8, 10, 6, 5.5, 7.6, 8.5, 7.3, 10.2) BUD <- c(87, 98, 93, 85, 89, 91, 87, 92, 92) BUD_SE <- c(3.6, 2, 2.4, 4, 2.4, 2.4, 4, 2.4, 3) g1 <-
2017 Jun 20
0
Help with the plot function
...t; > "The trouble with having an open mind is that people keep coming along > > and sticking things into it." > > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > > > > On Mon, Jun 19, 2017 at 7:01 PM, Andr? Luis Neves <andrluis at ualberta.ca> > > wrote: > > > I'm trying to recreate a graph similar to the last one found on this > > link: > > > https://sites.ualberta.ca/~lkgray/uploads/7/3/6/2/ > > 7362679/6c_-_line_plots_with_error_bars.pdf > > > > > > The diffe...
2016 Apr 26
0
From NUM to INT
...ntation can hold a value upto ~4.5e15 as an "integer" keeping the precision that you might need. 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....
2016 Apr 25
1
Num to INT
Hi there: I transformed four columns of values in my dataset into an integer using excel, but when I imported the dataset into R, it is still reading one of the columns as NUM. Then, I used as.integer function to convert the remaining column into INT, but unfortunately, it is replacing the values by NAs. I was wondering if you could help me to solve this problem. Thanks, -- Andre