similar to: performance analytics- package

Displaying 20 results from an estimated 200 matches similar to: "performance analytics- package"

2012 Oct 15
1
performance analytics
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.names =TRUE,row.names = T) > datafrom_table <-
2012 Mar 31
2
Is it there any std pattern in R which show same representation style of ppt found on net
i m searching on net,material related to R, whenever i get ppt presentation of some topic ,i found it in speical format white backgroud & blue bars,having links for further topics see link 1) https://www.rmetrics.org/files/Meielisalp2007/Presentations/Pfaff.pdf 2)http://grapevine.com.au/~yanchang/docs/Time-Series-Mining-slides.pdf If this is format,how can i made it,if i want to give my R
2012 Nov 09
2
TreynorRatio
i read about the performance analytics package i have a doubt about the TreynorRatio i have code g=getSymbols("IBM") > c=Cl(g) > r=Return.calculate(c) > SharpeRatio.annualized(r) IBM.Close Annualized Sharpe Ratio (Rf=0%) 0.3566339 > TreynorRatio (ret) Error in inherits(x, "xts") : argument "Rb" is missing, with
2000 Mar 21
5
par help wrong: xlog & ylog (PR#497)
Full_Name: Version: 1.0.0 OS: linux Submission from: (NULL) (193.62.250.209) ?par lists and describes xlog and ylog, though these are obsolete. It does not list log. I found out about log from ?plot.defaults--so that help is OK. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2002 Nov 12
2
Wandering usr values in par(no.readonly=TRUW) (PR#2283)
--==_Exmh_1801894504P Content-Type: text/plain; charset=us-ascii Dear R folks, Initially I had a plotting routine using logarithmic y-axes that failed after repeated calls if I tried to restore the graphical parameters (which I wanted to do because I used `layout' within the routine. I tried to isolate the problem and found out that the following code with logarithmic axis is sufficient for
2003 Mar 04
2
log axis assignment
Hi again, another problem: This (below) isn't working and as far as I can see it damn well should. What I'm trying to acomplish is to run several data sets through the same graphing procedure, but for the pH data use a log y axis. using this code all graphs are drawn with a linear axis. Surely I should be able to set the ylog option to T using another object (logaxis). for (n in
1997 May 11
2
R-alpha: Logarithmic scales
Here are another three problems with logarithmic scales: 1) segments() does not work with logarithmic scales. I suggest to change lines 962-973 in "plot.c": for (i = 0; i < n; i++) { if (FINITE(xt(x0[i%nx0])) && FINITE(yt(y0[i%ny0])) && FINITE(xt(x1[i%nx1])) && FINITE(yt(y1[i%ny1]))) { GP->col = INTEGER(col)[i % ncol];
2012 Jan 09
0
Analytics Consultant, Sr. Analytics Consultant and Principal Analytics Consultant (AC/SAC/PAC), Bangalore India
Hi UseRs, Please find the Job Description posted below. Our organization is looking for people with strong quantitative skills who is also strong in programming with R. Do get in touch with Prabhanshu (prabhanshu.pandey at 247customer.com) if you consider your experience and skills a good fit for the roles below. Location: *Bangalore, India* Let me know if you need any further clarification.
2002 Nov 13
2
Wandering usr values in par(no.readonly=TRUE) (PR#2283)
>>>>> "Marc" == Marc Schwartz <mschwartz@medanalytics.com> >>>>> on Wed, 13 Nov 2002 11:01:49 -0600 writes: Marc> Marc Schwartz wrote: >> SNIP >> >> I am guessing that this may be the result of par("ylog") >> and par("xlog") being read only and perhaps impacting the >>
2012 Oct 29
2
find the Best-ticker
i need to find the best ticker from the group of some tickers.? i also need to know on what basis we calculate the best ticker? i have some idea about the if the risk rate low, or the market price high we can say the ticker is best. but i dont know is it true. Anyone can help me . Thank you -- View this message in context:
2006 Feb 01
1
Difficulty with qqline in logarithmic context
Hi, R friends. I had some difficulty with the following code: qqnorm(freq, log='y') qqline(freq) as the line drawn was seemingly random. The exact data I used appears below. After wandering a bit within the source code for "abline", I figured out I should rather write: qqnorm(freq, log='y') par(ylog=FALSE) qqline(log10(freq)) par(ylog=TRUE)
2005 Jun 28
2
axTicks on a reverse ylog plot (PR#7973)
There is still issues with the reversed y-log scale plot: # Test case A: works as expected plot(10:100,log="y",ylim=c(100,11)) grid() par("yaxp") # Test case B: grid does not have horizontal lines; par("yaxp") is different plot(1:100,log="y",ylim=c(100,10)) grid() par("yaxp") In the second test case, axTicks for the horizontal lines (in
2007 Nov 14
2
IP range of Google Analytics server farm
Hi Centos Users I would like to allow outgoing traffic to Google Analytics servers (destination port 80). I wish to do a iptables rule. How to whitelist all Google Analytics servers? cheers Simon -- XMPP: sjolle at swissjabber.org
2006 Aug 04
1
Rails to web analytics integration
Anyone have experience (or plugins) available for pulling web analytics into the rails environment? Our marketing folks want to combine the page view data together with our registration/activity info, not too different than advocated here: http://www.thinkvitamin.com/features/webapps/how-to-measure-the-success- of-your-web-app We''re using Apache 2/mongrel. Thanks.
2006 May 09
0
Google Analytics plugin
Hi, I decided to scratch an itch this afternoon and implement a wee plugin for doing Google Analytics stuff easily. I saw in the wiki that somebody had already implemented a plugin for it, but it has been unavailable the past couple of times I''ve tried and,well, I could do with the experience of playing around with plugins. You can find more information about it here:
2008 Mar 15
2
new webgen plugin : google analytics
Hi all In order to add visit tracking to my webgen site, i''ve written a google analytics plugin which, given a google analytics key, automatically includes tre required javascripts. Requirements : in your page template, put {googleAnalytics: key: your_google_key} just before your <body> tag. And that''s all. The code is the following :
2008 May 07
1
google analytics and swfdec
Hello! Thank You for great program! All flash movies forks fine for me, but i have some problem in google analytics web site. I'm using lastest swfdec and swfdec-mozilla from git, but flash movies does not work on google analytics web site (information statistics for my domain). Can You help me ? -- Vasiliy G Tolstov http://selfip.ru -------------- next part -------------- A non-text
2008 Sep 23
0
Predictive Analytics event Oct 24-25 (DC) and Nov 6-7 (SF)
Hi, I wanted to make sure you were all aware of these upcoming events. There is a seminar in Predictive Analytics on Oct. 24-25 in DC, and in San Francisco Nov 6-7. This is intensive training for managers, marketers, and IT people who need to make sense of customer data to predict buying behavior, profit, etc. Past attendees have given rave reviews. You can find more info at
2011 Feb 17
0
Predictive Analytics with R, PMML and ADAPA
This is a presenation from the R Users Group (Bay Area) Covers building predictive analytic models in R, exporting in PMML and using ADAPA for model deployment and execution. Introduction to the Predictive Model Markup Language (PMML) standard and how it helps to overcome memory and speed limitations of R and makes models available for operational deployment and integration via web services.
2011 Feb 10
1
Revolution Analytics reading SAS datasets
Has anyone heard whether Revolution Analytics is going to release this capability to the R community? http://www.businesswire.com/news/home/20110201005852/en/Revolution-Analytics-Unlocks-SAS-Data Dan Daniel Nordlund Bothell, WA USA