Skip to content
Prev 3165 / 15274 Next

fPortfolio error

Bastian,


The most probable the problem is on the data loading, as Carlos mentioned.

 Could you please run:

library(fPortfolio)
Data = as.timeSeries(data(LPP2005REC))[,1:6]
str(Data)

Spec = portfolioSpec()
Constraints = "LongOnly"
setNFrontierPoints(Spec) = 5
portfolioFrontier(Data, Spec, Constraints)


 and send us the output.



 Bests,

 Hebbertt

On Tue, Nov 4, 2008 at 12:13 PM, Bastian Offermann
<bastian2507hk at yahoo.co.uk> wrote: