search for: utulsa

Displaying 19 results from an estimated 19 matches for "utulsa".

Did you mean: tulsa
2006 Nov 05
2
Date, date, POSIX question
I have been working with R extensively for several months. I switched from SAS and Matlab to R. My question is Can anyone explain the benefits and detractions of the 'Date' package verses the 'date' package and verses 'POSIX' dates. I have noticed several other packages use one or the other. Rmetrics seems to standardize on POSIX. I can only see differences in
2006 Oct 16
3
Install RMySQL with R 2.4.0
I just installed RMySQL 0.5-9 with R 2.4.0 on Windows XP and got the following error message when trying to run a script with RMySQL: Error in library(RMySQL) : 'RMySQL' is not a valid package -- installed < 2.0.0? Any ideas? Thanks, Frank
2006 Oct 24
3
Help with understanding [[]] [] array, list, matrix referencing
Hi all, I would greatly appreciate some help understanding how R references arrays, matrices, lists, and objects using [[]] and []. I have read the R guides and several tutorials but I am not the fastest kid on the block so I am still having difficulty understanding this. For examples the following code produces a 5 element list of 2X5 random numbers that I then convert to a 2X5X5 matrix.
2006 Sep 20
1
Comment blocks in R programs
All, Is there a way to add comment blocks in an R script other than using # at the beginning of each line? Or, is there anything like ndocs for C++ and the markup for Java that can generate documentation? This may be a bad question, but I have searched R documentation and can't seem to find an Answer. I have also looked at the R package documentation mark up docs for help files but
2007 Feb 13
1
Unable to load RMySQL
Hi R users, I am unable to load RMySQL. The zip file is not available which I guess is needed to load this pakage. I also tried extracting the package from RMySQL_0.5-11.tar.gz and then pasted the package in the directory where R is loaded for which I am getting the following error message "Error in library(RMySQL) : 'RMySQL' is not a valid package -- installed <
2006 Nov 27
3
Is there a version of RMySQL for Windows?
I was trying to email directly the developer, David A. James, but all the emails bounce... Does anyone know if RMySQL may be re-compiled under Windows and what are the limitations? Cheers, Michal -------------------------------------------------------- This email is confidential and intended solely for the use o...{{dropped}}
2003 Dec 01
0
No subject
...five_six2000@yahoo.com> Delivered-To: samba@lists.samba.org Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by lists.samba.org (Postfix) with SMTP id A7B754831 for <samba@lists.samba.org>; Sun, 9 Sep 2001 20:26:19 -0700 (PDT) Received: from rppp2-43.net.utulsa.edu (HELO linux) (129.244.252.43) by smtp.mail.vip.sc5.yahoo.com with SMTP; 10 Sep 2001 03:30:16 -0000 X-Apparently-From: <two?five?six2000@yahoo.com> Content-Type: text/plain; charset="iso-8859-15" From: Asoka Anon <two_five_six2000@yahoo.com> To: samba@lists.samba.org Subj...
2003 Dec 01
0
No subject
...<asokanon@yahoo.com> Delivered-To: samba@lists.samba.org Received: from smtp010.mail.yahoo.com (smtp010.mail.yahoo.com [216.136.173.30]) by lists.samba.org (Postfix) with SMTP id E0D4F44D2 for <samba@lists.samba.org>; Sat, 11 Aug 2001 05:04:33 -0700 (PDT) Received: from rppp2-1.net.utulsa.edu (HELO Bart) (129.244.252.1) by smtp.mail.vip.sc5.yahoo.com with SMTP; 11 Aug 2001 12:08:41 -0000 X-Apparently-From: <asokanon@yahoo.com> Message-ID: <001301c1225e$69ff3e10$0200a8c0@Bart> From: "Asoka Anon" <asokanon@yahoo.com> To: <samba@lists.samba.org> Subj...
2003 Dec 01
0
No subject
...<asokanon@yahoo.com> Delivered-To: samba@lists.samba.org Received: from smtp015.mail.yahoo.com (smtp015.mail.yahoo.com [216.136.173.59]) by lists.samba.org (Postfix) with SMTP id 09CBB411C for <samba@lists.samba.org>; Thu, 23 Aug 2001 21:46:27 -0700 (PDT) Received: from rppp2-35.net.utulsa.edu (HELO Mozart) (129.244.252.35) by smtp.mail.vip.sc5.yahoo.com with SMTP; 24 Aug 2001 04:49:44 -0000 X-Apparently-From: <asokanon@yahoo.com> Message-ID: <001401c12c58$45e9d0e0$0200a8c0@Mozart> From: "Asoka Anon" <asokanon@yahoo.com> To: <samba@lists.samba.org>...
2003 Dec 01
0
No subject
...<asokanon@yahoo.com> Delivered-To: samba@lists.samba.org Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by lists.samba.org (Postfix) with SMTP id B550453F4 for <samba@lists.samba.org>; Wed, 15 Aug 2001 23:30:45 -0700 (PDT) Received: from rppp2-2.net.utulsa.edu (HELO Bart) (129.244.252.2) by smtp.mail.vip.sc5.yahoo.com with SMTP; 16 Aug 2001 06:34:36 -0000 X-Apparently-From: <asokanon@yahoo.com> Message-ID: <000b01c1261d$94293480$0200a8c0@Bart> From: "Asoka Anon" <asokanon@yahoo.com> To: <samba@lists.samba.org> Subj...
2005 Jun 14
2
Two questions
Is is possible to... Restrict all traffic two and from an internal ip address on a specific port? (ie, no port 80 outbound from 192.168.6.50, and block all returning packets to that same ip) Restrict all traffic out to an external ip address on a speicific port? (ie, no port 80 outbound to www.example.com [or its ip]) -- Landy J. Bible The University of Tulsa Computer Science Student IS
2006 Sep 30
1
counting a sequence of charactors or numbers
I have the following sequence of characters. These could be integers as well. For this problem, only two values are valid. S S S S S S W W W W W W W W S S S S S S S S W W W W W W W W S S S S S S S S S S S S S W W W W W W W W W I need to determine the count of the classes/groups in sequence. as 6,8,8,8,13,9 where the sum of these equal my total observations. Any help is greatly appreciated.
2006 Jul 17
0
Auto update package scripts
I am trying to set up my home, office, and a server to auto update my R packages once a week. I have a cron job on the server and a scheduled task on the other two pc's that are scripts. The batch script is rem #!/bin/bash rem cron job for updating R weekly rem #options(echo = FALSE) set Rloc="\Program Files\R\bin\" set script=\Libraries\R\ %Rloc%R CMD BATCH
2006 Oct 10
1
.arch.uni in function call in arch test of vars package
I have been reviewing the arch test of vars package that is based on Engle's paper. R-metrics has this as a wants/todo item. I need an arch test and thought I might accomplish two things at once or at least try. The arch test requires a varest object and I am trying to write one that will use R-metrics arima, arch, Garch objects, or at least a vector. Also the arch function has the
2006 Sep 07
0
Help understanding how nls parses the formula argument to estimate the model
I could use some help understanding how nls parses the formula argument to a model.frame and estimates the model. I am trying to utilize the functionality of the nls formula argument to modify garchFit() to handle other variables in the mean equation besides just an arma(u,v) specification. My nonlinear model is y<-nls(t~a*sin(w*2*pi/365*id+p)+b*id+int,data=t1,
2006 Sep 21
0
Help understanding how nls parses the formula argument to estimate the model
I could use some help understanding how nls parses the formula argument to a model.frame and estimates the model. I am trying to utilize the functionality of the nls formula argument to modify garchFit() to handle other variables in the mean equation besides just an arma(u,v) specification. My nonlinear model is y<-nls(t~a*sin(w*2*pi/365*id+p)+b*id+int,data=t1,
2006 May 22
1
RQuantlib Array processing applying EuropeanOptionExampleArray
I am trying to replicate part of the EuropeanOptionExample using my date. I have a data.frame containing all my inputs atm.vols<-subset(data.vols,moneyness==min); #Some days have the abs(moneyness) exactly between two strike prices, #Traders will alway price an option at the higher vol when selling it, so we will too.
2006 Sep 15
1
Formula aruguments with NLS and model.frame()
I could use some help understanding how nls parses the formula argument to a model.frame and estimates the model. I am trying to utilize the functionality of the nls formula argument to modify garchFit() to handle other variables in the mean equation besides just an arma(u,v) specification. My nonlinear model is y<-nls(t~a*sin(w*2*pi/365*id+p)+b*id+int,data=t1,
2005 Jun 10
11
/etc/network/interfaces
If I''m using eth1 as my lan zone on my router box, it needs a static ip... what do I set the gateway option to in /etc/network/interfaces since this computer is actually the gateway for the rest of the lan? Itself? My "net" NIC''s address? Something else? My lan isn''t getting internet access using the default Shorewall config file (edited per