Displaying 20 results from an estimated 31 matches for "tahnks".
2007 Nov 12
2
How can I fitting this function from values.
Hi all, I'd like fit this function:
G(t)=A*1/(1+t/B)*1/sqrt(1+t/C)
where A, B and C are fitting constants that one like search. I have
got a fcs<-(t,G(t)) value table in a data frame.
Any one can help me? Tahnks Horacio.
2008 Jan 25
2
interactive menu in scripts
...ing, or press 2 for something else). After pressing 1 or 2, do
corresponding procedure.
I am not able to find out how to do this. I guess the functions menu() or
switch() are the keys, but I didn't manage to use them properly. Can you
help me? Are there some more practical examples on the web?
Tahnks, Filip Kral.
--
View this message in context: http://www.nabble.com/interactive-menu-in-scripts-tp15095049p15095049.html
Sent from the R help mailing list archive at Nabble.com.
2009 Mar 05
2
Fast Fourier Transform w.r.t. CreditRisk+
Dear R Helpers,
Is there any literaure available (including R code) on Fast Fourier Transform being used in CreditRisk+? I need to learn how to apply the Fast Fourier Transform. I agree I am too vaue in my question and sincerely apologize for the same, but I am not able to understand as to where do I start for this particular assignment. I tried to search google for CRAN and Fast Fourier
2008 May 15
2
openssh vulnerability
...Maybe have you already upgrade you openssl/openssh packages if you using debian (or *buntu).
http://article.gmane.org/gmane.linux.debian.security.announce/1614
We have found some weak keys :
- nightlycomp@rio (sure)
- comp@rio (maybe)
Are you up to date ?
Can Fabrice sent you new ssh public ?
Tahnks
Best Regards
--
Gabriel CORRE
gac@4js.com - Four J's Development Tools - www.4js.com
-------------- next part --------------
An embedded message was scrubbed...
From: Florian Weimer <fw@deneb.enyo.de>
Subject: [SECURITY] [DSA 1576-1] New openssh packages fix predictable
randomness
Date...
2004 Jan 29
10
Doubt about pattern
...quot;, "Sen_155_01_R2.sens", "Sen_155_01_R3.sens", "Sen_155_02_R1.sens", "Sen_155_02_R2.sens", "Sen_155_02_R3.sens", "Sen_155_03_R1.sens", "Sen_155_03_R2.sens", "Sen_155_03_R3.sens", "tome2sens_time1sens.txt"
Tahnks very much
--
Marcelo Luiz de Laia, M.Sc.
Dep. de Tecnologia, Lab. Bioqu?mica e de Biologia Molecular
Universidade Estadual Paulista - UNESP
Via de Acesso Prof. Paulo Donato Castelane, Km 05
14.884-900 - Jaboticabal, SP, Brazil
PhoneFax: 16 3209-2675/2676/2677 R. 202/208/203 (trab.)
HomePhone: 16...
2003 May 30
1
catch error/warning message in a loop
...he loop, the cox
regression stopped due to some errors. How can I know
at which variable the cox regression stopped so that I
can pinpoint the variable that causes the problem? I
guess this is not unique to cox regression, it is the
problem of catching the error/warning message promptly
in a loop.
tahnks
__________________________________
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
2003 Aug 19
1
princomp scores reproduced
...tion matrix (cor=T). I would like to reproduce
the scores for each observation by first standardizing
the data matrix (mean=0, std err=1), and then
multiplied by the loadings of each variable for each
principle components. I get very close numbers, but
not exactly the same. anything I missed here?
tahnks
2010 Oct 24
1
cvs fpr R
Hello everyone.
These days I am writing some code for a small project. I have started having
problems with different versions of the files I keep (in case I need to move to
older files).
I need some easy cvs platform ( I do not know if cvs is the general name or a
specific program) that is easy to use. I do not need something that special or
specific. Could you please suggest me one easy to
2005 Mar 17
1
Include/Macro not working right...
...rage")
When I reload, I can see my include load right, but...
When I call 5551234567, I get the SetCalledID("Unknown Called Number")
then I get the Auto Fallthrough, status in 'UNKNOWN' and it hangs up.
I'm sure I'm doind something stupid. Please correct me. ;-) Tahnks in
advance.
----Steve
Stephen Amadei
5114 Harbor Beach Blvd
Brigantine Beach, NJ 08203
(609) 703-9649
Current resume at http://www.amadei.com/resume.doc
2010 Nov 10
3
create a pairwise coocurrence matrix
...1 1 0 1 1 doc3 1 0 0
0 1
And I want to have a matrix with the number of the pairwise coocurrencies.
So, based on the above table the matrix should be:
term1 term2 term3 term4 term5 term1 0 2 0 1 3 term2 2 0 0 1 2 term3 0 0
0 0 0
term4
1 1 0 0 1
term5
3 2 0 1 1
Any ideas on how to do that?
Tahnks
Tax
[[alternative HTML version deleted]]
2005 Feb 11
8
chan_capi and asterisk
Hello, list a have a problem i can start asterisk, i get
the fowlling error:
[chan_capi.so] => (Common ISDN API for Asterisk)
== Parsing '/etc/asterisk/capi.conf': Found
Feb 11 13:50:36 NOTICE[2535]: chan_capi.c:2636 load_module:
CAPI not installed!
Feb 11 13:50:36 WARNING[2535]: loader.c:345
ast_load_resource: chan_capi.so: load_module failed,
returning -1
Feb 11 13:50:36
2004 Dec 06
1
iax2 nativ bridge question?
...ble
version from cvs) ?? i have also set the notransfer=no in iax.conf !!
is this normal? in my understanding, it should be possible if one party
have a public ip to traverse the udp traffic direct p2p.
am i wright?
here is what my asterisk server shows during connection (unable to transfer):
tahnks,
alex
Connected to Asterisk CVS-v1-0-12/02/04-14:33:02 currently running on snd
(pid = 3792)
Verbosity is atleast 5
-- Registered 'atuc' (AUTHENTICATED) at 82.82.238.221:30512
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'snm' logged on from 127.0.0...
2006 Apr 27
12
how to do a count with a variable...
hi guys, got this problem...
in my controller, when i wanna do a @temp.count it fails...
then i went to try counter = @temp.count which also failed..
thus, i feel that the count is not available for ActiveRecord::Base..so
i went to the Model class eg. user.rb
so in user.rb :
...
def count_uesr
count = 0
self.each do |record|
count ++
end
return count
end
then it ended up having
2008 Aug 18
15
How to upgrade domU
How do i upgrade my Xen guest (domu1) ?
On a stand alone hardware one would insert DVD/CD/Network and perform the
upgrade, What is the equivalent in Xen World ?
Tahnks !!!
--
Regards,
mantra - Instrument of Thought
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2013 May 07
8
proxy required
Hy I m new to puppet.
I ''d like to install epel.repo on a my node and this is the module that I
ve created
class epel {
package { ''epel'':
provider => ''rpm'',
ensure => installed,
source =>
''http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm''
}
}
Now my connection on node when I
2006 Dec 04
1
Weight and see
...and i would like to use R in my job, but I would
like to know (I haven't found yet) if R can take into account weights. I am
working on a study which had to get a weight variable, in order to make the
sample close to the population in terms of sex and universities (I am
working on students).
Tahnks very much I expect that I have been clear enough, if not, please ask
me some more explanations because I really want to use R.
jb
[[alternative HTML version deleted]]
2007 Jul 18
1
Can any one help me on format file data.
Hi all.
I'd like know what is the format file saved by Leica
Microsystems TCS SP2-AOBS equipped with a SP2-FCS2 Leica Microsystems
workstation its datas. Cause it save in *.fcs extention file but
ins't flow cytometry standart format file...
Tahnks Horacio.
2007 Dec 09
1
Adding text outside lattice plot
Hello,
I need to add some text in the upper left position,
outside a lattice plot.
xyplot(x~y)
ltext(locator(1), label='My text')
doesn't work.
I would appreciate any help. Tahnk you,
Judith
____________________________________________________________________________________
Be a better friend, newshound, and
2006 Feb 10
0
calling to sip provider
Hello,
I am new user of Asterisk. Yesterday I was trying to call from softphone
to Asterisk, and that Asterisk routes this call to sipphone.com provider.
I have found information on internet about how to register to sipphone
and it seems that I have done. "sip show status" (or similar
command) in CLI was showing me that I was registered.
To call was not working, and on Asterisk's
2011 Jul 02
1
Re: tbx player and asymgrid.vbx
Thank you all:
I've copied "ASYMGRID.VBX" to the system directory, and now, no message appears requesting for this file.
But now appears another message whith tilte "Error in program" and says:
The program winevdm.exe has encountered a serious problem and needs to close. We apologize.
This can be caused by a problem in the program or a fault in wine. Perhaps you