search for: 243l

Displaying 20 results from an estimated 26 matches for "243l".

Did you mean: 243
2010 Feb 19
1
ggplot2 X axis levels
...25L, 26L), BY_2008 = c(95L, 77L, 124L, 159L, 2376L, 9480L, 17314L, 99574L, 323679L, 198211L, 93630L, 129183L, 111820L, 71260L, 35241L, 14020L, 20778L, 21694L, 15016L, 13400L, 9187L, 3607L, 2804L, 2417L, 5291L, 16216L, 898L, 558L, 709L, 972L, 61L, 372L, 3086L, 10108L, 4295L, 882L, 2593L, 36L, 233L, 243L, 0L, 70L, 272L, 308L, 134L, 40L, 0L, 0L, 0L, 0L, 0L, 0L)), .Names = c("week", "BY_2008"), class = "data.frame", row.names = c(NA, -52L)) ?library(ggplot2) qplot(week,BY_2008,data=winter,geom="line",colour=I('blue'),size=I(1)) ? Felipe D. Carrillo Supe...
2008 Dec 09
2
assign()ing within apply
...NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_, NA_integer_), tree = c(427L, 410L, 639L, 494L, 649L, 166L, 735L, 163L, 120L, 755L, 612L, 174L, 129L, 331L, 269L, 152L, 552L, 227L, 243L, 96L), spp = c("MH", "MST", "MH", "HE", "BE", "MH", "MH", "MH", "MH", "Or", "IW", "Or", "MH", "MH", "BY", "MH", "MH", &...
2010 Aug 30
2
reordering levels error
...= c(0L, 0L, 77L, 124L, 159L, 2376L, 9480L, 17314L, ??? 99574L, 323679L, 198211L, 93630L, 129183L, 111820L, 71260L, ??? 35241L, 14020L, 20778L, 21694L, 15016L, 13400L, 9187L, 3607L, ??? 2804L, 2417L, 5291L, 16216L, 898L, 558L, 709L, 972L, 61L, ??? 372L, 3086L, 10108L, 4295L, 882L, 2593L, 36L, 233L, 243L, ??? 0L, 70L, 272L, 308L, 134L, 40L, 0L, 0L, 0L, 0L, 0L, 0L), ??? BY2007 = c(0L, 0L, 0L, 10775L, 4166L, 4958L, 16221L, 29401L, ??? 34951L, 33188L, 146044L, 105007L, 185297L, 159682L, 207537L, ??? 140694L, 128275L, 44274L, 27079L, 18928L, 10437L, 29984L, ??? 18395L, 25846L, 4573L, 31995L, 3679L, 104...
2013 Feb 27
2
matrix multiplication
...33L, 344L, 7L, 486L, 67L, 399L,? 254L, 41L, 483L, 64L, 405L, 108L, 236L, 384L, 467L, 49L, 283L,? 119L, 463L, 147L, 379L, 216L, 474L, 204L, 48L, 260L, 12L, 337L,? 187L, 271L, 31L, 289L, 172L, 35L, 408L, 164L, 91L, 351L, 443L,? 436L, 469L, 186L, 472L, 297L, 50L, 425L, 224L, 3L, 221L, 11L,? 391L, 33L, 243L, 247L, 152L, 98L, 482L, 111L, 257L, 155L, 47L,? 10L, 468L, 270L, 313L, 86L, 293L, 160L, 168L, 409L, 170L, 84L,? 180L, 76L, 99L, 214L, 15L, 414L, 394L, 450L, 4L, 61L, 339L, 342L,? 1L, 470L, 210L, 37L, 345L, 115L, 141L, 302L, 178L, 445L, 6L,? 466L, 285L, 174L, 201L, 114L, 369L, 390L, 69L, 420L, 464L,...
2008 Dec 09
2
Need help optimizing/vectorizing nested loops
...34L, 877L, 327L, 352L, 470L, 564L, 461L, 166L, 0L, 0L, 230L, 110L, 29L, 0L, 0L), V16 = c(784L, 675L, 1157L, 1488L, 1511L, 1004L, 420L, 523L, 733L, 724L, 833L, 542L, 171L, 116L, 384L, 357L, 197L, 0L, 0L, 0L, 246L, 0L, 0L, 0L, 0L), V17 = c(444L, 873L, 530L, 596L, 448L, 431L, 109L, 446L, 378L, 243L, 284L, 148L, 69L, 30L, 6L, 71L, 32L, 131L, 0L, 0L, 120L, 0L, 0L, 0L, 0L), V18 = c(307L, 128L, 823L, 566L, 383L, 454L, 62L, 90L, 99L, 261L, 351L, 94L, 81L, 0L, 37L, 113L, 28L, 0L, 0L, 0L, 15L, 17L, 0L, 0L, 0L), V19 = c(53L, 138L, 207L, 451L, 282L, 40L, 31L, 7L, 128L, 137L, 166L, 38L, 0L, 1...
2012 Feb 21
2
Dataframes in PLS package
I have been working with the pls procedure and have problems getting the procedure to work with matrix or frame data. I suspect the problem lies in my understanding of frames, but can't find anything in the documentation that will help. Here is what I have done: I read in an 10000 x 8 table of data, and assign the first four columns to matrix A and the second four to matrix B pls <-
2011 Feb 02
0
Finding the dominant factor in an unbalanced group
...el = c("CBP06036", "CBP06095", "CBP06098", "CBP06100", "CBP06112", "CBP06118", "CBP06127", "CBP06158", "CBP06163", "CBP06166"), class = "factor"), tl = c(302L, 211L, 347L, 223L, 178L, 230L, 243L, 278L, 391L, 252L), tr = c(99L, 134L, 171L, 210L, 158L, 252L, 89L, 247L, 258L, 168L), br = c(305L, 212L, 346L, 223L, 178L, 231L, 244L, 277L, 388L, 254L), bl = c(142L, 288L, 284L, 191L, 144L, 360L, 147L, 184L, 164L, 186L)), .Names = c("basestudy", "tl", "tr", "br&q...
2016 Apr 22
1
Unique Ordering
...45L, 30L, 0L, 67L, 8L, 0L, 51L, 24L, 0L, 58L, 17L, 0L, 75L, 0L, 0L)), .Names = c("Var1", "Var2", "Freq" ), row.names = c(265L, 267L, 266L, 262L, 263L, 264L, 259L, 261L, 260L, 258L, 256L, 257L, 255L, 253L, 254L, 250L, 252L, 251L, 247L, 249L, 248L, 244L, 245L, 246L, 243L, 241L, 242L, 240L, 238L, 239L, 235L, 236L, 237L, 234L, 232L, 233L, 231L, 229L, 230L, 226L, 228L, 227L, 223L, 225L, 224L, 220L, 221L, 222L, 217L, 219L, 218L, 214L, 216L, 215L, 211L, 212L, 213L, 210L, 208L, 209L, 207L, 205L, 206L, 202L, 204L, 203L, 201L, 199L, 200L, 196L, 197L, 198L, 195L, 193L, 194L...
2008 Oct 09
1
YALAQ - Yet Another LApply Question
..., 0L, 1L, 0L, 0L, 0L, 0L, 1L, 0L, 0L, 0L), dam = c(NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, 2L, NA, NA), yrc = c(95L, 95L, 95L, 95L, 93L, 95L, 93L, 95L, 94L, 95L, 95L, 95L, 94L, 96L, 93L, 93L, 95L, NA, 95L, 95L), az = c(NA, 172L, NA, NA, 276L, NA, 243L, NA, 221L, 2L, 80L, 270L, 342L, NA, 240L, 170L, 6L, NA, NA, 155L), dist = c(NA, 11.21, NA, NA, 8.1, NA, 15.94, NA, 9.11, 9.23, 6.39, 6.45, 10.88, NA, 12.42, 15.19, 15.16, NA, NA, 13.52), com = c("", "", "", "", "", "", &quot...
2011 Nov 08
2
nesting scale_manual caracteristics in ggplot
...52L, 75L, 64L, 91L, 78L, 196L, 314L, 265L, 44L, 39L, 98L, 197L, 273L, 274L, 89L, 91L, 74L, 91L, 112L, 98L, 140L, 90L, 121L, 120L, 161L, 83L, 230L, 266L, 282L, 35L, 53L, 57L, 315L, 332L, 202L, 90L, 79L, 89L, 67L, 116L, 109L, 44L, 68L, 75L, 29L, 52L, 52L, 253L, 203L, 87L, 105L, 234L, 152L, 247L, 243L, 144L, 167L, 165L, 95L, 300L, 128L, 125L, 84L, 183L, 88L, 153L, 185L, 175L, 226L, 216L, 118L, 118L, 94L, 224L, 259L, 176L, 175L, 147L, 197L, 141L, 176L, 187L, 87L, 92L, 148L, 86L, 139L, 122L), country = structure(c(2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L,...
2007 Sep 18
5
Need help on "date"
Dear all, I have a variable 'x' like that: > x [1] "2005-09-01" Here, 2005 represents year, 09 month and 01 day. Now I want to create three variables naming: y, m, and d such that: y = 2005 m = 09 d = 01 can anyone tell me how to do that? Regards, [[alternative HTML version deleted]]
2018 May 16
1
Systemfit Question
...L, 91L, 89L, 89L, 112L, 141L, 144L, 160L, 141L, 129L, 127L, 155L, 186L, 215L, 219L, 246L, 300L, 293L, 280L, 351L, 384L, 390L, 397L, 347L, 200L, 195L, 175L, 91L, 106L, 114L, 97L, 110L, 102L, 85L, 91L, 100L, 130L, 140L, 159L, 167L, 191L, 243L, 231L, 236L, 255L, 262L, 281L, 294L, 244L, 166L, 186L, 191L, 111L, 131L, 137L, 178L, 176L, 152L, 136L, 120L, 116L, 132L, 147L, 186L, 231L, 278L, 334L, 355L, 366L, 394L, 420L, 426L, 432L, 434L, 451L, 464L, 435L, 306L, 384L, 392L, 352L,...
2011 Nov 14
3
max & min values within dataframe
dear R-team I need to find the min, max values for each patient from dataset and keep the output of it as a dataframe with the following columns - Patient nr - Region (remains same per patient) - Min score - Max score Patient Region Score Time 1 1 X 19 28 2 1 X 20 126 3 1 X 22 100 4 1 X 25 191 5 2 Y 12 1
2018 May 16
0
Systemfit
...????????????????????????????????????????????????????106L, >114L, 97L, 110L, 102L, 85L, 91L, 100L, 130L, 140L,? > >???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????159L, >167L, 191L, 243L, 231L, 236L, 255L, 262L, 281L, 294L,? > >????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????244L, >166L, 186L, 191L, 111L, 131L, 137L, 178L, 176L, 152L,? > >??????????????????????...
2017 Dec 06
2
Odd dates generated in Forecasts
..., 258L, 272L, 286L, 300L, 314L, 328L, 342L, 356L, 370L, 384L, 398L, 412L, 426L, 440L, 454L, 468L, 482L, 496L, 510L, 524L, 538L, 552L, 566L, 580L, 594L, 608L, 622L, 636L, 650L, 664L, 678L, 692L, 706L, 720L, 3L, 17L, 31L, 45L, 59L, 73L, 87L, 101L, 115L, 131L, 145L, 159L, 173L, 187L, 201L, 215L, 229L, 243L, 257L, 271L, 285L, 299L, 313L, 327L, 341L, 355L, 369L, 383L, 397L, 411L, 425L, 439L, 453L, 467L, 481L, 495L, 509L, 523L, 537L, 551L, 565L, 579L, 593L, 607L, 621L, 635L, 649L, 663L, 677L, 691L, 705L, 719L, 2L, 16L, 30L, 44L, 58L, 72L, 86L, 100L, 114L, 128L, 142L, 156L, 170L, 184L, 198L, 212L, 226L,...
2018 May 15
2
Systemfit
...????????????????????????????????????????????????????????????????????106L, 114L, 97L, 110L, 102L, 85L, 91L, 100L, 130L, 140L,? ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????159L, 167L, 191L, 243L, 231L, 236L, 255L, 262L, 281L, 294L,? ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????244L, 166L, 186L, 191L, 111L, 131L, 137L, 178L, 176L, 152L,? ??????????????????????????????????????????...
2017 Dec 06
0
Odd dates generated in Forecasts
...300L, 314L, 328L, 342L, 356L, 370L, 384L, > 398L, 412L, 426L, 440L, 454L, 468L, 482L, 496L, 510L, 524L, 538L, > 552L, 566L, 580L, 594L, 608L, 622L, 636L, 650L, 664L, 678L, 692L, > 706L, 720L, 3L, 17L, 31L, 45L, 59L, 73L, 87L, 101L, 115L, 131L, > 145L, 159L, 173L, 187L, 201L, 215L, 229L, 243L, 257L, 271L, 285L, > 299L, 313L, 327L, 341L, 355L, 369L, 383L, 397L, 411L, 425L, 439L, > 453L, 467L, 481L, 495L, 509L, 523L, 537L, 551L, 565L, 579L, 593L, > 607L, 621L, 635L, 649L, 663L, 677L, 691L, 705L, 719L, 2L, 16L, > 30L, 44L, 58L, 72L, 86L, 100L, 114L, 128L, 142L, 156L, 170L, >...
2017 Dec 06
1
Odd dates generated in Forecasts
...2L, 356L, 370L, 384L, > > 398L, 412L, 426L, 440L, 454L, 468L, 482L, 496L, 510L, 524L, 538L, > > 552L, 566L, 580L, 594L, 608L, 622L, 636L, 650L, 664L, 678L, 692L, > > 706L, 720L, 3L, 17L, 31L, 45L, 59L, 73L, 87L, 101L, 115L, 131L, > > 145L, 159L, 173L, 187L, 201L, 215L, 229L, 243L, 257L, 271L, 285L, > > 299L, 313L, 327L, 341L, 355L, 369L, 383L, 397L, 411L, 425L, 439L, > > 453L, 467L, 481L, 495L, 509L, 523L, 537L, 551L, 565L, 579L, 593L, > > 607L, 621L, 635L, 649L, 663L, 677L, 691L, 705L, 719L, 2L, 16L, > > 30L, 44L, 58L, 72L, 86L, 100L, 114L, 128L, 14...
2018 May 15
0
Systemfit
... and the mailing list is picky about attachments... whatever you attached did not conform to the stringent requirements mentioned in the Posting Guide. Pasting the code right into the email is usually safest, though you DO have to post using plain text (as the Posting Guide indicates) or your code may get mangled by the automatic html format removal. On May 15, 2018 7:04:31 AM PDT, Bert Gunter
2018 May 15
1
Systemfit
Unless there is good reason not to, always cc the list -- there are lots of smarter folks than I on it who can help. I may or may not have time to look at this. Hopefully someone else will. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip