search for: nedbank

Displaying 14 results from an estimated 14 matches for "nedbank".

2006 Jul 03
1
rownames, colnames, and date and time
...I also posted a message to r-help on Friday but looking through the online archives it seems to have not made it to the list. I would agree with Eric that a consistent use of the typecast would be a reasonable solution. Any comments? Tobias Brandt Quantitative Analyst Taquanta Asset Managers Nedbank Clock Tower Victoria & Alfred Waterfront, Cape Town 8001 Tel : +27 (0) 21 416 6602 Fax : +27 (0) 21 416 9945 Email : TobiasBr@Taquanta.com <mailto:TobiasBr@Taquanta.com> >-----Original Message----- >From: r-help-bounces@stat.math.ethz.ch >[mailto:r-help-bounces@stat.math...
2007 Jan 15
2
Problem with pdf, png, jpeg devices and files named CON on Window s
..."Windows" "NT 5.1" "(build 2600) Service Pack 2" machine login user "x86" > ******************** Nedbank Limited Reg No 1951/000009/06. The following link displays the names of the Nedbank Board of Directors and Company Secretary. [ http://www.nedbank.co.za/terms/DirectorsNedbank.htm ] This email is confidential and is intended for the addressee only. The following link will take you to Nedbank's...
2006 Apr 07
1
rownames for as.matrix.zoo
...rics. > Depends: R (>= 2.1.0) > Suggests: chron, fCalendar, its, tseries, strucchange, DAAG > License: GPL > Packaged: Thu Sep 8 13:07:59 2005; zeileis > Built: R 2.1.1; ; 2005-09-09 12:21:08; windows > > > > ******************** > Nedbank Limited Reg No 1951/000009/06. The following link displays > the names of the Nedbank Board of Directors and Company Secretary. > [ http://www.nedbank.co.za/terms/DirectorsNedbank.htm ] This email is > confidential and is intended for the addressee only. The following > link will take y...
2006 Oct 26
2
pairs matchning
..._____________________ >R-help at stat.math.ethz.ch mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code. > ******************** Nedbank Limited Reg No 1951/000009/06. The following link displays the names of the Nedbank Board of Directors and Company Secretary. [ http://www.nedbank.co.za/terms/DirectorsNedbank.htm ] This email is confidential and is intended for the addressee only. The following link will take you to Nedbank's...
2006 Oct 18
2
sqlSave, fast=F option, bug?
Hi, Using the fast=F option, sqlSave saves without matching column names. It looks like a bug to me.......... Here's a simple (artificial) example. ----------------------------------------- Create a dataframe and save it to a database table "test" as follows: df <- data.frame(T=1, S=10) sqlSave(channel, df, "test", rownames=F) The table now looks like T S 1 10 If
2006 Oct 28
2
subsetting, aggregating and zoo
Hi, Having an zoo object I can subset it to obtain the days where I have the values within some range: is.zoo(z) TRUE subset(z[,1], z[,1]>=5 & z[,1]<= 10) #Yields: Year(day) 1988(13) 1988(14) 1988(16) 1988(20) 1988(21) 1988(22) 1988(25) 1988(26) 7.973946 9.933518 7.978227 7.512960 6.641862 5.667780 5.721358 6.863729 1988(27) 1988(28) 1988(29) 1988(30) 1988(32)
2006 Mar 23
0
sqlSave
..._ > >R-help at stat.math.ethz.ch mailing list > >https://stat.ethz.ch/mailman/listinfo/r-help > >PLEASE do read the posting guide! > >http://www.R-project.org/posting-guide.html > > > > ------------------------------------------------------------------------ > Nedbank Limited Reg No 1951/000009/06. The following link displays the > names of the Nedbank Board of Directors and Company Secretary > <http://www.nedbank.co.za/terms/DirectorsNedbank.htm>. > This email is confidential and is intended for the addressee only. The > following link will...
2006 Oct 26
1
Up- or downsampling time series in R
...s N points, etc... I can see how that particular application could probably be accomplished relatively easily using rapply and a subsetting operation. However it might be nice to have a convenient wrapper for this. Any help would be appreciated. Thanks in advance. Tobias ******************** Nedbank Limited Reg No 1951/000009/06. The following link displays the names of the Nedbank Board of Directors and Company Secretary. [ http://www.nedbank.co.za/terms/DirectorsNedbank.htm ] This email is confidential and is intended for the addressee only. The following link will take you to Nedbank's...
2006 Nov 22
3
odd behaviour of %%?
Dear R Helpers, I am trying to extract the modulus from divisions by a sequence of fractions. I noticed that %% seems to behave inconsistently (to my untutored eye), thus: > 0.1%%0.1 [1] 0 > 0.2%%0.1 [1] 0 > 0.3%%0.1 [1] 0.1 > 0.4%%0.1 [1] 0 > 0.5%%0.1 [1] 0.1 > 0.6%%0.1 [1] 0.1 > 0.7%%0.1 [1] 0.1 > 0.8%%0.1 [1] 0 > 0.9%%0.1 The modulus for 0.1, 0.2, 0.4 and 0.8 is
2006 Nov 15
2
filling an array, vectorized
Hi, I am sure this has come up before, but my searches of the archive didn't give any results (maybe I didn't use the right keywords, but if I use too many, the search times out). I have a vector of dimensions n, length is not fixed, eg n <- c(4,5,7) or n <- c(19,4,5,7) and a function f that takes a vector of indices, same length of n, and gives a scalar. I would like to fill
2005 Oct 27
1
data.frame-question]
...__________________ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > > ---------------------------------------------------------------------- > -- > > Nedbank Limited Reg No 1951/000009/06 > Directors: WAM Clewlow (Chairman) Prof MM Katz (Vice-chairman) ML > Ndlovu (Vice-chairman) TA Boardman (Chief Executive) CJW Ball MWT > Brown RG Cottrell BE Davison N Dennis (British) MA Enus-Brey Prof > B de L Figaji RM Head (British) RJ Kho...
2005 Nov 14
2
Coercion of percentages by as.numeric
...with terms like "percentage" and "coercion" yielded nothing. Does anyone know how to do this elegantly? Thanks Tobias Brandt P.S. Apologies if this appears on the list twice but I suspect an earlier post was blocked since it was in html format. ******************** Nedbank Limited Reg No 1951/000009/06 Directors: WAM Clewlow (Chairman) Prof MM Katz (Vice-chairman) ML Ndlovu (Vice-chairman) TA Boardman (Chief Executive) CJW Ball MWT Brown RG Cottrell BE Davison N Dennis (British) MA Enus-Brey Prof B de L Figaji RM Head (British) RJ Khoza JB Magwaza ME Mkwa...
2005 Nov 14
2
[<- and indexing for zoo objects
...es me the desired result but I feel that a timeseries class should really be able to handle the first syntax since with the workaround I'm back to the way of doing things before I had timeseries objects. Am I missing something or any comments? Regards Tobias Brandt ******************** Nedbank Limited Reg No 1951/000009/06 Directors: WAM Clewlow (Chairman) Prof MM Katz (Vice-chairman) ML Ndlovu (Vice-chairman) TA Boardman (Chief Executive) CJW Ball MWT Brown RG Cottrell BE Davison N Dennis (British) MA Enus-Brey Prof B de L Figaji RM Head (British) RJ Khoza JB Magwaza ME Mkwa...
2005 Oct 25
2
data.frame-question
Dear R-List, I am very new to R and programming itself, so my question may be easy to answer for you. I tried a lot and read through the manuals, but I still have the following problem: I have 2 data-frames: Number<-as.numeric (Number) Name<-as.character (Name) TAB1<-data.frame (Name,Number) - it looks like this:- Name Number A 2 A 3 A 6 B 8 B 12 B 7 C 8 D 90 E 12 E 45 佲仸