similar to: Multiple graphs

Displaying 20 results from an estimated 100 matches similar to: "Multiple graphs"

2011 Mar 08
2
How to plot multiple graphs?
Dear R helpers, I have following data.frame giving asset class (i.e. bank, corporate, sovereign etc. as there could be number of classes) and rating-wise default frequency. I need to plot graphs for each of these classes i.e. bank, corporate and sovereign where I will be plotting ratings (AAA, AA, etc) on the x-axis and their respective default probabilities on Y-axis. I have tried to write a
2011 Mar 03
1
Applying function to multiple data
Dear R helpers, I know R language at a preliminary level. This is my first post to this R forum. I have recently learned the use of function and have been successful in writing few on my own. However I am not able to figure out how to apply the function to multiple sets of data. # MY QUERY Suppose I am having following data.frame df = data.frame(k = c(1:8), ratings = c("A",
2004 Jul 31
3
Openldap samba 3.0.5 net group add does not work
When I run net add groupmap rid=512 ntgroup="Domain Admins" UNIXgroup="ntadmins" i get this error: adding entry for group Domain Admins failed! The error isn't very specific and the log doesn't show any error. I look in the log (log level -1 in slapd.conf) and I can tell it is able to search. I can post the syslog if you need it. I think their is an error in my
2010 Oct 11
1
Unable to find a codec translation path from ulaw|h261 to slin
I'm doing some final check-outs before upgrading from 1.4.x to 1.6.x and I've encountered a problem playing back a .wav file to an Ekiga client: My dialplan looks like: exten => 730,1,answer exten => 730,n,playback(/home/phones/common/moh/moha/Sovereign) exten => 730,n,hangup Sovereign.wav is a .wav file that plays nicely on my 1.4 server. Here is what the console displays:
2013 Oct 17
4
Subseting a data.frame
Dear Forum, I have a data frame as  mydat = data.frame(basel_asset_class = c(2, 8, 8 ,8), defa_frequency = c(0.15, 0.07, 0.03, 0.001)) > mydat   basel_asset_class defa_frequency 1                 2          0.150 2                 8          0.070 3                 8          0.030 4                 8          0.001 I need to get the subset of this data.frame where no of records for the
2013 Oct 17
4
Subseting a data.frame
Dear Forum, I have a data frame as  mydat = data.frame(basel_asset_class = c(2, 8, 8 ,8), defa_frequency = c(0.15, 0.07, 0.03, 0.001)) > mydat   basel_asset_class defa_frequency 1                 2          0.150 2                 8          0.070 3                 8          0.030 4                 8          0.001 I need to get the subset of this data.frame where no of records for the
2017 Dec 10
0
hosting emails at home
Check out https://github.com/sovereign/sovereign/blob/master/README.md Might have some of what you are looking for already done. Bruce On Dec 10, 2017 2:06 PM, Andr? Rodier <andre at rodier.me> wrote: Hello everyone, I have been using Postfix and Dovecot for my personal emails for years. After being tired of reinstalling my personal mail server many times, I am currently writing
2017 Dec 10
1
hosting emails at home
Thank you, I remember to had a look at this project, and I found it huge. I started mine because I want LDAP authentication. I also wanted less features / programs, less obtrusive, and better attention to small details, like automatic DKIM generation and DNS updates. I hope not to end up with something as huge. Andr? On 10/12/17 19:19, bruce at secryption.com wrote: > Check out
2009 Apr 17
0
Thank You All for the help
Hi All, I wish to thank all you guys out there. This is because of the help from you guys I am able to learn how to use R in a short time. Thanking you again for the help and quick responses. Regards, Rajat -- Rajat, PhD student Industrial Engineering, Texas Tech University, Lubbock, TX, USA. -------------------------------------------------------------------------- WE, THE PEOPLE OF INDIA,
2005 Apr 13
0
Data Mining in Europe, please advise
Our CEO, Dr. Dan Steinberg, is planning to visit Europe in May. He would like the opportunity to introduce statisticians (and statistically minded people) to data mining, data mining applications and to forefront data mining tools. Our algorithms are probably familiar to many statisticians (CART, MARS, MART, TreeNet and RandomForests), although it isn't necessary to be a statistician to
1997 Sep 28
0
[IPD] Internet Probe Droid
[Mod: while not directly related to linux security, this post of course is approved because it provides a good summary and clear description. Please limit the discussion on this topic to new stuff. In general posts like this will be approved -- alex] Automating brute force attacks with ''Expect" balif and desslok - Abstract - phf,
2012 Jan 08
2
splitting strings effriciently
Folks, I have a data frame with 4861469 rows that contains an ip address xxx.xxx.xxx.xxx as one of the columns. I want to assign a site to each row based on IP ranges. To do this I have a function to split the ip address as character into class A,B,C and D components. It works but is horribly inefficient in terms of speed. I can't quite see how one of the l/s/m/t/apply functions could be
2017 Dec 10
5
hosting emails at home
Hello everyone, I have been using Postfix and Dovecot for my personal emails for years. After being tired of reinstalling my personal mail server many times, I am currently writing some Ansible scripts to do it automatically. I obviously checked the other projects, and did not found anything close to what I am looking for, so I am implementing it now. The final goal is to have a box that once
2005 Oct 27
1
problems in the network config of Guest OS on Xen
I have installed Xen version 7033 on an Intel platform with VT enabled, and the Xen boot up without any errors. The network is on in Xen but when I launch the RHEL Guest OS on Xen, IP address failed to be determined. I ran netconfig and restart my network service and yet fail to setup the network. I''m currently wanted to setup the Guest OS on a network so that I can run some benchmark
2005 Oct 27
1
problems in the network config of Guest OS on Xen
I have installed Xen version 7033 on an Intel platform with VT enabled, and the Xen boot up without any errors. The network is on in Xen but when I launch the RHEL Guest OS on Xen, IP address failed to be determined. I ran netconfig and restart my network service and yet fail to setup the network. I''m currently wanted to setup the Guest OS on a network so that I can run some benchmark
2005 Apr 29
1
GR-303 zaptel and zapata configurations
-----BEGIN PGP SIGNED MESSAGE----- Does anyone have any working example GR-303 configurations for zaptel and zapata conf? The information available on the wiki as well as in the sample configurations just doesn't seem to be enough to bridge the gap for me. In Zaptel.conf, Do you set up a GR-303 circuit like a PRI with b and d channels or do you set fxo or fxs, ks signalling? How do you
2006 Jun 03
12
How to get dynamically created inputs from html form back to rails app
Thank you in advance. Although I have many years of experience in general, including cross- platform processing, I am not an HTML/Javascript programmer. As a result, I do not have certain specific baseline skills and/or knowledge that are presumed in the Rails and Ajax documentation. I am experienced with DOM manipulations, so the bare mechanics of manipulating the browser GUI via Javascript
2005 Aug 15
2
No translator path exists for channel type MGCP & Comfort noise support incomplete
ONLY ON MONDAY! Well it used to work - calls between my aaln's that is. I moved from debain to redhat (same conf. files for asterisk) and this is what I get.. looks like several errors. errors I never got before. Also asterisk isn't observing the digits as I dial them like it used to however it still trys to route the call when I'm finished dialing. Anyone with a though on this?
2005 Jun 15
2
Solution to smbldap-tools not adding sambaSAMAccount
Well I finally managed to get my machines added to my ldap/samba domain. The problem was that I had defined an ou each for Computers and Users. ie dc=base,dc=org | ------ ou = Users | ------ ou = Computers Now the problem was that the nss_ldap library was searching in Users only, and apparently the samba server needs to be able to resolve the Computers tree aswell to add the
2006 Feb 23
9
Balancing multiple connections and NAT
Hi, I have a client connected to the ''net through 3 ISP''s. Have set up a Linux box to do routing and load sharing for the 3 connections. A fourth interface is connected to the LAN with private IP addresses. Am using iptables to SNAT traffic to the appropriate IP depending on the interface the packet gets routed onto. The setup looks something like this: Interface IP