Re: [R] Request Help

2015-12-10 Thread David Winsemius
> On Dec 10, 2015, at 2:55 PM, Pedro Malpartida wrote: > > Hello, > > I am currently facing difficulties while doing a couple of financial tasks > in R. I will appreciate if you give a solution code for these issues. > > 1) If I have to price an european call option non dividend paying stock >

Re: [R] request: Help

2009-08-13 Thread Steve Lianoglou
Hi, On Aug 13, 2009, at 3:43 PM, Sarjinder Singh wrote: Dear Sir/Madam, Good Day! How can we make output file in R? In FORTRAN, we could do as follows: WRITE (42, 107) x, y 107 FORMAT ( 2x, F9.3, 2x, F4.2) What is equivalent to this in R? See: ?file ?cat ?sprintf -steve --