search for: fungii

Displaying 5 results from an estimated 5 matches for "fungii".

Did you mean: fungi
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(), head...
2016 Apr 26
2
From NUM to INT
...aci' variable: 'Error: (maxstephalfit) PIRLS step-halvings failed to reduce deviance in pwrssUpdate'. I guess this message is because the baci variable is not a an integer, and cannot be transformed into an integer as R has a threshold of 2x10^9 even in 64 bit R. It runs fine for the fungii variable. If you guys want to run the data (attached), the full command is below. Thanks. --------------------------------------------- ##Import data: qPCR <- read.delim(file.choose(), header = TRUE, dec = ".") ##Load package library(lme4) ##Ot...
2016 Apr 26
0
From NUM to INT
...you "guess" that? Given your magnitudes, I suspect it's a scaling issue. Try centering and scaling your Baci variable before fitting. Cheers, Bert and cannot be transformed into an integer as R has a threshold > of > 2x10^9 even in 64 bit R. > > It runs fine for the fungii variable. > > If you guys want to run the data (attached), the full command is below. > > Thanks. > > --------------------------------------------- > > ##Import data: > > qPCR <- read.delim(file.choose(), > header = TRUE, > de...
2016 Apr 26
0
From NUM to INT
...ht 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. > > I imported the data using the following command line: > > X <- read.delim(fil...
2016 Apr 26
0
From NUM to INT
...gt;> -- 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 th...