Displaying 20 results from an estimated 1000 matches similar to: "Reporting with down and across variables"
2008 Sep 24
2
print.data.frame : row.name = FALSE not having intended effect
Hi,
Does anybody know if row.name = FALSE actually works in v2.6.2?
Because it isn't working for me... here is some sample code and
output:
====+====+====+====+====+====+====+====+====+====+
> print(x,row.names = FALSE)
party_abbr candidate_name votes_candidate
2 DFL AMY KLOBUCHAR 1,278,849
5 R MARK KENNEDY 835,653
4 IP
2008 Sep 26
3
Newbie: Ranking a data frame, grouped by 2 or more columns
Hi,
I'd like to rank obs in a data frame as subset by 2 or more columns...
The example input would look like the following:
====+====+====+====+
x y v
-- -- --
a w 200
a w 100
b w 500
b w 200
b z 300
b z 400
====+====+====+====+
And the data frame I want to create is below:
====+====+====+====+
x y v rank
-- -- -- ----
a w 200 1
a w 100 2
2008 Sep 23
1
Newbie: Formatting numbers with commas
Hi,
Search through the R archives, and couldn't find my answer... how do
you format numbers with commas (standard American, one every three
digits)?
Thanks,
Matt
--
It is from the wellspring of our despair and the places that we are
broken that we come to repair the world.
-- Murray Waas
2008 Sep 22
1
Hmisc and Ubuntu (aptitude install)
Hi,
I'm trying to get the Hmisc module on my Ubuntu Hardy Heron install.
I tried getting Hmisc from within R by issuing the standard
'install.packages' command, but it said I needed 'gfortran' to
compile. I thought I could circumvent this by using 'aptitude' to get
the package 'r-cran-hmisc', but when I got it, the package had
critical missing parts (got
2008 Sep 25
2
Equivalent of 'first.var' or 'last.var' from SAS in R?
Hi,
I want to sort a data frame by multiple columns and then take the
first record in each unique level of the "by" group I used to sort the
data frame. Does someone have an example of how to do this?
Thanks,
Matt
--
It is from the wellspring of our despair and the places that we are
broken that we come to repair the world.
-- Murray Waas
2008 Sep 12
2
Newbie: 'table' output in columns rather than matrix
Hi,
Coming to R from SAS...
I have a data.frame A with 2 long factors "x" and "y". I want to get
a count of the number of rows with each level of "x" and "y" jointly.
'table' seemed like it would work, but as I have many levels, the
matrix output is pretty useless to me (and I don't care about zero
values). How can I get output that looks
2010 Nov 25
0
Samba print fix utility?
http://www.cisco.com/en/US/docs/app_ntwk_services/waas/waas/print_utility/troubleshooting/guide/PrntUtil.html#wp39367
It's saved me numerous times. Other people have asked for a copy. But
you need a valid contract to use it. Does anyone know of a similar
open/free utility?
Apparently the product this utility supports is end of life:
http://www.cisco.com/en/US/products/ps6469/index.html
2010 Sep 01
1
Transparent File Caching
This is not really a samba question, but if anyone would know that answer,
it would be this group. :) Are there any Open Source projects that offer
network file caching for SMB/CIFS? Something like what Squid does for HTTP.
If not, do you think it would be difficult to position Samba into such a
role? We are going to use Cisco WAAS for branch locations, but I think the
cache in the devices may
2007 Nov 27
2
exporting clustering results to table
Hello list,
the following approach did not work:
clustersA <- pam(distances, nkA, diss=TRUE);
gc();
filenameclu = paste("filenameclu", ".txt");
write.table(clustersA , file=filenameclu,sep=",");
although it worked with
clustersA <- hclust(distances, method="ward");
and a consecutive
kclassA <- cutree(clustersA, k=nkA);
filename =
2014 Feb 25
0
PROTO=255 What?
Hi all:
Sorry for my ignorance but I don't understand these log entries:
Feb 25 04:18:24 munin Shorewall:net2fw:DROP: IN=eth0 OUT= MAC=48:5b:39:ac:1b:5e:
00:12:da:a4:14:bf:08:00 SRC=95.211.197.1 DST=81.166.42.2 LEN=60 TOS=00 PREC=0x00
TTL=120 ID=1036 PROTO=255 MARK=0
Feb 25 04:18:25 munin Shorewall:net2fw:DROP: IN=eth0 OUT= MAC=48:5b:39:ac:1b:5e:
00:12:da:a4:14:bf:08:00 SRC=95.211.197.1
2019 Oct 17
0
Centos 8 Mate?
On 9/24/19 2:41 PM, Frank Cox wrote:
> Without wanting to sound too pushy, I'm wondering if there is any update on the status of Mate now that Centos 8 has been released?
>
> I would love to jump on C8 and start playing with it, but the lack of Mate is kind of a showstopper for me at the moment.
>
Is gnome3 really that bad :D
I decided to just bite the bullet and shift to real
2019 Oct 18
0
Centos 8 Mate?
On 2019-10-18 05:04, Ljubomir Ljubojevic wrote:
> On 10/17/19 4:08 PM, Johnny Hughes wrote:
>> On 9/24/19 2:41 PM, Frank Cox wrote:
>>> Without wanting to sound too pushy, I'm wondering if there is any update on the status of Mate now that Centos 8 has been released?
>>>
>>> I would love to jump on C8 and start playing with it, but the lack of Mate is kind
1998 Mar 31
1
Are dashes OK in Domain Name?
I was browsing through the SAMBA workgroups defined here:
E51-CAE, E51-WAAS, etc... everything looked fine (well, with
the exception of subnet browsing) until I displayed the
properties of the machines in the workgroups.
Select a SAMBA host, right-click on the hostname and select
'Properties' from an NT4 machine displays the domain as "E51";
everything from the dash onward
2014 Feb 28
0
ADMINISABSENTMINDED=No misbehaviour according to the manual
Hello.
I'm getting trouble with the ADMINISABSENTMINDED option, it doesn't seem
to work as stated in the manual.
When using the default ADMINISABSENTMINDED=Yes and no routestopped file,
here are the firewall state after executing shorewall stop :
Chain INPUT (policy DROP 473 packets, 106K bytes)
pkts bytes target prot opt in out source
destination
2019 Oct 18
4
Centos 8 Mate?
On 10/17/19 4:08 PM, Johnny Hughes wrote:
> On 9/24/19 2:41 PM, Frank Cox wrote:
>> Without wanting to sound too pushy, I'm wondering if there is any update on the status of Mate now that Centos 8 has been released?
>>
>> I would love to jump on C8 and start playing with it, but the lack of Mate is kind of a showstopper for me at the moment.
>>
>
> Is gnome3
2019 Oct 17
2
Centos 8 Mate?
On Thu, Oct 17, 2019 at 09:08:28AM -0500, Johnny Hughes wrote:
> On 9/24/19 2:41 PM, Frank Cox wrote:
> > Without wanting to sound too pushy, I'm wondering if there is any update on the status of Mate now that Centos 8 has been released?
> >
> > I would love to jump on C8 and start playing with it, but the lack of Mate is kind of a showstopper for me at the moment.
>
2012 Mar 10
4
"Wine despair" or "Am i a noob or just plain stupid?"
hi,
I want to share my odysse from yesterday until now with someone who might help me.
(my real problem starts after the mass effect 3 part)
So yesterday I bought MassEffect 3 after reading the topic on it
http://appdb.winehq.org/objectManager.php?sClass=version&iId=25500
and
http://appdb.winehq.org/objectManager.php?sClass=version&iId=25350
hmm doesnt sound to bad, lets give it a
2009 May 05
1
[LLVMdev] how to resolve llvm exception IR?
hi,
I'm doing to make llvm backend support sjlj-eh! I have try to
use the llvm-IR to generate the sjlj-eh code,
but I'm totally despair !
my major problem is that llvm-ir , I mean exception instrinstics
are enough for codegen the sjlj-eh code? May I need to modify the
llvm-gcc ?
or someone can give some advice about llvm-backend 's support sjlj-eh ?
best regards
2006 Feb 25
1
'inaccessible' via windows client
Please help I'm in despair having spent the last few days trying to
resolve an issue with my Samba setup.
I have 2 shares defined in my smb.conf. The first share is located
on my primary disk (partion 1). No problem with this one (I can
copy files to/from my Windows XP pcs).
I added a second disk (250gb sata) and for now created 1 big ext3
partition. The second share is mounted on
2016 Jul 17
1
new user introduction, and a few questions
Am 17.07.2016 um 17:48 schrieb Xen:
> I do not know if you are visually impaired yourself. I had a friend who
> was a great programmer but his eyesight was so bad that his computer
> operation was so severely limited that the simplest of things (for me)
> were very hard for him because his reading speed was just way below mine.
>
> Not saying that to be negative. Just saying that