search for: 340l

Displaying 20 results from an estimated 27 matches for "340l".

Did you mean: 3409
2017 May 17
2
R-3.4.0 fails test
...pifnot(identical(format(d),"2016-12-06")) > d$zone <- "CET" # = previous, but 'zone' now is last > tools::assertError(format(d)) > dlt <- structure( + list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year = 116L, + wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = 3600L), + class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) > dlt$sec <- 10000 + 1:10 # almost three hours & uses re-cycling .. > fd <- format(dlt) > stopifnot(length(f...
2017 May 17
2
R-3.4.0 fails test
...pifnot(identical(format(d),"2016-12-06")) > d$zone <- "CET" # = previous, but 'zone' now is last > tools::assertError(format(d)) > dlt <- structure( + list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year = 116L, + wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = 3600L), + class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) > dlt$sec <- 10000 + 1:10 # almost three hours & uses re-cycling .. > fd <- format(dlt) > stopifnot(length(f...
2017 May 18
2
[R] R-3.4.0 fails test
...un the offending code lines "by hand" and show us the values of format(dlt) and format(dct) so we can see what the problem is, something like |> |> dlt <- structure( |> list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year = 116L, |> wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = 3600L), |> class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) |> dlt$sec <- 10000 + 1:10 |> dct <- as.POSIXct(dlt) |> cbind(format(dlt), format(dct)) > cbind(form...
2017 May 18
2
[R] R-3.4.0 fails test
...ow us the values of > format(dlt) and format(dct) so we can see what the problem is, something > like > > |> > > |> dlt <- structure( > > |> list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year > = 116L, > > |> wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = > 3600L), > > |> class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) > > |> dlt$sec <- 10000 + 1:10 > > |> dct <- as.POSIXct(dlt) > > |> cbin...
2013 Feb 27
2
matrix multiplication
...195L, 102L,? 75L, 136L, 402L, 32L, 199L, 286L, 477L, 54L, 429L, 80L, 316L,? 30L, 333L, 387L, 452L, 324L, 456L, 39L, 138L, 113L, 448L, 377L,? 122L, 441L, 396L, 454L, 497L, 161L, 21L, 117L, 413L, 94L, 459L,? 156L, 365L, 322L, 397L, 88L, 207L, 150L, 209L, 184L, 378L, 217L,? 176L, 52L, 374L, 189L, 97L, 340L, 357L, 157L, 220L, 74L, 356L,? 495L, 453L, 26L, 499L, 364L, 267L, 331L, 245L, 258L, 242L, 381L,? 36L, 16L, 328L, 131L, 255L, 363L, 298L, 373L, 416L, 200L, 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...
2010 May 28
4
vlookup in R?
Hi R-users,   I would like to search for the values of seq that match my rand values.  In excel I will use =VLOOKUP(G2,$E$2:$F$32,2).  For example, for rand=.262 it will give me approximately seq=120 and rand=0.964293344, seq=460 and etc.   E           F     G cdf         seq   rand 0.00E+00    0     0.262123478 1.56E-03    20    0.964293344 1.55E-02    40    0.494827113 5.30E-02    60   
2017 May 18
2
[R] R-3.4.0 fails test
...nd" and show us the values of format(dlt) and format(dct) so we can see what the problem is, something like > > |> > > |> dlt <- structure( > > |> list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year = 116L, > > |> wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = 3600L), > > |> class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) > > |> dlt$sec <- 10000 + 1:10 > > |> dct <- as.POSIXct(dlt) > > |> cbind(for...
2017 May 18
0
[R] R-3.4.0 fails test
...e lines "by hand" and show us the values of format(dlt) and format(dct) so we can see what the problem is, something like > |> > |> dlt <- structure( > |> list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year = 116L, > |> wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = 3600L), > |> class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) > |> dlt$sec <- 10000 + 1:10 > |> dct <- as.POSIXct(dlt) > |> cbind(format(dlt), format(dc...
2017 Sep 13
0
ggmap + geom_raster
...9394, -82.525985, -82.317701, -81.843986, -81.843986, -81.585975, -81.575916, -80.091078, -80.433557, -80.238901, -82.5498, -81.585975, -80.091078, -81.289394, -82.394639, -81.276464)), .Names = c("score", "lat", "lon"), row.names = c(3205L, 8275L, 4645L, 8962L, 9199L, 340L, 5381L, 8998L, 5476L, 4956L, 9256L, 4940L, 6681L, 5586L, 1046L, 9017L, 1878L, 323L, 4175L, 9236L, 8968L, 6885L, 5874L, 9412L, 6434L, 7168L, 5420L, 5680L, 3202L, 1486L, 9255L, 9009L, 6833L, 8271L, 261L, 5024L, 8028L, 1774L, 3329L, 1824L, 1464L, 9468L, 4643L, 4389L, 1506L, 1441L, 1826L, 4968L, 1952L,...
2017 May 18
0
[R] R-3.4.0 fails test
...format(dlt) and format(dct) so we can see what the problem is, something >> like >> > |> >> > |> dlt <- structure( >> > |> list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year >> = 116L, >> > |> wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = >> 3600L), >> > |> class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) >> > |> dlt$sec <- 10000 + 1:10 >> > |> dct <- as.POSIXct(dlt) >...
2017 May 18
0
[R] R-3.4.0 fails test
...show us the values of format(dlt) and format(dct) so we can see what the problem is, something like >>> |> >>> |> dlt <- structure( >>> |> list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year = 116L, >>> |> wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = 3600L), >>> |> class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) >>> |> dlt$sec <- 10000 + 1:10 >>> |> dct <- as.POSIXct(dlt) >>> |&g...
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
2017 May 18
2
[R] R-3.4.0 fails test
...ues of format(dlt) and format(dct) so we can see what the problem is, something like >>>> |> >>>> |> dlt <- structure( >>>> |> list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year = 116L, >>>> |> wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = 3600L), >>>> |> class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) >>>> |> dlt$sec <- 10000 + 1:10 >>>> |> dct <- as.POSIXct(dlt) >...
2017 Dec 06
2
Odd dates generated in Forecasts
..., 358L, 372L, 386L, 400L, 414L, 428L, 442L, 456L, 470L, 484L, 498L, 512L, 526L, 540L, 554L, 568L, 582L, 596L, 610L, 624L, 638L, 652L, 666L, 680L, 694L, 708L, 722L, 5L, 19L, 33L, 47L, 61L, 75L, 89L, 103L, 117L, 130L, 144L, 158L, 172L, 186L, 200L, 214L, 228L, 242L, 256L, 270L, 284L, 298L, 312L, 326L, 340L, 354L, 368L, 382L, 396L, 410L, 424L, 438L, 452L, 466L, 480L, 494L, 508L, 522L, 536L, 550L, 564L, 578L, 592L, 606L, 620L, 634L, 648L, 662L, 676L, 690L, 704L, 718L, 1L, 15L, 29L, 43L, 57L, 71L, 85L, 99L, 113L, 127L, 141L, 155L, 169L, 183L, 197L, 211L, 225L, 239L, 253L, 267L, 281L, 295L, 309L, 323L, 3...
2017 Dec 06
0
Odd dates generated in Forecasts
...400L, 414L, 428L, 442L, 456L, 470L, 484L, 498L, 512L, 526L, 540L, > 554L, 568L, 582L, 596L, 610L, 624L, 638L, 652L, 666L, 680L, 694L, > 708L, 722L, 5L, 19L, 33L, 47L, 61L, 75L, 89L, 103L, 117L, 130L, > 144L, 158L, 172L, 186L, 200L, 214L, 228L, 242L, 256L, 270L, 284L, > 298L, 312L, 326L, 340L, 354L, 368L, 382L, 396L, 410L, 424L, 438L, > 452L, 466L, 480L, 494L, 508L, 522L, 536L, 550L, 564L, 578L, 592L, > 606L, 620L, 634L, 648L, 662L, 676L, 690L, 704L, 718L, 1L, 15L, > 29L, 43L, 57L, 71L, 85L, 99L, 113L, 127L, 141L, 155L, 169L, 183L, > 197L, 211L, 225L, 239L, 253L, 267L, 281L,...
2017 Dec 06
1
Odd dates generated in Forecasts
...2L, 456L, 470L, 484L, 498L, 512L, 526L, 540L, > > 554L, 568L, 582L, 596L, 610L, 624L, 638L, 652L, 666L, 680L, 694L, > > 708L, 722L, 5L, 19L, 33L, 47L, 61L, 75L, 89L, 103L, 117L, 130L, > > 144L, 158L, 172L, 186L, 200L, 214L, 228L, 242L, 256L, 270L, 284L, > > 298L, 312L, 326L, 340L, 354L, 368L, 382L, 396L, 410L, 424L, 438L, > > 452L, 466L, 480L, 494L, 508L, 522L, 536L, 550L, 564L, 578L, 592L, > > 606L, 620L, 634L, 648L, 662L, 676L, 690L, 704L, 718L, 1L, 15L, > > 29L, 43L, 57L, 71L, 85L, 99L, 113L, 127L, 141L, 155L, 169L, 183L, > > 197L, 211L, 225L, 239...
2009 May 21
2
Naming a random effect in lmer
Dear guRus: I am using lmer for a mixed model that includes a random intercept for a set of effects that have the same distribution, Normal(0, sig2b). This set of effects is of variable size, so I am using an as.formula statement to create the formula for lmer. For example, if the set of random effects has dimension 8, then the lmer call is: Zs<-
2018 May 16
1
Systemfit Question
...72L, 77L, 79L, 67L, 62L, 65L, 63L, 59L, 63L, 74L, 92L, 112L, 149L, 206L, 225L, 195L, 227L, 308L, 329L, 363L, 405L, 444L, 446L, 448L, 440L, 447L, 455L, 432L, 439L, 417L, 393L, 344L, 289L, 234L, 267L, 283L, 287L, 330L, 383L, 358L, 365L, 340L, 333L, 320L, 297L, 313L, 394L, 406L, 388L, 387L, 416L, 418L, 403L, 365L, 356L, 319L, 304L, 306L, 346L, 354L, 294L, 295L, 400L, 419L, 401L, 404L, 398L, 410L, 425L, 437L, 424L, 382L, 391L, 397L, 407L, 415L, 298L, 225L, 191L, 209L, 184L,...
2018 May 16
0
Systemfit
...???????????????????????????????????????????????????????417L, >393L, 344L, 289L, 234L, 267L, 283L, 287L, 330L, 383L,? > >???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????358L, >365L, 340L, 333L, 320L, 297L, 313L, 394L, 406L, 388L,? > >???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????387L, >416L, 418L, 403L, 365L, 356L, 319L, 304L, 306L, 346L,? > >?????????????????...
2018 May 15
2
Systemfit
...???????????????????????????????????????????????????????????????????????417L, 393L, 344L, 289L, 234L, 267L, 283L, 287L, 330L, 383L,? ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????358L, 365L, 340L, 333L, 320L, 297L, 313L, 394L, 406L, 388L,? ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????387L, 416L, 418L, 403L, 365L, 356L, 319L, 304L, 306L, 346L,? ?????????????????????????????????????...