Skip to content
Prev 226 / 15274 Next

portfolio.optim, where is the source code

From:   Omar Lakkis <abu3ammar@gmail.com>
The UseMethod call has the effect of calling
portfolio.optim.foo for the appropriate class foo.
To find the possible portfolio.optim.foo's issue
this R command:

	methods(portfolio.optim)
Assuming you downloaded the source package, and not just
the binary package then the R files are all in tseries/R and 
grepping through that we find that finance.R contains it.