similar to: How to transfer variable names to column names?

Displaying 20 results from an estimated 200 matches similar to: "How to transfer variable names to column names?"

2011 Dec 09
1
Fixed! Thanks all:RE: scatterplot to boxplot translation?
Thanks to David and Jorge - both of your helpful suggestions got me to the desired endpoint. In case anyone else has this question: I boxplotted my y variable data, but did the "cut" operation on the x variable in order to conserve the order of the y data. I see another suggestion coming in from another user that basically says this. So, my working line of code was: boxplot(count$RPKM
2012 Oct 12
3
average duplicated rows?
Dear useRs, I have a slightly complicated data structure and am stuck trying to extract what I need. I'm pasting an example of this data below. In some cases, there are duplicates in the "gene_id" column because there are two different "sample 1" values for a given "sample 2" value. Where these duplicates exist, I need to average the corresponding
2011 Aug 30
1
column names with rbind loop
Hello R users. This is a fairly basic question: I am concatenating data from sets of files in a directory using a loop. The column names in all files are exactly the same. My understanding is that rbind takes column names from the first file it reads. However, my output is showing that the column names are treated as a first data row, not treated as headers. I compile my file names like this:
2012 Apr 18
2
problem extracting data from a set of list vectors
Dear useRs, A colleague has sent me several batches of output I need to process, and I'm struggling with the format to the point that I don't even know how to extract a test set to upload here. My apologies, but I think that my issue is straightforward enough (for some of you, not for me!) that you can help in the absence of a test set. Here is the scenario: # Data sets are lists: >
2016 Apr 10
2
Plus addressing on Sentora using Postfix
> In dovecots 15-lda.conf uncomment the "recipient_delimiter = +" setting. The delimiter is configured in postfix but apparently not in your dovecot lda config I am not sure of the location of 15-lda.conf, however in my main dovecot.conf file I added "recipient_delimiter = +" The output of the lad part of "dovecot -n" is now > protocol lda { >
2011 Oct 25
2
column subtraction by row
Dear UseRs, I have a data frame that looks like this: head(test2) attributes start end StemExplant Callus RegenPlant 1 LTR_Unknown 120 535 3.198 1.931 1.927 3 LTR_Unknown 2955 3218 0.541 0.103 0.613 6 LTR_Unknown 6210 6423 6.080 4.650 9.081 9 LTR_Unknown 9658 10124 0.238 0.117 0.347 14 LTR_Unknown 14699 14894 3.545 3.625
2020 Feb 28
1
kvm presenting wrong CPU Topology for cache
Folks, I am having major performance issue with my Erlang application running on openstack KVM hypervisor and after so many test i found something wrong with my KVM guest CPU Topology This is KVM host - http://paste.openstack.org/show/790120/ This is KVM guest - http://paste.openstack.org/show/790121/ If you carefully observe output of both host and guest you can see guest machine threads has
2011 Dec 09
1
scatterplot to boxplot translation?
A non-text attachment was scrubbed... Name: C_count_vs_RPKM.PNG Type: image/png Size: 16970 bytes Desc: C_count_vs_RPKM.PNG URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111209/eeb32c30/attachment.png>
2011 Oct 28
3
WoW Play Button Not Working - Fix for Linux/Wine??
So this issue is quite common now in WoW launchers from all operating systems, and it's gone and happened to mine. When I open the shortcut on my desktop, the client opens, and when I click on the 'play' button, it closes and nothing comes up. I've read everywhere that if you start it from the WoW.exe link in World of Warcraft folder, it'll automatically open, but when I click
2016 Apr 08
2
Fwd: Plus addressing on Sentora using Postfix
I am running Ubuntu 14.04.4 LTS ?Trusty? and "postconf -d | grep mail_version? gives me ?mail_version = 2.11.0?, with Dovecot 2.2.9 I have installed Sentora (http://sentora.org) which sets most of the configuration up for Postfix up, I have made some changes to allow me to use certificates for IMAP and SMTP SSL (https://skippy.org.uk/lets-encrypt-postfix-and-dovecot/), My Postfix main
2012 Jul 09
1
boxplot with "cut"
Dear UseRs, I'm making box plots from a data set that looks like this: Chr Start End GeneDensity ReadCount_Explant ReadCount_Callus ReadCount_Regen 1 1 1 10000 107.82 1.243 1.047 1.496 2 1 10001 20000 202.50 0.835 0.869 0.456 3 1 20001 30000 158.80 1.813 1.529 1.131
2016 Apr 07
2
Suddenly increased my hard disk
On 4/6/2016 9:20 PM, Frank Cox wrote: > On Thu, 7 Apr 2016 12:08:45 +0800 > Chandran Manikandan wrote: > >> >Should i need to run above command in home directory or root. > The command that he gave you will work from any directory. The / means start from the root directory so where you are when you run it is irrelevant. howevver if he doesn't run it as the root user, it
2010 Dec 11
2
Specifying Prior Weights in a GLM
Hello R folks, I have three questions. I am trying to run a logistic regression (binomial family) where the response variable is a proportion. According to R Documentation in "a binomial GLM prior weights are used to give the number of trials when the response is the proportion of successes." However when I run my code I get the following error message: Error in
2018 May 14
1
NTLMSSP NTLM2 - Invalid signature
Hello guys. When checking the Samba status, an error is displayed. This error was displayed after upgrading from version 4.7.5 to version 4.7.7 I've reviewed everything and found nothing wrong. Anyone have any idea what it is? *Mai 14 08:54:47 XXXXXX.XXXXXX.COM <http://XXXXXX.XXXXXX.COM> samba[14480]: [2018/05/14 08:54:47.676288, 0]
2009 Apr 01
4
Variable Wildcard Value
Is there a wildcard value for vector values in r? For instance: > M <- *wildcard > (M==1) TRUE >(M=="peanut butter") TRUE >is.na(M) FALSE thanks, Francis -- Francis Smart (406) 223-8108 cell
2003 May 12
1
OpenSSH-3.6.1p2 PAM Problems
recently we upgraded a bunch of systems to OpenSSH-3.6.1p2. alot of our systems have automated logins for backups or systems checks with ssh-keys, but (i think) as a result of the Openwall/Solar Designer patch, pam_tally is incrementing off the scales. pam_tally is tallying failed logins for keyed-only accounts: attempts are made to authenticate those accounts via password authentication before
2008 Mar 11
1
Dovecot 1.1: Ignoring Trash/Junk for maildirsize?
Hi all, We're testing Dovecot 1.1rc3, but have run into a snag with IMAP Quota's and the way Trash and Junk folders can be handled. Our MTA (Exim) quota configuration uses this option: maildir_quota_directory_regex = ^(?:cur|new|\.(?!Junk$)(?!Trash$).*)$ This completely excludes "Junk" and "Trash" from the "maildirsize" file and quota calculations.
2012 Jul 19
4
Thinkpad X61s cannot boot 9.1-BETA1
Hi, Did anyone else experience this? With 9.1-BETA1 the boot process freezes, among the last lines with verbose boot are acpi_acad0: On Line acpi_acad0: acline initialization done, tried 1 times after this, dead. What is supposed to happen in the next stage? This laptop worked fine with 9-STABLE to at least february. //per
2012 Jul 11
2
For loop help
Hi Everyone, I could use help developing a for loop. I have a dataset with tallies for a number of species within 7 different size classes. I need to uncollate the data into the rawest form (ie: each row a different individual) & retrain the metadata associated with each row (Date, Recorder, Site, Transect and Species). Here is an example of the current format:
2010 Jan 20
2
Please Please Please Help me!!
Dear R helpers   (I have already written the required R code which is giving me correct results for a given single set of data. I just wish to wish to use it for multiple data.)   I have defined a function (as given below) which helps me calculate Macaulay Duration and Modified Duration and its working fine with given set of data.   My Code -   ## ONS - PPA   duration = function(par_value,