Displaying 3 results from an estimated 3 matches for "pyrame".
Did you mean:
pframe
2010 Jan 29
2
Suppress output from getGEO
Dear R-ers,
I am using getGEO to download expression data from the Gene Expression
Omnibus. With default settings, when a file is downloaded and parsed,
lots of dotted lines are printed in the terminal, like this:
.......... .......... .......... .......... ..........
.......... .......... .......... .......... ..........
.......... .......... .......... .......... ..........
..........
2010 Feb 01
4
'R' and 'Yield to Maturity'
Dear R helpers
I am calculating the 'Yield to Maturity' for the Bond with following characteristics.
Its a $1000 face value, 3 year bond with 10% annual coupon and is priced at 101. The yield to maturity can be calculated after solving the equation -
1010 = [100 / (1+ytm)] + [100 / (1+ytm)^2] + [ 1100 / (1 + ytm)^3]
This can be solved by trial and error method s.t. ytm = 9.601%.
2009 Jun 30
2
Question about creating lists with functions as elements
Dear list,
I am trying to construct a list of functions using rep. I can't
understand the following:
> c(character, character) => list with two functions
> rep(character, 2) => error
The error says that "object of type 'special' is not subsettable", and I
have no idea what this means. Would you please help me.
The purpose of doing the above is that I