search for: disagree

Displaying 20 results from an estimated 2941 matches for "disagree".

2011 Oct 18
2
control the conversion of factor to numeric
...a data.frame with several factor-variables to a numeric matrix. Now the problem is, that the order of the factor-labels don't match the order I would like to use. for example, let's assume I have this factor-variable in my data-frame: x <- factor(rep(1:4, 5), labels=c("slightly disagree", "disagree", "agree", "slightly agree")) Now I would like to convert this to a numeric vector so that disagree == 1, slightly disagree == 2, slightly agree == 3, and agree gets the value 4. but as.numeric(x) just converts the factor levels to numerical values a...
2012 Aug 10
2
replacing a character string
I am working on modifying a REDCap survey. The data dictionary column for the response field has the following value. 1, Strongly disagree | 2, Disagree | 3, Agree | 4, Strongly Agree | 5, Don't Know | 6, Refuse to Answer | 7, Not Applicable I am wanting to convert this so that it looks as follows: 1, A. Strongly disagree | 2, B. Disagree | 3, C. Agree | 4, D. Strongly Agree | 5, E. Don't Know | 6, F. Refuse to Answer | 7, G...
2012 Oct 01
1
Error messages when attempting to calculate polychoric correlation matrices
..., 6, 4, 4, 4, 2, 5, 4, 4, 6, 2, 6, 4, 5, 5, 6, 5, 6, 4, 4, 3, 4, 5, 5, 6, 5, 5, 5, 5, 4, 5, 3, 5, 5, 5, 5, 6, 3, 5, 6, 5, 6, 4, 5, 4, 4, 5, 6, 2, 5, 6), value.labels = structure(c(6, 5, 4, 3, 2, 1), .Names = c("Strongly Agree", "Agree", "Slightly Agree", "Slightly Disagree", "Disagree", "Strongly Disagree"))), SABAS06 = structure(c(6, 6, 6, 6, 6, 6, 5, 5, 6, 3, 6, 6, 6, 5, 5, 6, 5, 6, 6, 5, 5, 6, 6, 6, 6, 5, 6, 3, 6, 5, 5, 5, 5, 6, 6, 6, 3, 6, 6, 5, 5, 4, 5, 6, 6, 5, 6, 5, 6, 6, 6, 6, 6, 6, 5, 5, 6, 6, 6, 6, 6, 6, 5, 6, 6, 6, 6, 6, 4, 6, 5, 5...
2007 Feb 09
6
1.2.4 symbols
Hi, Everything compiled correctly for the ocfs2 package, but so far the modules will not load with the "well known" module symbol error. FATAL: Error inserting ocfs2 (/lib/modules/2.6.16.27-0.6-smp/kernel/fs/ocfs2/ocfs2.ko): Unknown symbol in module, or unknown parameter (see dmesg) Okay not sure what is up here, any suggestions? BTW, this is the correct module location and I
2010 Aug 05
3
Plotting range of values in barplot()
...lots for the number of responses even in the event that there are 0 responses. For example, I have a data set that contains values of 2, 3, 4, and 5 but I would also like my graph to show that there are no 1's. I have attached the resulting graph. The appropriate values should be 0 - Strongly Disagree, 1 - Somewhat Disagree, 2 - Neutral, 7 - Somewhat Agree, and 12 - Strongly Agree. Any suggestions would be much appreciated as I am new to R. Thanks, Steve http://r.789695.n4.nabble.com/file/n2315414/graph.jpg -- View this message in context: http://r.789695.n4.nabble.com/Plotting-range-of...
2014 Jun 12
2
Re: libguestfs supermin error
On Thu, Jun 12, 2014 at 05:08:37PM +0530, abhishek jain wrote: > Hi Rich > > I have all the virtio modules available in the kernel but I'm getting the > same result . It doesn't appear to be using any kernel modules. I would have expected to see output such as this: supermin: internal insmod virtio.ko It seems as if you might not be setting SUPERMIN_MODULES; or maybe you
2012 Jun 13
2
adjust space between horizontal legend text in a barplot
Hi All, I produced a barplot and made a horizontal legend below the graph. Because the results are from a survey, there are three levels, namely strongly disagree/disagree, neutral and strongly agree/agree. > rownames(survey)[1] "Strongly disagree/disagree" "Neutral" "Strongly agree/agree" As in the output above, there is a large space between "Neutral" and "Strongly agree/agree"....
2012 Oct 02
0
Error messages when attempting to calculate polychoric correlation matrices using the psych package
...4, 4, 6, 2, 6, 4, 5, > 5, 6, 5, 6, 4, 4, 3, 4, 5, 5, 6, 5, 5, 5, 5, 4, 5, 3, 5, 5, 5, 5, 6, > 3, 5, 6, 5, 6, 4, 5, 4, 4, 5, 6, 2, 5, 6), value.labels = > structure(c(6, 5, 4, 3, 2, 1), .Names = c("Strongly Agree", "Agree", > "Slightly Agree", "Slightly Disagree", "Disagree", "Strongly > Disagree"))), SABAS06 = structure(c(6, 6, 6, 6, 6, 6, 5, 5, 6, 3, 6, > 6, 6, 5, 5, 6, 5, 6, 6, 5, 5, 6, 6, 6, 6, 5, 6, 3, 6, 5, 5, 5, 5, 6, > 6, 6, 3, 6, 6, 5, 5, 4, 5, 6, 6, 5, 6, 5, 6, 6, 6, 6, 6, 6, 5, 5, 6, > 6, 6, 6, 6, 6, 5, 6, 6,...
2006 Sep 25
4
Re: [openib-general] problems with lustre o2ib module & ofed
...b=/usr/local/ofed/src/openib) . did a make install, depmod -a > and still get the following: > > my modprobe.conf is the following > > options lnet ip2nets="o2ib0 161.74.83.[0-255]" > > lctl network up > LNET configure error 100: Network is down > > ko2iblnd: disagrees about version of symbol ib_create_cq > ko2iblnd: Unknown symbol ib_create_cq > ko2iblnd: disagrees about version of symbol ib_dereg_mr > ko2iblnd: Unknown symbol ib_dereg_mr > ko2iblnd: disagrees about version of symbol ib_destroy_cq > ko2iblnd: Unknown symbol ib_destroy_cq > ko2...
2007 May 06
1
simple table ordering question
Hi all, I'm sure this is simple but I don't get it. I have a table mytable<-c(rep("Disagree",37),rep("Agree",64)) table(mytable) this gives me Agree Disagree 64 37 but I didn't ask for it to be in alphabetic order. How can I get it in original order? Disagree Agree 37 64 Thanks, Jeff Jeffrey. M. Miller, PhD Statistics & Dat...
2010 Jun 16
1
\Noselect on virtual folders
...ch seem a bit odd when they are listed. a LIST "virtual.spam." "*" * LIST (\Noselect \HasNoChildren) "." "virtual.spam." * LIST (\HasNoChildren) "." "virtual.spam.unchecked" * LIST (\Noselect \HasChildren) "." "virtual.spam.disagree" * LIST (\HasNoChildren) "." "virtual.spam.disagree.dspam" * LIST (\HasNoChildren) "." "virtual.spam.disagree.spamassassin" a OK List completed. This seems ok, virtual.spam and virtual.spam.disagree can't contain mails. I'm wondering if virtual....
2010 Mar 31
3
regular expression help to extract specific strings from text
Dear all, Lets say I have the following: > x <- c("Eve: Going to try something new today...", "Adam: Hey @Eve, how are you finding R? #rstats", "Eve: @Adam, It's awesome, so much better at statistics that #Excel ever was! @Cain & @Able disagree though :(", "Adam: @Eve I'm sure they'll sort it out :)", "blahblah") > x [1] "Eve: Going to try something new today..." [2] "Adam: Hey @Eve, how are you finding R? #rstats" [3] "Eve: @Adam, It's awesome, so much better at statistics...
2014 Jun 13
2
Re: libguestfs supermin error
...up: 5.1.8 zlib > supermin: cmdline: panic=1 console=ttyS0 udevtimeout=6000 no_timer_check > acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 > guestfs_verbose=1 TERM=xterm > supermin: mounting /sys > supermin: internal insmod crc32c.ko > [ 1.136268] crc32c: disagrees about version of symbol > crypto_unregister_shash > [ 1.138006] crc32c: Unknown symbol crypto_unregister_shash (err -22) > [ 1.139571] crc32c: disagrees about version of symbol > crypto_register_shash > [ 1.141446] crc32c: Unknown symbol crypto_register_shash (err -22) >...
2008 Nov 16
1
confint.glm(...) fails for binomial count data format
..." routine. (womensrole.factor <- womensrole[c(),1:2] ) k=0; for (i in as.integer(rownames(womensrole))){ if (womensrole$agree[i] > 0) for (j in 1:womensrole$agree[i]){ k=k+1; womensrole.factor[k,1:2]<-womensrole[i,1:2]; womensrole.factor[k,3]<-TRUE; } if (womensrole$disagree[i] > 0) for (j in 1:womensrole$disagree[i]){ k=k+1; womensrole.factor[k,1:2]<-womensrole[i,1:2]; womensrole.factor[k,3]<-FALSE; } } colnames(womensrole.factor)[3]<-'agree'; ## summary(womensrole.factor) ## sum(womensrole$agree) ## sum(womensrole$disagree) ##Two dat...
2013 Jan 31
2
Help with multiple barplots
...variables. I'd like to find a way to put a little bit of space between the three from one grouping variable and the three from another grouping variable. If anyone has any thoughts, I'd be very grateful. Yours truly, Simon J. Kiss ###Random Data crime<-sample(c('agree' ,'disagree'), replace=TRUE, size=100) guns<-sample(c('agree','disagree'), replace=TRUE, size=100) climate<-sample(c('agree', 'disagree'), replace=TRUE, size=100) gender<-sample(c('male','both' ,'female'), replace=TRUE, size=100) age<-samp...
2002 Nov 26
4
[NB] lm problems
...have a huge dataframe with results from National Opinion Survey on Crime and Justice (www.abacon.com/fox/) with two variables G5 and N3 which are imported to R as ordered factors: > levels(noscj$G5) [1] "Strongly agree" "Agree" "Neither" [4] "Disagree" "Strongly disagree" > levels(noscj$N3) [1] "Serious problem" "Somewhat problem" "Minor problem" "Not a problem" > (missing values are duly recoded as NA). When I try linear regression I get a lot of warnings which I have...
2015 Jun 19
1
kvm_intel: disagrees about version of symbol struct_module
I updated a C5 system to 2.6.18-406.el5 (from 404) and the kvm_intel module doesn't load anymore: # dmesg |grep kvm kvm_intel: disagrees about version of symbol struct_module anyone seeing similarities? -- LF
2011 Aug 14
1
1.6.2.20 ${DIALSTATUS} disagrees with CDR(answered)
I am having a problem with ${DIALSTATUS} and )=CDR(disposition) disagreeing. Below is a dialplan snippet and the resulting CLI output. This is running in an 'h' extension. Noop(DIALSTATUS=${DIALSTATUS}) Noop(CDR(disposition)=${CDR(disposition)}) -- Executing [h at pbxmax-dial-simple:1] NoOp("SIP/msx_01-0000005b", "DIALSTATU...
2005 Mar 22
1
Problems loading zapata module under suse 9.2 (cvs stable from 5 days ago) ?
....8-24.11-smp/extra/torisa.ko): Unknown symbol in module, or unknown parameter (see dmesg) Mar 22 11:28:51 linux modprobe: FATAL: Error running install command for torisa Mar 22 11:28:51 linux kernel: module torisa unsupported by SUSE/Novell, tainting kernel. Mar 22 11:28:51 linux kernel: torisa: disagrees about version of symbol zt_receive Mar 22 11:28:51 linux kernel: torisa: Unknown symbol zt_receive Mar 22 11:28:51 linux kernel: torisa: disagrees about version of symbol zt_ec_chunk Mar 22 11:28:51 linux kernel: torisa: Unknown symbol zt_ec_chunk Mar 22 11:28:51 linux kernel: torisa: disagrees...
2008 Mar 03
1
Studdy Missing Data, differentiate between a percent with in the valid answers and with in the different missing answers
...e this in SPSS: Get paid appropriately, considering efforts and achievements N Valid 947 Missing 558 Valid Cumulative Frequency Percent Percent Percent Valid Agree strongly 98 6,5 10,3 10,3 Agree 408 27,1 43,1 53,4 Neither agree nor disagree 126 8,4 13,3 66,7 Disagree 259 17,2 27,3 94,1 Disagree strongly 56 3,7 5,9 100,0 Total 947 62,9 100,0 Missing Not applicable 534 35,5 Don't know 1 ,1 No answer 23 1,5 Total 558...