search for: responsedata

Displaying 8 results from an estimated 8 matches for "responsedata".

2006 Jul 24
1
XMLRPC WebService and Structs
...; <value> <struct> <member> <name>success</name> <value> <boolean>1</boolean> </value> </member> <member> <name>responseData</name> <value> <struct> <member> <name>type</name> <value> <string>C</string> </value> </member&...
2009 Jan 28
1
stack data sets
...ata <- paste("Observed_Scores_",k,".dat") write.table(Observed_Scores,ObservedScores_Data,row.name=FALSE,col.name=FALSE) Zero = 0 One = 1 for (t in 1:20) { for (s in 1:500) { if (Observed_Scores[s,t]<= thresh.values[t]) resp.prob[s,t] = Zero else resp.prob[s,t] = One } } ResponseData <- paste("ResponseMatrix_",k,".dat") ThreshData <- paste("Threshold_",k,".dat") write.table(resp.prob,ResponseData,row.name=FALSE,col.name=FALSE) write.table(thresh.values,ThreshData,row.name=FALSE,col.name=FALSE) #####STACKING ALL THE OUTPUTS#########...
2006 Jul 26
2
A Struct inside of a Struct
...t;param> <value> <struct> <member> <name>success</name> <value> <boolean>1</boolean> </value> </member> <member> <name>responseData</name> <value> <struct> <member> <name>type</name> <value> <string>C</string> </value> </member>...
2009 Jan 28
0
How to stack data sets?
...- paste("Observed_Scores_",k,".dat") write.table(Observed_Scores,ObservedScores_Data,row.name=FALSE,col.name=FALSE) Zero = 0 One = 1 for (t in 1:20) { for (s in 1:500) { if (Observed_Scores[s,t]<= thresh.values[t]) resp.prob[s,t] = Zero else resp.prob[s,t] = One } } ResponseData <- paste("ResponseMatrix_",k,".dat") ThreshData <- paste("Threshold_",k,".dat") write.table(resp.prob,ResponseData,row.name=FALSE,col.name=FALSE) write.table(thresh.values,ThreshData,row.name=FALSE,col.name=FALSE) #####STACKING ALL THE OUTPUTS########...
2010 Jun 26
1
Passing the parameter (file name) to png()
...cterstic curve by passing it as external parameter to the R batch script. The following is the code I have written for this. *R Script:* library(ltm) cmd_args = commandArgs(); for (arg in cmd_args) cat(" ", arg, "\n", sep="") respmat <- read.table("C:\\rphp\\responsedata.txt") fit3pl <- tpm(respmat) cat(" ", arg, "\n", sep="") b <- c("C:\\rphp\\",arg) png(file=b, bg="transparent") plot(fit3pl,items=c,lwd=3) dev.off() rm(respmat,fit3pl,b) q() Could you please help me in doing so? I get an error message w...
2010 Sep 03
3
R program google search
Hi, Can someone help as how to use R to program google search in the R code? I know that other languages can allow or have the google search API If someone can give me some links or sample code I would greatly appreciate. Thanks. -- Waverley @ Palo Alto
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is time to remove it from libguestfs. [1] https://github.com/libguestfs/virt-p2v [2] http://download.libguestfs.org/virt-p2v/ Pino Toscano (2): Remove virt-p2v Remove remaining virt-p2v bits .gitignore | 4 - Makefile.am | 7 +- bash/Makefile.am