Displaying 15 results from an estimated 15 matches for "flasing".
Did you mean:
flashing
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?
Dear list,
I have two martix like these, each rows with name in the matrix.
I try to select rows with identical name from two matrix and calculate their correlation.
Matrix1:
2-Sep 9 5.5 1 7.18 10.0 8 139.45
2-Sep 7 4.9 15 8.22 61.68 9 123.62
4-Sep
5-Sep
AAMP
A2M
A2M
.
.
.
Matrix2:
2-Sep 4 7 1 6.8 12 8 19.4
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 ringing" as I've called...
2003 Jan 17
1
More info - S-Plus compatability
Dear all,
Thanks to those of you who have replied, the majority of the
comments pointed out that the error caused by scan may originate
from another function, and closer inspection of the output from
traceback() reveals that it is in fact the read.table function where
the error is originating from the full output of which I have included
below.
The error msg I recieve is
Error in
2009 Dec 24
2
Column naming issues using read.table
Hi, this is my first post so please be gentle.
I quite new to R and using it for my biology degree.
My problem is. Im trying to import data from a .csv file using the
read.table command. The .csv file header starts on row 2 but is contained in
column 1, i have 600 data files and for future ease would rather not edit
each file seperatly. The data starts on row three and I only need the first
381
2000 Jul 09
1
Modified Histogram functions
Dear all,
I have done further modifications on the histogram functions that I
reported earlier this year, and I hope this can be of use and perhaps
included in the distribution. I have been using this stuff a couple of
months myself, and while it is nothing sophisticated, it has it's
applications. :-) I did a few small modifications today to make it a bit
more compact.
I have modified the
2004 Jun 13
0
SJava Help
Environment:
R - 1.9.0
SJava - 0.67
Windows 2000
I can get SJava to work just fine in 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);
}
}
2008 Jan 31
0
Problem picking up a call with PickUpChan or PickUp
...play tells
me "connected", but the phone isn't connected and I don't get any
message on the cli (debug level 5). Since I
I' m using Asterisk 1.4.17-BRIstuffed-0.4.0-test6
Does anyone of you has a working configuration with SNOM phones that are
able to pickup a call from a flasing LED?
Thanks for your help,
Stefan
--
********************************************
in-put GbR - Das Linux-Systemhaus
Stefan-Michael Guenther
Geschaeftsfuehrer
Moltkestrasse 49 D-76133 Karlsruhe
Tel./Fax : +49 (0)721 / 83044 - 98/93
http://www.in-put.de
***************************************...
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 dependent
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.