similar to: plotting the graph of density with an unknown distribution

Displaying 20 results from an estimated 6000 matches similar to: "plotting the graph of density with an unknown distribution"

2008 Oct 04
2
posix acls and reiserfs
hi smbusers, would like to ask some questions about posix acls and reiserfs.help and info is much appreciated.(to make it clear i am running mandriva 2007 free edition with samba 3.0.23d installed.) 1. is acl supported now on reiserfs filesystems by default? 2. do i have to recompile the kernel and apply the acl patch? (i currently have the 2.6.17 kernel) 3.which is best for samba?xfs?ext3? or
2008 Oct 01
3
"tapply versus by" in function with more than 1 arguments
Hi. I searched the list and didn't found nothing similar to this. I simplified my example like below: #I need calculate correlation (for example) between 2 columns classified by a third one at a data.frame, like below: #number of rows nr = 10 #the third column is to enforce that I need correlation on two variables only dataf =
2009 Oct 09
2
Creating a Clustered-Stacked Column Chart
Hi all, In R, is there some functions or ways to create a Clustered-Stacked Column Chart as the example in the following page http://peltiertech.com/Excel/ChartsHowTo/ClusterStack.html? I have browsed the R Graph Gallery (http://addictedtor.free.fr/graphiques/) and searched the R site, and didnot find an appropriate method to do it. Anybody has met this problem before? Thanks a lot.
2008 Nov 01
4
CentOS 5.2 and Bacula
Hi everyone, I have a Samba server on CentOS 5.2 that I would like to and some backup service to, I have been trying to install Bacula, because I want to backup MS machines too, and there is a web GUI. But when searching around i google I get a bit confused. about what packages I need. Has anyone got bacula running on Centos or maybe guide in the right direction. Tronn -------------- next part
2018 Nov 07
2
openssh-based file transfers (e.g. rsync, scp, ...) are running 40 (!!) times faster via IPv4 than IPv6
Vincenzo, thanks for answering !!! As I found out before that this slow down only happens for encrypted transmissions, I've followed your suggestion and tested with a https-based download, from my Nextcloud instance on my VPS. Same slow speed when connecting via IPv6, and as fast as expected when connecting via IPv4. Just to confirm: There's NO dependency/relation between openssh and
2008 Aug 27
0
Can't export [homes] share.
?? Hi to everybody. ? ?? I have an Ubuntu?server running Samba 3, and its 25 Kubuntu clients. This server?does authenticate the users added (to Samba and to Ubuntu linux itself), but those users can't see their /home directory. What's going wrong??? ? ?? Below is the server's smb.conf: ---------------------------------------------------------------------------------------------------
2009 Aug 14
0
Problem when remoting domU
Hi all, I have just installed Xen on my Ubuntu 9.04. It seems to be ok. However, when i try to remote to domU the terminal stops working after 1-2 hours. It makes me vey annoyed when installing something and everything stops suddenly. Thanks Tran New Email names for you! Get the Email name you've always wanted on the new @ymail and @rocketmail. Hurry before someone else does!
2008 Oct 10
1
Creating a new connection type
Hello. I have an instrument, actually a step motor indexer that I want to drive from R. It uses an RS-232 connection. I already have a few C subroutines that I access from R but I would like to be able use R's connection related functions - readLines, writeLines, cat, read.table, etc - directly. Does any one have any suggestions on how a I should proceed to create a new connection type? Is it
2008 Dec 18
1
OT: Ping failed
Hi, The Ping service in Nagios has "unknown" status which was previously OK, this happens after i messed up some of the files owner and accidentally change it to Apache. Although I restored most of the file permission back to Root, the problem above still appears which I suspect is due to permission. Does anybody have idea where to look at. Thanks, junji aisalen.wordpress.com Linux
2009 Oct 27
0
Warning message when running aide after upgrading to 5.4
I upgraded my box from 5.3 to 5.4. When running "aide --update", I'm getting this warning message on /var/log/messages "aide: Libgcrypt warning: missing initialization - please fix the application" Below is the aide version installed: aide -v Aide 0.13.1 Compiled with the following options: WITH_MMAP WITH_POSIX_ACL WITH_SELINUX WITH_XATTR WITH_LSTAT64 WITH_READDIR64
2010 Mar 22
1
aide updated packages
Any news on the latest aide package? Current version of aide on CentOS 5 is aide-0.13.1-4.el5. This version of aide produces the following message on /var/log/messages "aide: Libgcrypt warning: missing initialization - please fix the application" when executed. Upstream already has released aide-0.13.1-6.el5 last January. I only see this version on the CentOS5 testing repo
2008 Oct 02
0
[solutions] "tapply versus by" in function with more than 1 arguments
Thanks to all. I summarized (in order to thank the list) the solutions to help future workers searching subjects like this at R help.   # Number of rows nr = 10 # Data set dataf = as.data.frame(matrix(c(rnorm(nr),rnorm(nr)*2,runif(nr),sort(c(1,1,2,2,3,3,sample(1:3,nr-6,replace=TRUE)))),ncol=4)) names(dataf)[4] = "class" #----------------------------------------------------- #Solution 1:
2008 Dec 16
1
Application b-spline basis for polynomial splines
Hai everbody,  Is there anyone have simple application b-spline in r language? I need it for make me understanding about b-spline for polynomial spline. thank u Arif  New Email addresses available on Yahoo! Get the Email name you've always wanted on the new @ymail and @rocketmail. Hurry before someone else does! [[alternative HTML version deleted]]
2009 Jul 28
3
dovecot 1.2.1 and sieve-0.9.1
Hi all, ok, can someone tell me which header fields that the "Sender" function in sieve looks at ??? I've created a sieve rule to move a mail to a directory that looks like this : # rule:[File Message] if anyof (address :contains "Sender" "Dude") { fileinto "TestFolder"; } And the emails headers look like this : Received: (qmail 5811 invoked
2008 Sep 11
4
All possible pairs of two variables
I have two variables (x,y) : x : it takes all integer values from 0 to y and, y : takes all values from 0, 10 I am looking for some R code to find all possible pairs of (x,y). Can anyone please help me? New Email addresses available on Yahoo! Get the Email name you've always wanted on the new @ymail and @rocketmail. Hurry before someone else does! [[alternative HTML version
2009 Nov 05
4
The equivalence of t.test and the hypothesis testing of one way ANOVA
I read somewhere that t.test is equivalent to a hypothesis testing for one way ANOVA. But I'm wondering how they are equivalent. In the following code, the p-value by t.test() is not the same from the value in the last command. Could somebody let me know where I am wrong? > set.seed(0) > N1=10 > N2=10 > x=rnorm(N1) > y=rnorm(N2) > t.test(x,y) Welch Two Sample t-test data:
2008 Dec 19
2
OT: Ping failed (SOLVED)
>From what I can see nagios' check_ping monitor executes /bin/ping, >in which case you need to make sure /bin/ping is owned by root >and is setuid (chmod u+s /bin/ping) > >nate That solved it. Same with file permission with mount, umount, su, and ping6. Thank you very much. Get your new Email address! Grab the Email name you've always wanted before someone else
2014 Apr 24
13
[Bug 77857] New: Second Monitor
https://bugs.freedesktop.org/show_bug.cgi?id=77857 Priority: medium Bug ID: 77857 Assignee: nouveau at lists.freedesktop.org Summary: Second Monitor QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified OS: Linux (All) Reporter: eagle_boy at rocketmail.com Hardware:
2008 Sep 14
2
Installing nVidia driver on remote CentOS 4
Hi, There's a linux cluster somewhere (using Rocks), and I use remote desktop (nxmachine) to do the work on the frontend of the cluster. The desktop is Gnome. And, I intend to install new nVidia driver, but it requires me to stop the X Server. I check around the internet, they say we can use the /etc/init.d/gdm stop, but I can't run it since the gdm file does not exist. Another alternative
2008 Dec 02
1
Failed to join domain using net join ads
I have RHEL 5.2 running Samba 3.2.4.?? I am trying to join the Samba server to Active Directory (Windows 2003 R2) using net join ads command.??? I get the following errors: As root, I run kinit secadmin which completes successfully and I get a Kerberos ticket.?? Secadmin has full domain admin privileges in Active Directory.?? Then I run: #> net join ads -S phxwn01 -U secadmin%password Failed