search for: cr1

Displaying 20 results from an estimated 43 matches for "cr1".

Did you mean: cr0
2018 Mar 17
3
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
Hi Sarah, Thank you for your help. I tried using CR1<-as.matrix(CR1) but gives error Error in corrplot(CR1, method = "circle") : The matrix is not in [-1, 1]!. I am using a corrplot library. Please find the reproducible example: dput(head(CR1,10)) structure(c(26L, 46L, 39L, 38L, 47L, 59L, 56L, 61L, 43L, 60L, 78L, 63L, 2L, 58L, 8L, 1L, 1...
2018 Mar 17
2
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
Created a new data set with 3 numeric variable to find correlation CR1<- mar%>% as_data_frame%>% select(AGE, OLD_CAR_PURCHASE_YRS, Total.Spend.With.AA) had to convert it to a data frame, code: as.matrix(as.data.frame(CR1)) Now i need to run a correlation plot for these 3 variables: corrplot(CR1, method = "circle") But i am getting this error:...
2018 Mar 17
0
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
...cor() first. That's pretty clear in the documentation. See for instance the examples: data(mtcars) M <- cor(mtcars) corrplot(M) Sarah On Sat, Mar 17, 2018 at 12:00 PM Shivi Bhatia <shivipmp82 at gmail.com> wrote: > Hi Sarah, > Thank you for your help. > > I tried using CR1<-as.matrix(CR1) but gives error Error in corrplot(CR1, > method = "circle") : The matrix is not in [-1, 1]!. I am using a corrplot > library. > > Please find the reproducible example: > dput(head(CR1,10)) > structure(c(26L, 46L, 39L, 38L, 47L, 59L, 56L, 61L, 43L, 60L,...
2018 Mar 17
0
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
I'm assuming you are using the corrplot package. If so, your data object does need to be a matrix, not a data frame. Since it's already a data frame, your line of code: as.matrix(as.data.frame(CR1)) doesn't need the as.data.frame function, but more importantly, you didn't assign the result to anything: as.matrix() does not work in place. CR1 <- as.matrix(CR1) Now try. If that doesn't work, then provide a reproducible example so we can offer further advice. Sarah On Sat,...
2006 Jan 17
2
jobs.rubynow.com
Anybody else having problems accessing this site? Haven''t had much luck over the past couple of days. -- Posted via http://www.ruby-forum.com/.
2018 May 16
2
Compile error while building LLDB
...B/PDBSymbol.h:13: In file included from llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:14: In file included from llvm/DebugInfo/PDB/PDBTypes.h:13: In file included from llvm/DebugInfo/CodeView/CodeView.h:509: llvm/DebugInfo/CodeView/CodeViewRegisters.def:79:13: error: expected identifier CV_REGISTER(CR1, 81) ^ /usr/include/sys/termios.h:185:14: note: expanded from macro 'CR1' #define CR1 0x00001000 ^ In file included from llvm/lldb-6.0.0.src/source/API/SystemInitializerFull.cpp:89: In file included from llvm/lldb-6.0.0.src/source/./Plugins/Sy...
2018 May 16
2
Compile error while building LLDB
...Info/PDB/ConcreteSymbolEnumerator.h:14: > > In file included from llvm/DebugInfo/PDB/PDBTypes.h:13: > > In file included from llvm/DebugInfo/CodeView/CodeView.h:509: > > llvm/DebugInfo/CodeView/CodeViewRegisters.def:79:13: error: expected > > identifier > > CV_REGISTER(CR1, 81) > > ^ > > /usr/include/sys/termios.h:185:14: note: expanded from macro 'CR1' > > #define CR1 0x00001000 > > ^ > > In file included from > > llvm/lldb-6.0.0.src/source/API/SystemInitializerFull.cpp:89: &...
2018 May 16
0
Compile error while building LLDB
...included from llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:14: > In file included from llvm/DebugInfo/PDB/PDBTypes.h:13: > In file included from llvm/DebugInfo/CodeView/CodeView.h:509: > llvm/DebugInfo/CodeView/CodeViewRegisters.def:79:13: error: expected > identifier > CV_REGISTER(CR1, 81) > ^ > /usr/include/sys/termios.h:185:14: note: expanded from macro 'CR1' > #define CR1 0x00001000 > ^ > In file included from > llvm/lldb-6.0.0.src/source/API/SystemInitializerFull.cpp:89: > In file included from >...
2018 May 26
0
Compile error while building LLDB
...bolEnumerator.h:14: >> > In file included from llvm/DebugInfo/PDB/PDBTypes.h:13: >> > In file included from llvm/DebugInfo/CodeView/CodeView.h:509: >> > llvm/DebugInfo/CodeView/CodeViewRegisters.def:79:13: error: expected >> > identifier >> > CV_REGISTER(CR1, 81) >> > ^ >> > /usr/include/sys/termios.h:185:14: note: expanded from macro 'CR1' >> > #define CR1 0x00001000 >> > ^ >> > In file included from >> > llvm/lldb-6.0.0.src/source/API/SystemI...
2007 Feb 14
2
[LLVMdev] Linux/ppc backend
...lls clobber the non-callee saved registers... Defs = [{ static const unsigned Defs_ELF[] = {R0,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12, F0,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10, V0,V1,V2,V3,V4,V5,V6,V7,V8,V9,V10,V11,V12,V13,V14,V15,V16,V17,V18,V19, LR,CTR, CR0,CR1,CR5,CR6,CR7} static const unsigned Defs_Macho[] = {R0,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12, F0,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12,F13, V0,V1,V2,V3,V4,V5,V6,V7,V8,V9,V10,V11,V12,V13,V14,V15,V16,V17,V18,V19, LR,CTR, CR0,CR1,CR5,CR6,CR7} GPRClass::i...
2010 Aug 24
2
Attempted SIP connection by foreign host. Help!
....net [195.66.224.76] 12 216 ms 214 ms 221 ms ge-5-1-0.mpr1.lhr2.uk.above.net [64.125.27.149] 13 276 ms 280 ms 283 ms so-0-1-0.mpr1.dca2.us.above.net [64.125.27.57] 14 269 ms 264 ms 260 ms so-0-1-0.mpr1.lga5.us.above.net [64.125.26.98] 15 282 ms 291 ms 294 ms xe-0-3-0.cr1.lga5.us.above.net [64.125.29.49] 16 323 ms 341 ms 295 ms xe-0-2-0.cr1.ord2.us.above.net [64.125.27.169] 17 307 ms 292 ms 293 ms xe-1-1-0.er1.ord7.above.net [64.125.26.250] 18 314 ms 308 ms 314 ms 64.124.65.218.allocated.above.net [64.124.65.218] 19 321 ms 315 ms 438 m...
2003 Sep 23
1
RODBC access to MS-Excel (PR#4266)
..."],rownames=T) Error in odbcTableExists(channel, sqtable) : Scan1$ : table not found on channel whereas this works well: > data<-sqlFetch(channel,"Scan1",rownames=T) > data X-Coord Y-Coord C a C2 Si Mn P S Cr Cr1 1 1648 117896 298.9131 5.558300 4.323123 167.3666 16.674902 0.6175889 74.72826 0.6175889 2 1657 116857 374.2589 10.499012 11.116601 382.9052 16.674902 11.7341900 172.92490 0.6175889 3 1667 119522 453.9279 3.705534 11.116601 295.8251 15.439723 5.5583005 134.63438 0.6175889 4...
2017 Feb 10
2
generated HWEncoding based register decoders
Is there any reason why we can't generate HWEncoding based decoders for registers for mc disassemblers? This is a concept patch to explore wether it'd work, and for my target, it does the right thing. I have one case where I have to shift a field over 2 bits, but I handle that in the glue. If I had a HWEncoding encoding on a per register class basis, I could have made it work without
2007 Apr 18
1
[Bridge] eth2.100: received packet with own address as source address
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a machine running 2.6.18-rc3 with a bridge config that looks like this: cr1:~# brctl show bridge name bridge id STP enabled interfaces vlan100 36b0.0007e90f40c1 yes eth0.100 eth2.100 vlan101 5dc0.0007e90f40c1 yes eth0.101...
2007 Feb 15
0
[LLVMdev] Linux/ppc backend
...egisters... > Defs = [{ > > > static const unsigned Defs_ELF[] = > {R0,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12, > F0,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10, > > V0,V1,V2,V3,V4,V5,V6,V7,V8,V9,V10,V11,V12,V13,V14,V15,V16,V17,V18,V19, > LR,CTR, > CR0,CR1,CR5,CR6,CR7} > > static const unsigned Defs_Macho[] = > {R0,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12, > F0,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12,F13, > > V0,V1,V2,V3,V4,V5,V6,V7,V8,V9,V10,V11,V12,V13,V14,V15,V16,V17,V18,V19, > LR,CTR, > CR0,CR1,CR...
2013 Feb 28
2
What can I do to UNDERSTAND why I can't reach centos.org (but everyone else can)?
What can I do to UNDERSTAND why, periodically, I can't reach www.centos.org (but everyone else can)? Every few months, http://www.centos.org just drops off for me and for me only. It's not the web site, because I can reach it via a proxy (e.g., TOR browser bundle) and other tests show it to be alive (e.g., http://www.downforeveryoneorjustme.com/centos.org or
2017 Mar 12
2
USB card reader causing qemu-kvm SEGV's
...zation. I?m running Centos 7.3 on it (updated), with the CentOS-QEMU-EV.repo repository as the source for virtualization packages. I run an Ubuntu 16.04-2 guest VM on it, which is ordinary enough. What?s perhaps less ordinary is that I?ve attached a Lexar Media, Inc. ?Lexar Professional Workflow CR1 CFast 2.0 USB 3.0 Reader? (LRWCR1TBNA) as well as a WEme Superspeed Aluminum USB 3.0 Multi-in-1 Card Reader ? for CF/SD/TF Micro SD. Here?s the relevant lsusb output: Bus 004 Device 004: ID 0bda:0309 Realtek Semiconductor Corp. Bus 004 Device 025: ID 05dc:ba04 Lexar Media, Inc. and both are han...
2007 Feb 02
0
[LLVMdev] Linux/ppc backend
On Fri, 2 Feb 2007, Nicolas Geoffray wrote: > I have almost completed the implementation of a linux/ppc backend in llvm. Cool! > There were a few things to modify in > lib/Target/PowerPC with a lot of "if (!isDarwin)". Some meta comments: 1. Please don't change PPC -> llvmPPC. I assume that you did this because PPC is a #define in some system header. Please
2017 Feb 10
2
generated HWEncoding based register decoders
...believe you're talking about getting rid of tables like this from lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp: > > // FIXME: These can be generated by TableGen from the existing register > // encoding values! > > static const unsigned CRRegs[] = { > PPC::CR0, PPC::CR1, PPC::CR2, PPC::CR3, > PPC::CR4, PPC::CR5, PPC::CR6, PPC::CR7 > }; Yeah, my code does this for free: extern const uint16_t PPCRegDecodingTable_CRRC[] = { /* [0] = */ PPC::CR0, /* [1] = */ PPC::CR1, /* [2] = */ PPC::CR2, /* [3] = */ PPC::CR3, /* [4] = */ PPC::CR4, /* [5] = */ P...
2009 Nov 10
0
NEW release of FRAILTYPACK
...tistics in Biomedicine, 2005 ;80,154-164. [5] Rondeau V, Joly P, Commenges D. Maximum penalized likelihood estimation in frailty models. Lifetime Data Analysis, 2003 ;9 :139-153. -- _____________________________________________________________________ Virginie RONDEAU, Ph.D. - Chercheur INSERM (CR1) INSERM U897 (Biostatistique),ISPED Universit? Victor Segalen Bordeaux2, 146 rue L?o Saignat, 33076 Bordeaux Cedex, France. email : Virginie.Rondeau at isped.u-bordeaux2.fr web site : http://biostat.isped.u-bordeaux2.fr/ Phone : (33) 557 574 531 Fax : (33) 556 240 081 __________________...