search for: 4c86

Displaying 2 results from an estimated 2 matches for "4c86".

Did you mean: 486
2007 May 30
2
Centos 5 OpenVPN / SElinux
...context=system_u:system_r:openvpn_t:s0 tcontext=system_u:system_r:openvpn_t:s0 tclass=process May 28 22:18:52 srsblnfw01 setroubleshoot: SELinux is preventing /usr/sbin/openvpn (openvpn_t) "use" access to /dev/null (pppd_t). For complete SELinux messages. run sealert -l 5701a4da-1d96-4c86-9747-e31b3d5d2219 May 28 22:18:52 srsblnfw01 setroubleshoot: SELinux is preventing /usr/sbin/openvpn (openvpn_t) "execstack" access to <Unknown> (openvpn_t). For complete SELinux messages. run sealert -l 0b738097-f92a-44c4-952b-7247d88a40e0 May 28 22:18:52 srsblnfw01 setro...
2009 Mar 14
1
multiple hypothesis testing
...Mar 2009 10:50:25 -0400 > From: David Winsemius <dwinsemius@comcast.net> > Subject: Re: [R] code to find all distinct subsets of size r from a > set of size n > To: Dale Steele <dale.w.steele@gmail.com> > Cc: r-help@r-project.org > Message-ID: <90F07392-1482-4C86-B8DA-15ED07AD3749@comcast.net> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > If your subsets are to be taken from the rows of a dataframe, df, and > the size is r, then something like this could satisfy: > > apply(combn(nrow(df), r), 2, function(x)...