Displaying 2 results from an estimated 2 matches for "ultiamtely".
Did you mean:
ulitmately
2009 Jun 17
1
loop help
...if (too$A[i] > too$B[i] &
too$C[i]) {too$large[i]=1} else
if (too$B[i] > too$A[i] &
too$C[i]) {too$large[i]=2} else
if (too$C[i] > too$A[i] &
too$B[i]) {too$large[i]=3}}
Ultiamtely this is not working for me, any hints would be much appreciated!
--
David Depew
PhD Candidate
Department of Biology
University of Waterloo
200 University Ave W
Waterloo, Ontario, Canada
N2L 3G1
T:(1)-519-888-4567 x 33895
F:(1)-519-746-0614
ddepew at scimail.uwaterloo.ca
http://www.science.uwate...
2011 May 15
3
Adding dates to time series
Hi there,
I have a spreadsheet in excel which consists of first column of dates and
then subsequent columns that refer to prices of different securities on
those dates. (the first row contains each series name)
I saved the excel file as type csv and then imported to excel using
prices=read.csv(file="C:/Documents and Settings/Hugh/My Documents/PhD/Option
prices.csv",header = TRUE, sep