search for: whetehr

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

2009 Aug 03
3
How to catch an error using try
...seqType="3utr", mart=hmart) I understand the above function must be called by try to capture the eventual error. WHat is not clear to me is how to realize that an error has occurred. The on-line documentation mentions an invisible object of class "try-error". How shall I test whetehr such object has been created or not ? I assume it is created whenever an error does occur ....? Thank you for your help. Maura tutti i telefonini TIM! [[alternative HTML version deleted]]
2009 Mar 26
1
Fortran-90 and R
...t is would like to call a Fortran routine from my R script, passing to the Fortran routine some real numbers array, some scalar real numbers, and an integer number . I have no idea how to do that because Fortran is a compiled language whereas R s an interpreted language .. therefore I do not know whetehr it makes any sense to build a make file for the linker ... Is the linker necessary ? Thank you very much. Maura tutti i telefonini TIM! [[alternative HTML version deleted]]
2010 Feb 15
0
Exponential Fitting to Credit default data - A theoretical query
...lt;not equal> 0.0017   So this is a two tailed case and I have applied the 't' test as   tcal (AAA) = [Y(obse) - Y(estim)]/(s / sqrt(n)).   Probelm is in some cases, I have observed significant difference ie. the t(calculated value) falling in Critical region. Thus, the need to find out whetehr my fit is correct or not.   Thanking you in advance   Regards   Julia Cains, Brisbane     ****************************************************** Only a man of Worth sees Worth in other men ****************************************************** [[alternative HTML version deleted]]
2006 Sep 18
2
problems in sourcing R script
...lem could be? Is it possible that there is some kind of character problem or a hidden control character in the text file or an encoding problem (I use UTF)? I checked already with cat -A whether it shows unwanted control characters but nothing showed up. I also used 2 different text editors to see whetehr it is related to a text editor. Thanks, Ulrich R.script sourced with > source("script.R") ------------------------------------------------------------ # Load MASS library for stepAIC, truehist, etc. library(MASS) # Read in the data as comma separated file N <- read.csv2("...
2013 Sep 06
21
[PATCH v2 0/5] xl: allow for node-wise specification of vcpu pinning
Hi all, This is the second take of a patch that I submitted some time ago for allowing specifying vcpu pinning taking NUMA nodes into account. IOW, something like this: * "nodes:0-3": all pCPUs of nodes 0,1,2,3;  * "nodes:0-3,^node:2": all pCPUS of nodes 0,1,3;  * "1,nodes:1-2,^6": pCPU 1 plus all pCPUs of nodes 1,2    but not pCPU 6; v1 was a single patch, this is