similar to: melt stumbles over deleted columns

Displaying 15 results from an estimated 15 matches similar to: "melt stumbles over deleted columns"

2012 Nov 06
1
pivot table
Hello, I have a data which looks like below: Some of the patients have multiple diagnosis. ID(200 patients)   Diag (100 unique Diag-200 in general)   Proc (50 uniqe Proc)  DOB (200)   Gender (200)    a                           daig1 b                           diag2 c                            diag1 I want to reformat this data to : ID   diag1 diag 2 diag 3..  diagx   proc1   proc2  
2012 Feb 19
3
Non-parametric test for repeated measures and post-hoc single comparisons in R?
Some attribute x from 17 individuals was recorded repeatedly on 6 time points using a Likert scale with 7 distractors. Which statistical test(s) can I apply to check whether the changes along the 6 time points were significant? set.seed( 123 ) x <- matrix( sample( 1:7, 17*6, repl=T ), nrow = 17, byrow = TRUE, dimnames = list(1:17, paste( 'T', 1:6, sep='' )) ) I found
2011 Feb 10
2
Getting p-value from summary output
I can get this summary of a model that I am running: summary(myprobit) Call: glm(formula = Response_Slot ~ trial_no, family = binomial(link = "probit"), data = neg_data, na.action = na.pass) Deviance Residuals: Min 1Q Median 3Q Max -0.9528 -0.8934 -0.8418 1.4420 1.6026 Coefficients: Estimate Std. Error z value Pr(>|z|)
2018 May 18
0
vacation stumbles over invalid headers
# 2.2.13: /etc/dovecot/dovecot.conf # OS: Linux 3.16.0-4-amd64 x86_64 Debian 8.10 the vacation feature stumbles over invalid headers in several cases, causing an even more invalid header f.ex. if the original mail contains a line with only spaces in the vacation reply the header breaks apart displying not only the inteded vacation message but also parts of the message header. depends a bit on
2012 Aug 01
1
timeBasedSeq stumbles over the year 2038 (xts package)
I have the following problem: As expected I obtain timeBasedSeq( 2037/2037) [1] "2037-01-01" > However if I do the same for 2038 I get timeBasedSeq( 2038/2038) [1] "2038-01-01" "2039-01-01" I get the same strange result if I use later years or any interval that contains 2038: timeBasedSeq( 2037/2039) [1] "2037-01-01" "2038-01-01"
2012 Aug 03
0
MANOVA with repeated measures in R
Dear list member, I deperately need an help in performing a MANOVA in R, but I encountered some problems both in the design and in the synthax with R. I conducted a listening experiment in which 16 participants had to rate the audio stimuli along 5 scales representing an emotion (sad, tender, neutral, happy and aggressive). Each audio stimulus was synthesized in order to represent a
2006 Nov 09
4
Plotting symbols with two positions?
Thanks a lot to Demitris for a prompt answer some minutes ago on another tread (see below). To avoid excess mails on the list, I move onto next question: I have another small plotting problem that confuses me. I want to plot results from a field trial series, using the numbers of the trials as symbols in the plot. pch = as.character(trial_no) works fine, but truncates the trial number to the
2006 May 10
0
Re: Still Stumbled on First things in trying, RubyOnRails
Ling, I got the Agile Development with RoR book. As my next project was to be a bespoke online shop, I started by trying to copy the complete tutorial project - an online shop. I got a load of errors and had no way of working out how to fix them... Or extend the code and write new rails projects. When I took out a couple of days to go through the tutorial step by step, I ended up with a
2007 Nov 04
1
Stumbled on an FAQ error
Hi! When surfing, I stumbled on: I'm a music fan. Why should I be interested? Because Vorbis provides a high-quality format for you to listen to your music. * For a given file size, Vorbis sounds better than MP3. This means: o You can keep your music collection at about the same quality level, but it'll take up less space o or you can have
2000 Nov 04
1
Beginner's Stumbling Blocks
Others have commented on the usefulness of adding an explicit list of what should be included in the kernel. I second that. There''s another thing that''s tripped me up: While iproute2 compiles and installs easily (on a Red Hat 6.1 box), the documentation is in a format that - while not obscure to old Unix hands - requires compilation, which requires: "To make documentation,
2017 Jun 02
0
I've stumbled across weird chain of multiple failures
Hi. I've had a chain of a sudden unexplained problems which crippled my tinc network. It looks as if UDP communication between hosts in different parts of the globe all of a sudden completely broke. While waiting for my list subscription to be accepted, I've managed to solve, (or perhaps mask) the problem by re-enabling PMTUDiscovery for all hosts involved. I still have no
1999 Oct 20
0
Win98 Password Stumbling Block (Resolution)
For those of you that have had/are having problems getting Win 98 clients to correctly authenticate, I have identified a stumbling block which I had to deal with. Specifically, EnablePlainTextPassword *must* be a DWORD value. In following the instructions found here, http://us1.samba.org/listproc/samba/October1998/0321.html and on the Microtheft web site, I installed the ptxt_on.inf file from the
2007 Sep 25
2
Stumbling blocks moving to NTLMv2
Hi folks, I have been asked to force NTLMv2 logins to avoid use of LM hashes. To meet the requirement I added some lines to the smb.conf in [Global] (we only have that section anyway - this is purely for domain authentication with an ldap backend): client lanman auth = no client NTLMv2 auth = yes lanman auth = no min protocol = LANMAN2 ntlm auth = no This seemed to work - users
2004 Jan 05
2
I stumbled on this list...
Hi All, I am new to the list and have ordered myself a Asterisk Developer's Kit (TDM). I am just waiting on the order from a reseller of digium. I have yet to play around with the system when it arrives. And I haven't looked into the manual yet. I do hope I have all the hardwares to test first before I go and buy a sipura spa-2000 unit. I have my sister who is living in Germany.
2006 May 09
6
Still Stumbled on First things in trying RubyOnRails
Still Stumbled on First things in trying RubyOnRails http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html http://instantrails.rubyforge.org/tutorial/index.html http://rails.homelinux.org/ I had tried the first of the top 12 tutorials and got stuck after adding a new field ?category_id?in the table recipes,