search for: average1

Displaying 4 results from an estimated 4 matches for "average1".

Did you mean: average
2012 Oct 03
1
How to draw a graph after model selection?
...ps.factor((0.195), dataT1$T) : * not meaningful for factors" when I tried to sub in values." plot(dataT1$D, dataT1$P, ylab = "Percentage carrion weight left", xlab = "Day") *T1 <- (0.205)*dataT1$D + (0.195)*dataT1$T + 0.227* #DO I SUB IN MY EQUATION HERE?# p.average1 <- exp(T1) / (1 + exp(T1)) I1 <- order(dataT1$D) lines(dataT1$D[I1],p.average1[I1],lwd=2, col="red") p.Upp1 <- exp(T1 + 1.96*0.19215)/(1+exp(T1 + 1.96*0.19215)) p.Low1 <- exp(T1 - 1.96*0.19215)/(1+exp(T1 - 1.96*0.19215)) lines(dataT1$D[I1], p.Upp1[I1], col="red") lin...
2000 Aug 05
1
Problem reading in table with extra spaces
...I've got multiple spaces between some variables and there is a space at the start of each data line. This happens becuase C was right-justifying the numbers as it printed them out. It looks like this: T Run Seed IntAct Change f0 f0T0 f0T1 f0T2 average0 variance0 relentropy0 f1 f1T0 f1T1 f1T2 average1 variance1 relentropy1 f2 f2T0 f2T1 f2T2 average2 variance2 relentropy2 f3 f3T0 f3T1 f3T2 average3 variance3 relentropy3 f4 f4T0 f4T1 f4T2 average4 variance4 relentropy4 totalEntropy acquaint harmony identical 960 0 807089772 43 0 f0 42 22 36 0.940000 0.770000 0.969635 f1 32 38 30 0.980000 0.61...
2012 May 10
6
averaging two tables (rows with columns)
Hi R user,I am struggling to figure out on how I can calculate the average from the two tables in R. Any one can help me? really your help would be grateful- I am spending so much time to figure it out. It should not be so hard, I think. I have very big data but I have created a hypothetical data for simplification. for example I have : table 1 table 1: species occurance data
2013 Feb 15
10
reading data
Hi, #working directory data1 #changed name data to data1.? Added some files in each of sub directories a1, a2, etc. ?indx1<- indx[indx!=""] lapply(indx1,function(x) list.files(x)) #[[1]] #[1] "a1.txt"??????? "mmmmm11kk.txt" #[[2]] #[1] "a2.txt"??????? "mmmmm11kk.txt" #[[3]] #[1] "a3.txt"??????? "mmmmm11kk.txt" #[[4]] #[1]