search for: 163l

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

Did you mean: 163
2007 Dec 11
3
Wrong length of POSIXt vectors (PR#10507)
..., 12L, 12L, 12L, 12L, NA, 12L, 12L, 12L), mday = c(13L, 13L, 13L, 13L, 13L, 13L, 13L, NA, 13L, 13L, 13L), mon = c(5L, 5L, 5L, 5L, 5L, 5L, 5L, NA, 5L, 5L, 5L), year = c(105L, 105L, 105L, 105L, 105L, 105L, 105L, NA, 105L, 105L, 105L), wday = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, NA, 1L, 1L, 1L), yday = c(163L, 163L, 163L, 163L, 163L, 163L, 163L, NA, 163L, 163L, 163L), isdst = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, -1L, 1L, 1L, 1L)), .Names = c("sec", "min", "hour", "mday", "mon", "year", "wday", "yday", "isdst" ), class...
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_, 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",...
2011 Nov 09
4
Interpreting Multiple Linear Regression Summary
I would appreciate pointers on what I should read to understand this output: summary(lm(TDS ~ Cond + Ca + Cl + Mg + Na + SO4)) Call: lm(formula = TDS ~ Cond + Ca + Cl + Mg + Na + SO4) Residuals: ALL 1 residuals are 0: no residual degrees of freedom! Coefficients: (6 not defined because of singularities) Estimate Std. Error t value Pr(>|t|) (Intercept) 125 NA
2013 Feb 27
2
matrix multiplication
...56L,? 263L, 288L, 13L, 305L, 291L, 17L, 53L, 130L, 458L, 385L, 198L,? 158L, 140L, 492L, 249L, 27L, 134L, 479L, 171L, 177L, 9L, 355L,? 398L, 380L, 404L, 304L, 129L, 338L, 281L, 65L, 386L, 144L, 252L,? 77L, 352L, 20L, 96L, 403L, 296L, 268L, 489L, 63L, 424L, 496L,? 126L, 334L, 183L, 232L, 406L, 407L, 163L, 346L, 287L, 475L, 127L,? 321L, 124L, 237L, 308L, 376L, 212L, 423L, 211L, 329L, 437L, 179L,? 253L, 372L, 101L, 251L, 90L, 433L, 311L, 241L, 327L, 422L, 349L,? 493L, 442L, 38L, 449L, 410L, 370L, 421L, 325L, 451L, 240L, 71L,? 392L, 2L, 151L, 332L, 83L, 350L, 87L, 361L, 330L, 279L, 362L,? 310L, 487L,...
2008 Dec 09
2
Need help optimizing/vectorizing nested loops
...L, 10L, 195L, 60L, 29L, 29L, 1L, 107L, 698L, 596L, 655L, 227L, 287L, 677L, 1477L, 1336L, 425L, 873L, 961L, 1360L, 1175L), V7 = c(249L, 101L, 69L, 0L, 18L, 186L, 331L, 291L, 259L, 248L, 336L, 404L, 642L, 632L, 775L, 455L, 801L, 697L, 1063L, 978L, 626L, 686L, 1204L, 1138L, 627L), V8 = c(300L, 163L, 65L, 145L, 377L, 257L, 690L, 655L, 420L, 288L, 346L, 461L, 1276L, 897L, 633L, 812L, 1018L, 1337L, 1295L, 1163L, 550L, 1104L, 768L, 933L, 433L), V9 = c(555L, 478L, 374L, 349L, 357L, 360L, 905L, 954L, 552L, 438L, 703L, 984L, 1616L, 1732L, 1234L, 1213L, 1518L, 1746L, 1191L, 967L, 1394L, 172...
2018 May 16
1
Systemfit Question
...367L, 411L, 418L, 429L, 425L, 368L, 132L, 112L, 96L, 103L, 95L, 80L, 90L, 81L, 68L, 62L, 56L, 500L, 478L, 500L, 83L, 94L, 97L, 118L, 130L, 145L, 157L, 161L, 165L, 179L, 180L, 318L, 318L, 287L, 173L, 233L, 200L, 179L, 181L, 184L, 162L, 163L, 171L, 195L, 220L, 232L, 248L, 281L, 316L, 314L, 314L, 342L, 339L, 239L, 266L, 246L, 194L, 195L, 157L, 119L, 148L, 163L, 146L, 167L, 137L, 109L, 142L, 156L, 181L, 302L, 373L, 450L, 457L, 497L, 467L, 486L, 499L, 9L, 1L, 4L, 470L, 247L,...
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 <-
2016 Apr 22
1
Unique Ordering
...216L, 215L, 211L, 212L, 213L, 210L, 208L, 209L, 207L, 205L, 206L, 202L, 204L, 203L, 201L, 199L, 200L, 196L, 197L, 198L, 195L, 193L, 194L, 190L, 192L, 191L, 189L, 187L, 188L, 184L, 185L, 186L, 183L, 181L, 182L, 178L, 180L, 179L, 175L, 177L, 176L, 172L, 174L, 173L, 171L, 169L, 170L, 166L, 168L, 167L, 163L, 165L, 164L, 162L, 160L, 161L, 159L, 157L, 158L, 156L, 154L, 155L, 153L, 151L, 152L, 148L, 150L, 149L, 147L, 145L, 146L, 142L, 143L, 144L, 139L, 140L, 141L, 138L, 137L, 136L, 135L, 133L, 134L, 132L, 130L, 131L, 127L, 129L, 128L, 126L, 124L, 125L, 121L, 122L, 123L, 120L, 118L, 119L, 117L, 115L, 116L...
2007 Mar 29
1
pxelinux.0...error: not a valid image; unable to load file
...instead of upgrade install #Use FTP installation media #url --url ftp://172.50.10.122/tftpboot/FC6 ftp --server 172.50.10.122 --dir /tftpboot/FC6 #Clear the Master Boot Record zerombr yes #Clear all the linux partions clearpart --all --initlabel #Disk partitioning information "ks.cfg" 163L, 2563C------------------- #System authorization information auth --useshadow --enablemd5 --enablenis #SELinux configuration selinux --disabled #XWindows configuration information #Probe for video card #Probe for monitor xconfig --depth 16 --resolution 1024x768 --defaultdesktop=icewm %packages...
2018 May 16
0
Systemfit
...???????????????????118L, >130L, 145L, 157L, 161L, 165L, 179L, 180L, 318L, 318L,? > >???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????287L, >173L, 233L, 200L, 179L, 181L, 184L, 162L, 163L, 171L,? > >???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????195L, >220L, 232L, 248L, 281L, 316L, 314L, 314L, 342L, 339L,? > >?????????????????????????????????????????????????????...
2018 May 15
2
Systemfit
...???????????????????????????????????118L, 130L, 145L, 157L, 161L, 165L, 179L, 180L, 318L, 318L,? ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????287L, 173L, 233L, 200L, 179L, 181L, 184L, 162L, 163L, 171L,? ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????195L, 220L, 232L, 248L, 281L, 316L, 314L, 314L, 342L, 339L,? ?????????????????????????????????????????????????????????????????????????...
2008 Jul 06
2
lattice question
...L), .Label = c("Negative", "Neutral", "Positive"), class = "factor"), value = c(153L, 157L, 151L, 152L, 129L, 129L, 89L, 134L, 129L, 126L, 125L, 106L, 108L, 120L, 148L, 109L, 128L, 123L, 132L, 111L, 142L, 139L, 146L, 156L, 153L, 167L, 123L, 161L, 177L, 178L, 163L, 175L, 140L, 141L, 143L, 217L, 206L, 185L, 192L, 203L, 196L, 190L, 195L, 192L, 217L, 210L, 181L, 197L, 222L, 123L, 168L, 156L, 169L, 178L, 178L, 149L, 181L, 175L, 177L, 168L, 153L, 179L, 139L, 156L, 142L, 115L, 135L, 143L, 164L, 158L, 111L, 119L, 131L, 120L, 160L, 141L, 161L, 123L, 135L, 152L, 135L...
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
2017 Dec 06
2
Odd dates generated in Forecasts
...180L, 194L, 208L, 222L, 236L, 250L, 264L, 278L, 292L, 306L, 320L, 334L, 348L, 362L, 376L, 390L, 404L, 418L, 432L, 446L, 460L, 474L, 488L, 502L, 516L, 530L, 544L, 558L, 572L, 586L, 600L, 614L, 628L, 642L, 656L, 670L, 684L, 698L, 712L, 726L, 10L, 24L, 38L, 52L, 66L, 80L, 94L, 108L, 121L, 135L, 149L, 163L, 177L, 191L, 205L, 219L, 233L, 247L, 261L, 275L, 289L, 303L, 317L, 331L, 345L, 359L, 373L, 387L, 401L, 415L, 429L, 443L, 457L, 471L, 485L, 499L, 513L, 527L, 541L, 555L, 569L, 583L, 597L, 611L, 625L, 639L, 653L, 667L, 681L, 695L, 709L, 723L, 6L, 20L, 34L, 48L, 62L, 76L, 90L, 104L, 118L, 132L, 146L,...
2017 Dec 06
0
Odd dates generated in Forecasts
...22L, 236L, 250L, 264L, 278L, > 292L, 306L, 320L, 334L, 348L, 362L, 376L, 390L, 404L, 418L, 432L, > 446L, 460L, 474L, 488L, 502L, 516L, 530L, 544L, 558L, 572L, 586L, > 600L, 614L, 628L, 642L, 656L, 670L, 684L, 698L, 712L, 726L, 10L, > 24L, 38L, 52L, 66L, 80L, 94L, 108L, 121L, 135L, 149L, 163L, 177L, > 191L, 205L, 219L, 233L, 247L, 261L, 275L, 289L, 303L, 317L, 331L, > 345L, 359L, 373L, 387L, 401L, 415L, 429L, 443L, 457L, 471L, 485L, > 499L, 513L, 527L, 541L, 555L, 569L, 583L, 597L, 611L, 625L, 639L, > 653L, 667L, 681L, 695L, 709L, 723L, 6L, 20L, 34L, 48L, 62L, 76L, > 90L,...
2017 Dec 06
1
Odd dates generated in Forecasts
...L, 278L, > > 292L, 306L, 320L, 334L, 348L, 362L, 376L, 390L, 404L, 418L, 432L, > > 446L, 460L, 474L, 488L, 502L, 516L, 530L, 544L, 558L, 572L, 586L, > > 600L, 614L, 628L, 642L, 656L, 670L, 684L, 698L, 712L, 726L, 10L, > > 24L, 38L, 52L, 66L, 80L, 94L, 108L, 121L, 135L, 149L, 163L, 177L, > > 191L, 205L, 219L, 233L, 247L, 261L, 275L, 289L, 303L, 317L, 331L, > > 345L, 359L, 373L, 387L, 401L, 415L, 429L, 443L, 457L, 471L, 485L, > > 499L, 513L, 527L, 541L, 555L, 569L, 583L, 597L, 611L, 625L, 639L, > > 653L, 667L, 681L, 695L, 709L, 723L, 6L, 20L, 34L, 48L,...
2014 Sep 01
1
Correlation Matrix with a Covariate
...0000234, 0.008376655, 0.003841158, 0.007218929, 0.011170246, 0.001264155, 0.002183796, 0.041432825, 0.018248241, 0.025279435, 0.00728945, 0.015218596, 0.000139047 ), ppitots = c(127L, 144L, 123L, 139L, 132L, 104L, 124L, 101L, 139L, 143L, 125L, 118L, 143L, 136L, 101L, 155L, 121L, 163L, 144L, 137L, 161L, 132L, 129L, 172L, 130L, 149L, 130L, 127L, 131L, 100L, 134L, 140L, 130L, 156L, 129L, 105L, 104L, 144L, 131L, 155L, 141L, 148L, 122L), ppi_1_corrected = c(0.790903075, -0.699393955, -2.327819799, 1.081391412, 1.312482037, -1.237538376, -2.908572705, -1.431192482, 0....
2017 Oct 20
1
Error messages using nonlinear regression function (nls)
...36L, 37L, 38L, 39L, 63L, 64L, 65L, 66L, 67L, 68L, 69L, 70L, 71L, 72L, 73L, 74L, 75L, 76L, 77L, 95L, 96L, 97L, 98L, 99L, 100L, 101L, 102L, 103L, 104L, 105L, 106L, 107L, 108L, 109L, 110L, 127L, 128L, 129L, 130L, 131L, 132L, 133L, 134L, 135L, 136L, 137L, 138L, 139L, 140L, 141L, 159L, 160L, 161L, 162L, 163L, 164L, 165L, 166L, 167L, 168L, 169L, 170L, 171L, 172L, 173L, 174L ), class = c("nfnGroupedData", "nfGroupedData", "groupedData", "data.frame"), formula = Prop ~ end | temp, FUN = function (x) max(x, na.rm = TRUE), order.groups = TRUE) > > sessionInfo()...
2012 Sep 05
4
Summarizing data containing data/time information (as factor)
Dear R user I want to create a table (as below) to summarize the attached data (Test.csv, which can be read into R by using 'read.csv(Test.csv, header=F)' ), to indicate the day that there are any data available, e.g.value=1 if there are any data available for that day, otherwise value=0. 28/04 29/04 30/04 01/05 02/05 532703 0 1 1