search for: 320l

Displaying 20 results from an estimated 22 matches for "320l".

Did you mean: 3200
2011 Jul 27
1
create a index.date column
...ow I will do it. ) ### test data #### structure(list(id = c(1L, 1L, 1L, 46L, 80L, 80L, 80L, 80L, 88L, 160L, 179L, 179L, 179L, 179L, 179L, 179L, 192L, 192L, 192L, 204L, 204L, 204L, 204L, 205L, 211L, 233L, 233L, 272L, 272L, 272L, 272L, 309L, 309L, 309L, 310L, 310L, 314L, 314L, 315L, 316L, 320L, 320L, 320L, 320L, 324L, 324L, 324L, 329L, 329L, 339L, 354L, 354L, 354L, 357L, 358L, 359L, 364L, 366L, 377L, 377L, 377L, 377L, 377L, 377L, 377L, 377L, 377L, 377L, 377L, 377L, 379L, 383L, 383L, 387L, 387L, 391L, 395L, 398L, 401L, 401L, 401L, 401L, 401L, 407L, 407L, 407L, 409L, 414L, 414L, 414L,...
2010 Jun 13
1
Break in the y-axis
...he data to match the axis anymore. I must be using the axis.break() in plotrix incorrectly, but I cannot see where my issue is. This is what I have so far. ###### library(plotrix) par(mar=c(6,8,4,4)) ###Data Saline <- structure(list(Time = c(-20L, 0, 30L, 45L, 60L, 80L, 110L,140L,200L, 260L, 320L), Average = c(119.250,118.750,117.500,132.75,151.875,159.75,142.75,160,168,167.125,143),SEM=c(2.211,2.569,2.665,5.435146394,6.208741369,8.363550657,8.51349469,14.30284687,15.93865792,16.76541326,13.796)), .Names = c("Time (min)", "Arterial Plasma Glucose (?g/mL)", "SEM&quo...
2010 Dec 27
1
Can't merge on datetime?
...10L, 110L, 110L, 110L, 110L, 110L, 110L, 110L, 110L, 110L, 110L, 110L, 110L, 110L, 110L, 110L, 110L, 110L, 110L, 110L), wday = c(1L, 2L, 3L, 4L, 5L, 1L, 2L, 3L, 4L, 5L, 1L, 2L, 3L, 4L, 5L, 1L, 2L, 3L, 4L, 5L, 1L), yday = c(304L, 305L, 306L, 307L, 308L, 311L, 312L, 313L, 314L, 315L, 318L, 319L, 320L, 321L, 322L, 325L, 326L, 327L, 328L, 329L, 332L), isdst = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L)), .Names = c("sec", "min", "hour", "mday", "mon", "year", "wday", "yday"...
2012 Oct 17
3
aggregate function not working?
...e = c(664640L, 440L, 407L, 180L, 690L, 851L, 190L, 480L, 720L, 74L, 111L, 1560L, 11400L, 160L, 9333L, 55665L, 222L, 23662L, 210L, 12735L, 1757L, 63736L, 18318L, 460L, 120L, 680L, 400L, 960L, 432L, 259L, 840L, 8200L, 630L, 180L, 189L, 1490L, 27L, 8080L, 6291L, 240L, 841L, 5469L, 4035L, 12555L, 5320L, 9249L, 240L, 1149L, 40L, 660L, 333L, 4360L, 180L, 360L, 240L, 2900L, 120L, 2639L, 1221L, 10019L, 2990L, 259L, 25L, 320L, 1684L, 305L, 40L, 27L, 4213L, 108L, 222L, 216L, 80L, 148L, 135L, 970L, 222L, 240L, 1332L, 43875L, 210L, 162L, 185L, 180L, 459L, 35854L, 3270L, 162L, 259L, 120L, 9130L, 2120L...
2013 Feb 27
2
matrix multiplication
...structure(c(428L, 359L, 353L, 498L, 169L, 46L, 29L, 444L, 194L,? 439L, 284L, 79L, 226L, 105L, 106L, 326L, 234L, 196L, 417L, 190L,? 480L, 275L, 478L, 341L, 197L, 395L, 85L, 295L, 70L, 18L, 471L,? 218L, 19L, 43L, 280L, 427L, 229L, 5L, 205L, 494L, 393L, 307L,? 465L, 383L, 265L, 103L, 348L, 166L, 58L, 320L, 14L, 107L, 440L,? 24L, 347L, 419L, 135L, 202L, 294L, 173L, 121L, 358L, 51L, 231L,? 118L, 109L, 182L, 219L, 42L, 73L, 435L, 389L, 431L, 81L, 149L,? 388L, 415L, 256L, 312L, 446L, 45L, 162L, 485L, 154L, 55L, 153L,? 137L, 290L, 93L, 40L, 110L, 167L, 315L, 266L, 317L, 314L, 264L,? 277L, 488L, 28L, 354L...
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   
2011 Oct 21
0
[LLVMdev] Problems with live intervals and spilling when having sub registers?
...erstanding if the live intervals calculated for one of my testcases are correct or not. I have the following instructions: 272L %vreg67:lo<def> = mv_any16 65535; R:%vreg67 288L %vreg64:hi<def> = mv_any16 16383; R:%vreg64 304L %vreg64:lo<def> = COPY %vreg67:lo; R:%vreg64,%vreg67 320L %vreg6<def> = COPY %vreg64<kill>; R:%vreg6,%vreg64 So, %vreg64, which has two (disjunct) sub registers, gets its two parts written at 288 and 304, and then the whole %vreg64 is copied to %vreg6 at 320. And for this I get the following intervals for %vreg64: %vreg64 = [288d,304d:...
2018 May 16
1
Systemfit Question
...9L, 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, 188L, 207L,...
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
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,? > >?????????????????????????????...
2017 Dec 06
2
Odd dates generated in Forecasts
...336L, 350L, 364L, 378L, 392L, 406L, 420L, 434L, 448L, 462L, 476L, 490L, 504L, 518L, 532L, 546L, 560L, 574L, 588L, 602L, 616L, 630L, 644L, 658L, 672L, 686L, 700L, 714L, 728L, 12L, 26L, 40L, 54L, 68L, 82L, 96L, 110L, 124L, 138L, 152L, 166L, 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,...
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,? ?????????????????????????????????????????????????...
2017 Dec 06
0
Odd dates generated in Forecasts
...> 392L, 406L, 420L, 434L, 448L, 462L, 476L, 490L, 504L, 518L, 532L, > 546L, 560L, 574L, 588L, 602L, 616L, 630L, 644L, 658L, 672L, 686L, > 700L, 714L, 728L, 12L, 26L, 40L, 54L, 68L, 82L, 96L, 110L, 124L, > 138L, 152L, 166L, 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, 261...
2017 Dec 06
1
Odd dates generated in Forecasts
...L, 434L, 448L, 462L, 476L, 490L, 504L, 518L, 532L, > > 546L, 560L, 574L, 588L, 602L, 616L, 630L, 644L, 658L, 672L, 686L, > > 700L, 714L, 728L, 12L, 26L, 40L, 54L, 68L, 82L, 96L, 110L, 124L, > > 138L, 152L, 166L, 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, 2...
2014 Sep 01
1
Correlation Matrix with a Covariate
...4118, 33, 26, 22, 27, 27, 22, 33, 33, 32, 34, 29.473684, 27.368421, 20, 8.421053, 32, 27, 30, 30, 31, 24, 16.842105, 15.789474, 25, 26, 30, 23, 29, 10, 22, 16, 29, 30, 27, 24 ), ext_t = c(193L, 374L, 127L, 181L, 198L, 112L, 208L, 194L, 185L, 224L, 275L, 204L, 235L, 257L, 149L, 279L, 320L, 322L, 188L, 220L, 273L, 206L, 129L, 296L, 223L, 277L, 156L, 195L, 219L, 155L, 167L, 176L, 220L, 227L, 224L, 195L, 150L, 277L, 134L, 285L, 255L, 225L, 176L), total_barrat_11_imputed = c(52, 49.65517241, 49, 50, 59, 33, 80, 59, 49, 88.96551724, 46, 69, 55, 61, 55, 81, 63, 78, 63,...
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
2008 Aug 01
0
multinomRob: Error in eigen [..] infinite or missing values in 'x'
...244L, 245L, 246L, 247L, 261L, 262L, 263L, 264L, 265L, 266L, 267L, 268L, 269L, 270L, 271L, 272L, 273L, 274L, 275L, 276L, 277L, 278L, 279L, 280L, 281L, 282L, 283L, 284L, 285L, 286L, 300L, 301L, 302L, 303L, 304L, 305L, 306L, 307L, 308L, 309L, 310L, 311L, 312L, 313L, 314L, 315L, 316L, 317L, 318L, 319L, 320L, 321L, 322L, 323L, 324L, 325L, 339L, 340L, 341L, 342L, 343L, 344L, 345L, 346L, 347L, 348L, 349L, 350L, 351L, 352L, 353L, 354L, 355L, 356L, 357L, 358L, 359L, 360L, 361L, 362L, 363L, 364L, 378L, 379L, 380L, 381L, 382L, 383L, 384L, 385L, 386L, 387L, 388L, 389L, 390L, 391L, 392L, 393L, 394L, 395L, 396L...
2012 Aug 27
2
Font size in geom_dl (using ggplot2)
Hey everyone, I am an R-newby... so sorry for bothering you with simple-to-solve questions;) I have the following issue: trying to add labels to my scatterplots (with geom_dl in ggplot2). Everything works fine, but after checking every resource I do not find a way to change the font size of my labels. I tried size, cex, fontsize at every position... but it always stays the same. ggplot()+
2012 Jul 10
2
estimation of NA by predict command
...542L, 2674L, 2806L, 2938L, 3070L, 3202L, 3334L, 3466L, 3598L, 3721L, 3842L, 45L, 177L, 309L, 441L, 573L, 705L, 837L, 969L, 1101L, 1233L, 1365L, 1497L, 1629L, 1761L, 1893L, 2025L, 2157L, 2289L, 2421L, 2553L, 2685L, 2817L, 2949L, 3081L, 3213L, 3345L, 3477L, 3609L, 3732L, 3853L, 3963L, 56L, 188L, 320L, 452L, 584L, 716L, 848L, 980L, 1112L, 1244L, 1376L, 1508L, 1640L, 1772L, 1904L, 2036L, 2168L, 2300L, 2432L, 2564L, 2696L, 2828L, 2960L, 3092L, 3224L, 3356L, 3488L, 3620L, 3743L, 3864L, 67L, 199L, 331L, 463L, 595L, 727L, 859L, 991L, 1123L, 1255L, 1387L, 1519L, 1651L, 1783L, 1915L, 2047L, 2179L,...