Displaying 20 results from an estimated 120 matches similar to: "transfer function model of time series"
2006 Jun 27
1
rotate text using mtext
Hello,
I wish to write a label to the right-hand side of a plot (side=4) using
mtext, with the text facing inwards - that is, rotated 180 degrees from the
default orientation. How might I do this? (I've tried experimenting with
las but no luck.)
Thanks,
Rashmi
Rashmi Mathur
Master's Candidate
Fisheries Science and Management Research Group
School of Resource and Environmental
2006 Aug 13
5
split a y-axis to show data on different scales
Hello,
How do I split a y-axis to plot data on different scales?
Eg:
x <- 1:10
y <- c(-0.01,0.79,0.74,0.55,-0.67,0.32,-0.47,-0.05,723,759)
plot(x,y)
I'd like to show these data on the same plot, but the way it's written, all
contrast in the first 8 data points is lost. Can R split a y-axis for me?
Thanks,
Rashmi
Rashmi Mathur
Master's Candidate
Fisheries Science and
2004 Jan 02
1
Issues with SMBFS
Hi, I am using samba version 2.2.3 on a Red Hat Linux machine with kernel version 2.4.18. When I use smbfs to map a Windows share, I cannot list all the files in the directory. ls -l does not return anything and ls returns some files not all. Can you please let me know what the issue might be or how I should go about troubleshooting this?
Thanks in Advance.
Rashmi
2005 Jul 17
1
indexing from 0
Hello,
How would one index vectors and matrices starting from 0 (or some other
value other than the default of 1) in R?
Thanks,
Rashmi
[[alternative HTML version deleted]]
2006 Jul 04
4
IMPORTING FILE FROM EXCEL
Hi
I am a beginner with R.
I have been trying to import a tab delimited excel file but i get the following error message
> file.show('C:\Documents and Settings\stats\Desktop\SUMI\plasma2.txt')
Warning message:
file.show(): file 'C:Documents and SettingsstatsDesktopSUMIplasma2.txt' does not exist
I have understood the programming part but i cannot go ahead unless i have
2008 Jul 23
0
google translator - error - page is auto refreshing
hi to all,
this is rashmi, from mumbai asp.net developer ..
we are developing website name: www.discareuropa.com this has to
develop in 2 language English & Español
we have converted english to Español..through google translator and
html pages are working fine..
Problem:-
if we use server side control..then we are getting problem
1st Translator language from English to Español, you
2006 May 17
3
Off topic --- help in locating a source.
Apologies for the off-topic question; as usual I'm trying to draw
upon the unparalleled knowledge and sagacity of the r-help list.
Please reply off-list if you can help me out.
A collaborator of mine found a formula we need, on sheets which he had
photocopied out of a book, some years ago. He cannot remember which
book (he's getting to be as senile and forgetful as I am, poor
bloke!).
2009 Apr 10
3
wifi card shows in device manager , but cant configure wifi
hi ,
i just finished installing Cent OS 5.2 x64 on my thankpad
my hardware list shows the following
Atheros Communications Inc.
AR5212 802.11abg NIC
but when im trying to set up wireless network i cannot find the appropriate
wifi card.. when adding wifi connection
pls help
many thanks,
Sumit.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Jun 23
2
Can't make call with TDM410P
Actually I can start and receive SIP calls (PC client, iphone client)
but?I have an issue with calling external number throught PSTN
(certified-asterisk-1.8.11-cert2).
I'm having this ?error when making a call:
*CLI> ? == Using SIP RTP CoS mark 5
? ? -- Executing [9000 at local:1] Dial("SIP/3000-00000006",
"DAHDI/1/4384019357,10") in new stack
[Jun 23 16:18:09]
2009 Apr 10
0
Anaconda kickstart laying out / randomly; ignoring --ondisk in part command
This problem occurred in both CentOS 5.2 and the new (awesome!) 5.3:
I'm using a SuperMicro motherboard with a 6 port NVidia SATA controller on
the motherboard and an 8 port SuperMicro Marvel controller in a slot.
In my kickstart file, I have
part raid.01 . --ondisk=sda .
part raid.02 . --ondisk=sdb .
part raid.03 . --ondisk=sdc .
part raid.04 . --ondisk=sdd .
.
raid /
2009 Apr 10
0
Error running server: Exec format error - packet_worker_runner
Hi All, I''ve been developing a rails app using the Bitnami RailsStack (
http://bitnami.org/stack/rubystack) and it has always worked as advertised.
That is until I have tried to get BackgrounDRB up and running. I have
followed the steps given on the plugin''s project page, each seems to work. I
the plugin install works, I can generate workers etc, but when I start the
backgrounDRB
2009 Apr 10
1
[LLVMdev] getelementptr instruction
All:
I am looking at a optimization which requires me to lower the getelementptr
instruction in llvm. Is there a way to do this in llvm or do i have to write
a new pass for this?
Thanks a lot for ur help
Aparna Kotha
Graduate Student
Electrical and Computer Engineering department
University of Maryland, College Park
--
-- Aparna
-------------- next part --------------
An HTML attachment
2009 Apr 11
2
OT XEN asterisk and a digium board
hi
how i can give the control of a digium card to the virtual machine? i am
using XEN
do you recomendo other virtual machine? VMWare openVZ etc...?
Thanks
David
--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Apr 10
2
madwifi not working for 5.2 x64
hi .
i installed madwifi on 5.2 x64 but it dosent seem to be working
any clues?
pls help
:)
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20090410/f63cf28a/attachment-0002.html>
2009 Apr 10
2
Dovecot crash
tonight dovecot 1.2beta4 crashed for the first time with an assertion
failed. See attached log file. Around that time nobody was logged in into
dovecot and there were no other mail deliveries going on.
The mail in question should have been delivered to three recipients, one
got the mail, the two others not.
There is unfortunately no core dump file. I have attached the dovecot -n
output as
2009 Apr 10
2
[LLVMdev] cross llvm
I have some broad newbie questions about LLVM and its language
front-ends with regard to cross targeting:
I assume LLVM IR and bitcode are machine independent, yet bitcode files
encode an arch triple. Why? Is it just a hint for subsequent lowering
phases, or it it a recommended target?
Does IR/bitcode produced by a front-end configured for ARM differ from
bitcode for, say PowerPC or x86?
2002 Oct 17
1
The Samba Team Releases Version 2.2.6
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Heads up everyone,
After a long wait (4 months since 2.2.5 and numerous bug fixes
later), the final planned 2.2 release is here. With this release
Samba 2.2 is now officially in maintenance mode only. The only
fixes that will be accepted to the SAMBA_2_2 cvs branch are those
which fix critical bugs in basic functionality. It's time to move
on
2009 Apr 10
2
IVR Survey
Alright I know how to do basic IVR in *. But what I'm working on trying
to do now is a survey. I've found very little things out there on google
or the archives for how to do surveys with the * ivr.
Here is more or less what I'm trying to accomplish
1. Call comes in Plays Greeting
2. Starts Survey
3. Ask Q1, Record the answer (voice responses) repeat this
2009 Apr 10
6
ActiveX error when running an application(VB 6 based)
I am trying to run a home made Visual Basic 6 application on SUSE Linux
Desktop 10, using "wine-1.1.18-2.1"
Installation of VB 6 Application went smooth, and creates the directory
under "/root/.wine/drive_c/Program\ Files/PrjPatientInfo".
I then did the following
# cd /root/.wine/drive_c/Program\ Files
# cd PrjPatientInfo
# wine cmd
C:\Program Files\PrjPatientInfo>
2012 Feb 02
10
postfix - reject of incoming mail due to helo check??
Hi list,
I have been getting the following types of log messages
Jan 30 08:22:33 ndgonline postfix/smtpd[30538]: NOQUEUE: reject: RCPT
from unknown[71.46.229.50]: 450 4.7.1 Client host rejected: cannot find
your hostname, [71.46.229.50]; from=<DWoodman at orangebankfl.com>
to=<rkampen at ndgonline.net> proto=ESMTP helo=<mail.floridianbank.com>
a rdns check shows all is well