search for: flase

Displaying 15 results from an estimated 15 matches for "flase".

Did you mean: flash
2010 Nov 06
4
calculate probability
Dear All I have 2 value assume 2.4 and 2.9 and mean = 2 variance = with n = 10 I want to find probability = 2.4 and 2.9. How I can do this. Many Thanks. Jumlong -- Jumlong Vongprasert Assist, Prof. Institute of Research and Development Ubon Ratchathani Rajabhat University Ubon Ratchathani THAILAND 34000 [[alternative HTML version deleted]]
2007 Nov 21
1
How to select rows with identical index from two matrix?
...1 6.8 12 8 19.4 2-Sep 2 8 15 2.2 6.8 12 13.2 4-Sep AAMP AAMP ABCA5 A2M A2M I try to select rows with identical name from two matrix and calculate their correlation. However, I got trouble when loading these two matrix into R as header=TRUE. So I use header=FLASE and these name become character in the first column. How do I extract the first column of matrix 1 and compare to the first column of matrix 2? And if they are identical I compute their correlation? SIncerely yours, Chiahsin Liu [[alternative HTML version deleted]]
2008 Feb 01
1
Problem picking up a call with PickUpChan or PickUp (asterisk-users Digest, Vol 43, Issue 1)
Hi, > Does anyone of you has a working configuration with SNOM phones that are > able to pickup a call from a flasing LED? Unfortunately (as far as I'm aware) this is a bug in the 1.4.17 release, and therefore I don't think any config changes will fix it. We've been told to roll back to our previous 1.4.13 installation. It also seems to manifest itself in "ghost
2003 Jan 17
1
More info - S-Plus compatability
...quote = quote, dec = dec, : line 1 did not have 2 elements Execution halted. traceback() 8: scan(file=file, what=what, sep = sep, quote = quote, dec = dec, nmax = nrows, skip =0, na.strings, quiet = TRUE, fill = fill, strip.white = strip.white, nlak.lines.skip = blank.lines.skip, multi.line = FLASE, comment.char = comment.char) 7: read.table("_data\\TempFile, sep = ",", col.names = c("pair1", "pair2")) 6:ReadIBD.data("ibd.out") 5:RunGH(dat) 4:Read.Data(dat, x, HRallele) 3:eval.with.vis(expr, envir, enclos) 2:eval.with.vis(ei, envir) 1:source(&quot...
2009 Dec 24
2
Column naming issues using read.table
...R error message using the code iv got so far is Error in read.table(file("s1-2c83.csv"), header = FALSE, sep = ",", quote = "", : more columns than column names The code I have so far is framename<-read.table(file ("s1-2c83.csv"), header = FALSE, # FLASE indicates headers are not included in input file sep = ",", # must have "," otherwise errors in table quote = "", dec = ".", row.names = 1, # must = 1 or extra column of row numbering is entered col.names = ("Nr2sec,Cnt1X,Cnt1Y,Cnt2X,Cnt2Y,sec100,hour...
2000 Jul 09
1
Modified Histogram functions
...ers, to separate one histogram from another, particulary useful when using colors). I've got a function for adding two similar histograms as well, but that's so hacked up I guess it isn't worth much. BTW, I found a typo in the help for rect: xpd: logical (``expand''); if `FLASE', everything is clipped to the plot region. Hope this is useful for someone... :-) Best, Kjetil -- Kjetil Kjernsmo Graduate astronomy-student Problems worthy of attack University of Oslo, Norway Prove their worth by hitting back E-mail: kjetikj@astro....
2004 Jun 13
0
SJava Help
...n R but I am having trouble getting R to work in Java. I have created a test class that looks like this: import org.omegahat.R.Java.*; public class Test { public static void main(String[] args) { ROmegahatInterpreter interp = new ROmegahatInterpreter(ROmegahatInterpreter.fixArgs(args), flase); } } The class compiles fine but when I run it I get the following output: Loading RInterpeter library R_HOME: R_HOME=C:/Program Files/R/rw1090 RVersion: R_VERSION=1.6.1 Then I get a windows popup error saying: Fatal error: unable to open the base package Why does the R version display as...
2008 Jan 31
0
Problem picking up a call with PickUpChan or PickUp
Hi, I have configured my SNOM 360 to monitor another extension by setting the following: [default] exten => user1,hint,SIP/user1 The next step was to define a function key on the phone as an extension with the value <sip:user1 at 192.168.0.101> and later with <sip:user1 at 192.168.0.101|*8> When someone now calls extension 97 (which is the number of the corresponding phone),
2005 Mar 11
2
vampire question
I have a quick question for you... when running net > rpc vampire -S ntserver -U Administrator%stacy182 --- everything seems > to run fine.... however I do get > could not create posix account info for 'machine name$'
2007 Mar 14
0
before_destroy return false, but dependent are destroyed
I have a problem with before_destroy deleting by dependent records, even through I return flase. ... has_many :users, :class_name => ''Editor'', :as => :editable, :dependent => :destroy ... def before_destroy unless self.has_access?(99) errors.add_to_base "Destroy permissions error!" return false end end When I remove the depe...
2007 Dec 01
3
compare strings
Sorry for the question, but I really cannot find the right search terms to find an answer.. I have a data frame with strings in some of the columns. I want to know all the rows where the strings in both columns are equal. How do I do this? Thanks, Bernd [[alternative HTML version deleted]]
2003 Dec 30
2
split.screen problem with jpeg/png device (PR#6223)
Full_Name: Steve Koehler Version: 1.8.1 OS: Solaris and Windows Submission from: (NULL) (192.55.214.50) In the following program, if output is sent to X11, you get all four graphs, but if output is sent to .jpeg, you only get the C and D graphs. A workaround is to do all the screen splitting at the top, before using any screens. This also fails with .png output. jpeg ("test.jpeg")
2002 Sep 10
3
XP woes
Working with Windows XP and debian Samba 2.2.3a on a box as my PDC. Sign or seal patch was applied. The past few days when we have been adding new computers running windows XP to the domain we have had machines tell us they have joined the domain, but when we try to log onto them using a "domain" account we get the following error on the PC: "The system could not log you on to
2006 Dec 05
5
if(){} else{}
Dear R-community, my data set looks like 'mat' below. Plant<-c(NA,1,1,1,NA,NA,NA,NA,NA,1); Value1<-rnorm(1:10); Value2<-rnorm(1:10); mat<-cbind(Plant,Value1,Value2); I receive data from two different sites. One site is identified by an interger number, the other site has no data in column Plant=NA. My pb: I'm trying to assign labels "A" or "B" to
2016 Apr 18
63
[PATCH v4 00/37] Volting/Clocking improvements for Fermi and newer
We are slowly getting there! v4 of the series with some realy good improvements, so I am sure this is like 95% done and only needs some proper polishing and proper Reviews! I also added the NvVoltOffsetmV module parameter, so that a user is able to over and !under!-volt the GPU. Overvolting makes sense, when there are still some reclocking issues left, which might be solved by a higher voltage.