search for: t102

Displaying 3 results from an estimated 3 matches for "t102".

Did you mean: 102
2012 May 03
1
Simple plot loop
...DATA FROM CSV library(zoo) setwd("/Users/benjaminneal/Documents/All Panama/1110_Panama/CNAT_Segmenting") Data = read.csv("120503_CNAT_Summary.csv", header=T) #fill in missing data from last observation Data2 <- na.locf(Data) attach(Data2) # PLOT ALL ON ONE CHART plot(MONTH,T102, type="o", ann="False", ylim=c(1, 100), pch=22, lty=2, col="red") title(main="5m and 10 m Colpophylia natans colonies over time", ylab="% live coral / colony", xlab="Months", col.main="black", font.main=4) lines(MONTH,T16...
2011 Aug 26
2
eRm/raschsampler error message
Hi, I am running the non-parametric rasch model tests using eRm. I have a reasonably large dataset for this type of exercise (110 items, 248 persons). I run: > allb2=as.matrix(allb) > rsample <- rsampler(allb2, ctr) > t102<-NPtest(rsample, method="T10") #global test, subgroup inv and receive error message as follows. "Error in m[idx1, idx2] <- 1 : subscript out of bounds" Using the same code for a different dataset does not cause this problem. Any suggestions much appreciated! (ctr spec...
2017 Feb 11
2
Specify special cases of delay slots in the back end
Hello. Hal, the problem I have is that it doesn't advance at the next available instruction - it always gets the same store. This might be because I did not specify in a file like [Target]Schedule.td the functional units, processor and instruction itineraries. Regarding the Stalls argument to my method [Target]DispatchGroupSBHazardRecognizer::getHazardType() I always get the