search for: mct

Displaying 20 results from an estimated 62 matches for "mct".

Did you mean: mcl
2012 Jul 17
2
order or sort doesn´t work properly
Hi all, I want to order a series that is included on the second column in MCT.csv. I do but R doesn?t order, could be because is a csv? I have prove MCT<-read.csv("MCT.csv") a<-order(MCTor[,2],2,decreasing = FALSE) a<-order(MCTor[,2],1,decreasing = FALSE) or the same with sort but didn?t worked. It is suposed that a will have the ordered on ascendi...
2011 Jul 18
1
Multiple comparison test on selected contrasts
Dear Help-list, How can I do a multiple comparison test (mct) on selected contrasts from a linear model while using packages lme4 and multcomp? I am running R 2.13.0 under Windows 7. The following linear model and mct produces a global mct of 15 paired contrasts of the combined (Site, Position) factor SitePos of which only 9 are of interest. Model.G = lme...
2012 Nov 17
2
lines density
Hi all, I attach a picture, with my output plot. I put this command to obtain it: hist(MCT[,2],probability=TRUE,xlab=" ",ylab="Max",main="M distribution") lines(density(MCT[,2]), lwd = 2) The problem is that when I extract the "bell" is too high? And the higher part doesn?t appear in the plot. There is some trick to adjust the line on the plotted...
2005 Nov 07
2
lattice chart: different definitions for series
...le chart in lattice with different plotting definitions for the different series (two series should be drawn with lines and the other without them) I am using a dataset, which includes a grouping variable e.g. clinic with three levels, the variable "year" and a continous variable: "mct". In the graph the variable "year" is in the x axis, with "mct" represented in the y axis. The diagram should include two line diagrams(representing two of the groups) , with the third group represented only with symbols(no lines). Until now I was using white lines to el...
2011 Jul 16
1
Creating composite factor and changing format from character to factor
...s not as a factor. A linear model run on the updated dataframe works but notes that it coerces "SitePos" from character to factor e.g. Model.G = lmer(log10(SrCa) ~ SitePos + (1 | Eel), data = Data1) . The next step of a multiple comparison test on the output of the linear model: Model.G.mct = glht(Model.G, linfct = mcp(SitePos = "Tukey")) fails because the mct does not recognize "SitePos" as a factor and gives error message: "Error in mcp2matrix (model, linfct = linfct): Variable(s) 'SitePos' of class 'character' is/are not contained as a facto...
2006 Aug 18
3
setting a value of text_field from a controller
...have) Thank you PS: now using <%= text_field_tag "object_name", @object_value %> and setting in as @object_value = ''something'', but is not so elegant... -- =============================================================================== Tomas Meinlschmidt, SBN3, MCT, MCP, MCP+I, MCSE, NetApp Filer & NetCache gPG: CB78 76D9 210F 256A ADF4 0B02 BECA D462 66AB 6F56 / $ID: 66AB6F56 GCS d-(?) s: a- C++ ULHISC*++++$ P+++>++++ L+++$>++++ E--- W+++$ N++(+) !o !K w(---) !O !M V PS+ PE Y+ PGP++ t+@ !5 X? R tv b+ !DI D+ G e>+++ h---- r+++ z+++@ no...
2008 Sep 08
2
Error in Sieve + Dovecot 1.1.3
Hi, when I upgrade my dovecot to lastest version (from 1.1.1 to 1.1.3) and sieve plugins I discover a little problem in deliver (LDA) or in Sieve interface. With version 1.1.1 I have this in my dovecot.conf (and works fine) protocol lda { postmaster_address = root at mct.gov.br hostname = faraday.mct.gov.br mail_debug = no mail_plugins = cmusieve quota sieve_global_dir = /etc/dovecot/scriptssieve/ sieve = /home/%u/.dovecot.sieve } When I upgrade, the deliver/LDA stop to work and show me this message (in logs): deliver(acassaro): cmusieve: /home/%u/.dovec...
2008 Feb 14
1
Replacing a character string when finding substring match
Dear R-experts, I need to replace the values of a vector(tx) with a word ('Vehicle') when the value of the vector contains the word 'vehicle'. Sometimes, the value could be 'MCT vehicle', or 'control-vehicle', etc. I tried gsub like this treatment<-gsub('vehicle','Vehicle', tx, ignore.case=T) But then I end up with values like 'MCT Vehicle' or 'control-Vehicle'. I want the values to be one word: 'Vehicle'....
2016 Jan 22
2
Bug#810964: [Xen-devel] [BUG] EDAC infomation partially missing
...EDAC amd64: MC: 4: 0MB 5: 0MB EDAC amd64: MC: 6: 0MB 7: 0MB EDAC MC: DCT1 chip selects: EDAC amd64: MC: 0: 0MB 1: 0MB EDAC amd64: MC: 2: 2048MB 3: 2048MB EDAC amd64: MC: 4: 0MB 5: 0MB EDAC amd64: MC: 6: 0MB 7: 0MB EDAC amd64: using x8 syndromes. EDAC amd64: MCT channel count: 2 EDAC MC0: Giving out device to module amd64_edac controller F10h: DEV 0000:00:18.2 (INTERRUPT) EDAC amd64: DRAM ECC enabled. EDAC amd64: F10h detected (node 1). EDAC MC: DCT0 chip selects: EDAC amd64: MC: 0: 0MB 1: 0MB EDAC amd64: MC: 2: 2048MB 3: 2048MB EDAC amd64: MC: 4...
2016 Jan 20
2
Bug#810964: [BUG] EDAC infomation partially missing
Initially reported to debian (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810964), redirected here: With AMD Opteron 6xxx processors, half of the memory controllers are missing from /sys/devices/system/edac/mc Checked with single 6120 (dual memory controller) and twin 6344 (2x dual MC), other dual-module CPUs might be affected too. Booting plain Linux (3.2, 3.16, 4.1, 4.3), all memory
2007 Sep 28
2
plot graph with error bars trouble
Hi, I have a data set like this: Mutant Rep Time OD 02H02 1 0 0.029 02H02 2 0 0.029 02H02 3 0 0.023 02H02 1 8 0.655 02H02 2 8 0.615 02H02 3 8 0.557 02H02 1 12 1.776 02H02 2 12 1.859 02H02 3 12 1.668 02H02 1 16 3.379 02H02 2 16 3.726 02H02 3 16 3.367 306 1 0 0.033 306 2
2006 Mar 20
9
jEdit Snippets for Ruby on Rails
...y it out, let me know if it works, add more snippets, etc. ----------------------------------------------------- What are snippets? ----------------------------------------------------- Snippets are small capsules of code that are activated by a key sequence followed by [CTRL-Enter]. For example, mct[CTRL-Enter] will activate the Migration Create Table snippet. The SuperAbbrevs plugin makes this possible. ----------------------------------------------------- Download ----------------------------------------------------- http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-o...
2013 Feb 25
3
How to plot 2 continous variables on double y-axis with 2 factors: ggplot2, gplot, lattice, sciplot?
...there a way of doing this in ggplot2? I have also tried plotmeans() in the sciplot package, but was unsuccessful. Sincerely Anna Zakrisson library(plotrix) ?brkdn.plot par(family="serif",font=1) brkdn.plot("y1", "factor1","factor2", data=mydata, mct="mean",md="sd", main="", cex=0.8, stagger=NA, xlab="factor1", ylab = "y1", dispbar=TRUE, type="b",pch=c(0),lty=1,col=par("fg")) par(new=TRUE) brkdn.plot...
2004 Aug 06
2
more on building with lame
..._ \ Denys Sene dos Santos - sene@cptec.inpe.br o/\_ http://www1.cptec.inpe.br/~sene/ - ICQ #31845401 <\__,\ Divisão de Supercomputação - Tel:(012)560-8458 ">. | Centro de Previsao de Tempo e Estudos Climaticos - CPTEC ` .-| Instituto Nacional de Pesquisas Espaciais - MCT/INPE . \ A happy Linux User #71117 . \ .-| --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscr...
2009 Feb 06
0
"SRM Training System" error Port None (usb / serial)
...ng it into the system lsusb returns: Code: Bus 003 Device 006: ID 050d:0109 Belkin Components F5U109/F5U409 PDA Adapter dmesg shows Code: [82077.000104] usb 3-2: new full speed USB device using uhci_hcd and address 5 [82077.223754] usb 3-2: configuration #1 chosen from 1 choice [82077.226483] mct_u232 3-2:1.0: MCT U232 converter detected [82077.229401] usb 3-2: MCT U232 converter now attached to ttyUSB0 I ran Code: ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1 Looking at ttyUSB0 I saw that it was group dialout so I added myself to group dial out Code: sudo useradd -g dialout fhsm bu...
2011 May 20
3
Div style changes
Rails is not changing my divs styles. I made a new layout and set a div''s style to style="width:2000" but it does not change the width. Any ideas? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2011 Jun 21
2
Find by parameter
Hi, I''m trying to do a query on controller for get list by a boolean value I do @movies = Movie.where(:active => 1) This value is already on form and it is being written on database, but when I write a block, I still picked up the list of all videos Can anyone see what I''m doing wrong? Thanks! -- *Fernando Aureliano* -- You received this message because you are
2012 Jan 22
4
undefined method `gsub!' for 2012-01-22 17:00:00 -0500..2012-01-23 00:00:00 -0500:Chronic::Span
Hey all, I am getting this error: NoMethodError (undefined method `gsub!'' for 2012-01-22 17:00:00 -0500..2012-01-23 00:00:00 -0500:Chronic::Span): in this code: date_range = Chronic.parse(the_date, :guess => false) reports.sum_distance_by_date(date_range).each do |d| u[:m] << d end def
2004 Aug 06
6
more on building with lame
On Tuesday, 26 June 2001 at 11:02, Denys Sene dos Santos wrote: > > Lame3.88 has no reencoding. > Because this, I used 3.86... but it needs to copy the libs manualy > to the right places Er, what version of ices are you running? ices 0.1.0 will not work with 3.86. Lame 3.88 also builds much better. > Why is the Lame/Ices/Icecast documentation so poor ??? Because
2004 Aug 06
2
icecast newbie
..._ \ Denys Sene dos Santos - sene@cptec.inpe.br o/\_ http://www1.cptec.inpe.br/~sene/ - ICQ #31845401 <\__,\ Divisão de Supercomputação - Tel:(012)560-8458 ">. | Centro de Previsao de Tempo e Estudos Climaticos - CPTEC ` .-| Instituto Nacional de Pesquisas Espaciais - MCT/INPE . \ A happy Linux User #71117 . \ .-| --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscr...