Re: [R] Performance Analytics Modigliani Code help

2016-03-29 Thread Jim Lemon
Hi Jessy, I had a look at: http://www.rdocumentation.org/packages/PerformanceAnalytics/functions/Modigliani and it doesn't include a "Value" section, so I don't know what the return value should be. Have you tried running the examples to see what they return? Jim On Sat, Mar 26, 2016 at 12:10 A

[R] Performance Analytics Modigliani Code help

2016-03-25 Thread Jessy-Esther Missengue
Hi all, I am researching performance of funds in the FTSE100 and am using the Modigliani function in the PerformanceAnalytics package. I have attached my raw data for your reference. When I try to use the Modigliani code as follows: Modigliani (a,b,c=0) where a is my data set "1000 RANDOM...",

Re: [R] performance analytics

2012-10-15 Thread R. Michael Weylandt
On Mon, Oct 15, 2012 at 6:44 AM, sheenmaria wrote: > > hi Michael, > am sorry for the incomplete reply . > > > csv file data havinmg like this , > >>getSymbols("IBM") >>weekly_data = to.weekly(week_name) >>dataframe=data.frame(weekly_data) >>outputfile_name="F:\\R-programs\\Outputfile.csv" >>write

[R] performance analytics

2012-10-14 Thread sheenmaria
hi Michael, am sorry for the incomplete reply . csv file data havinmg like this , >getSymbols("IBM") >weekly_data = to.weekly(week_name) >dataframe=data.frame(weekly_data) >outputfile_name="F:\\R-programs\\Outputfile.csv" >write.table(dataframe, file =outputfile_name,sep = ",",col

Re: [R] performance analytics- package

2012-10-12 Thread R. Michael Weylandt
Hi sheenmaria, Please reread my first post and try to do well any of what I asked of you. Cheers, Michael On Fri, Oct 12, 2012 at 6:13 AM, sheenmaria wrote: > Thanks for your reply . > > And i have a doubt > why cant get the result of chart.performanceSummary() with more than > 40 row

Re: [R] performance analytics- package

2012-10-11 Thread R. Michael Weylandt
On Thu, Oct 11, 2012 at 11:04 AM, sheenmaria wrote: > In performance analytics - performance summary session , i cant run the > code of - > charts.PerformanceSummary(datafrom_table, rf = 0, main = NULL, method = > "ModifiedVaR", width = 0,event.labels = NULL, ylog = FALSE, wealth.index = > FALSE

[R] performance analytics- package

2012-10-11 Thread sheenmaria
In performance analytics - performance summary session , i cant run the code of - charts.PerformanceSummary(datafrom_table, rf = 0, main = NULL, method = "ModifiedVaR", width = 0,event.labels = NULL, ylog = FALSE, wealth.index = FALSE, gap = 12) it just return blank chart. datafrom_table - h