Displaying 20 results from an estimated 24 matches for "204l".
Did you mean:
2048
2011 Jul 27
1
create a index.date column
...ex date.
Then I should normalize the ftime to a common time frame and look form patterns in that time frame.
(Do not know yet how 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,...
2018 Jul 10
4
Construcción de archivo de texto
...t;), class = "data.frame"), `2` = structure(list(
ped = c(2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L,
2L), id = 201:214, father = c(0L, 0L, 0L, 201L, 201L, 201L,
201L, 201L, 0L, 203L, 203L, 209L, 209L, 209L), mother = c(0L,
0L, 0L, 202L, 202L, 202L, 202L, 202L, 0L, 204L, 204L, 208L,
208L, 208L), sex = c(1L, 2L, 1L, 2L, 1L, 2L, 2L, 2L, 1L,
1L, 1L, 2L, 1L, 1L), affected = c(1L, NA, 1L, 0L, NA, 1L,
1L, 0L, 0L, 0L, 0L, 0L, 0L, 1L)), row.names = c("42", "43",
"44", "45", "46", "47", "48",...
2010 Sep 01
1
[LLVMdev] equivalent IR, different asm
On Sep 1, 2010, at 11:14 AM, Dale Johannesen wrote:
>
> On Sep 1, 2010, at 6:25 AMPDT, Argyrios Kyrtzidis wrote:
>
>> The attached .ll files seem equivalent, but the resulting asm from
>> 'opt-fail.ll' causes a crash to webkit.
>> I suspect the usage of registers is wrong, can someone take a look ?
>
> Yes, the code here is wrong:
>
>> movl
2012 Jan 06
1
ggplot using scale_x_date gives Error in seq.int(r1$year, to$year, by)
..."Price", "Yield", "CDS Spread"), class = "factor"),
value = c(86.777, 86.037, 86.437, 9.737, 9.542, 9.683, 580.132,
576.866, 573.564)), .Names = c("Date", "variable", "value"
), row.names = c(100L, 101L, 102L, 202L, 203L, 204L, 304L, 305L,
306L), class = "data.frame")
> g
Date variable value
100 2011-12-23 Price 86.8
101 2011-12-30 Price 86.0
102 2012-01-06 Price 86.4
202 2011-12-23 Yield 9.7
203 2011-12-30 Yield 9.5
204 2012-01-06 Yield 9.7
304 2011-12-23...
2013 Feb 27
2
matrix multiplication
...362L,?
310L, 487L, 278L, 367L, 248L, 462L, 59L, 213L, 68L, 112L, 60L,?
481L, 165L, 235L, 22L, 434L, 272L, 460L, 309L, 301L, 500L, 282L,?
82L, 100L, 261L, 34L, 188L, 133L, 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...
2016 Apr 22
1
Unique Ordering
...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, 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...
2011 Nov 08
2
nesting scale_manual caracteristics in ggplot
...129L, 126L, 99L, 183L,
45L, 57L, 45L, 72L, 30L, 71L, 123L, 89L, 102L, 60L, 44L, 59L,
124L, 145L, 126L, 103L, 67L, 97L, 66L, 76L, 108L, 36L, 48L, 41L,
69L, 47L, 57L, 167L, 136L, 176L, 85L, 36L, 82L, 222L, 149L, 171L,
145L, 122L, 192L, 136L, 164L, 154L, 46L, 57L, 57L, 70L, 55L,
102L, 111L, 152L, 204L, 41L, 46L, 103L, 156L, 148L, 155L, 103L,
124L, 176L, 111L, 142L, 187L, 43L, 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, 1...
2012 Oct 29
4
replace repeated id in a pedigree list
Hello,
I have a pedigree file such this:
FAMID ID FA ID MO ID SEX STATUS
1 1 0 0 2 0
1 2 3 1 2 2
1 4 3 1 1 2
1 5 3 1 1 0
1 6 3 1 1 0
1 7 3 1 2 2
1 8 3 1 1 0
1 9 3 1 1 0
1 10 3 1 2 0
1 11 3 1 1 0
1 3 0 0 1 0
2 12 13
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
2017 Dec 06
2
Odd dates generated in Forecasts
...t (MyModel, h=12)
Since my last observation was on december 31st, 2016 I expected my forecast
date to start on 2017, but instead it returned odd dates.
This is my dataset
dput(dataset):
structure(list(Date = structure(c(8L, 22L, 36L, 50L, 64L, 78L,
92L, 106L, 120L, 134L, 148L, 162L, 176L, 190L, 204L, 218L, 232L,
246L, 260L, 274L, 288L, 302L, 316L, 330L, 344L, 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,...
2017 Dec 06
0
Odd dates generated in Forecasts
...tion was on december 31st, 2016 I expected my forecast
> date to start on 2017, but instead it returned odd dates.
>
> This is my dataset
>
> dput(dataset):
>
> structure(list(Date = structure(c(8L, 22L, 36L, 50L, 64L, 78L,
> 92L, 106L, 120L, 134L, 148L, 162L, 176L, 190L, 204L, 218L, 232L,
> 246L, 260L, 274L, 288L, 302L, 316L, 330L, 344L, 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,
>...
2017 Dec 06
1
Odd dates generated in Forecasts
...my
> forecast
> > date to start on 2017, but instead it returned odd dates.
> >
> > This is my dataset
> >
> > dput(dataset):
> >
> > structure(list(Date = structure(c(8L, 22L, 36L, 50L, 64L, 78L,
> > 92L, 106L, 120L, 134L, 148L, 162L, 176L, 190L, 204L, 218L, 232L,
> > 246L, 260L, 274L, 288L, 302L, 316L, 330L, 344L, 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, 10...
2014 Sep 01
1
Correlation Matrix with a Covariate
...16, 11, 11, 15, 15,
35.294118, 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,
6...
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
..., 428L, 443L, 466L, 490L, 504L, 483L, 344L,
353L,
277L, 189L, 260L, 281L, 276L, 252L, 244L, 192L, 185L,
217L,
264L, 275L, 267L, 269L, 305L, 355L, 352L, 349L, 332L,
323L,
345L, 371L, 342L, 113L, 117L, 120L, 202L, 235L, 231L,
245L,
227L, 204L, 182L, 180L, 184L, 188L, 226L, 259L, 279L,
325L,
369L, 375L, 376L, 395L, 418L, 423L, 441L, 399L, 248L,
242L,
238L, 262L, 266L, 246L, 292L, 228L, 214L, 222L, 248L,
249L,
290L, 333L, 408L, 505L, 510L, 28L, 13L, 34L, 43L, 49L,
52L,
48L, 2...
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
...?????????????????????????????????????????????????????????????345L,
>371L, 342L, 113L, 117L, 120L, 202L, 235L, 231L, 245L,?
>
>???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????227L,
>204L, 182L, 180L, 184L, 188L, 226L, 259L, 279L, 325L,?
>
>????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????369L,
>375L, 376L, 395L, 418L, 423L, 441L, 399L, 248L, 242L,?
>
>??????????...
2018 May 15
2
Systemfit
...?????????????????????????????????????????????????????????????????????????????345L, 371L, 342L, 113L, 117L, 120L, 202L, 235L, 231L, 245L,?
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????227L, 204L, 182L, 180L, 184L, 188L, 226L, 259L, 279L, 325L,?
????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????369L, 375L, 376L, 395L, 418L, 423L, 441L, 399L, 248L, 242L,?
??????????????????????????????...
2008 Aug 01
0
multinomRob: Error in eigen [..] infinite or missing values in 'x'
...128L, 129L, 130L, 144L, 145L, 146L, 147L, 148L, 149L, 150L, 151L,
152L, 153L, 154L, 155L, 156L, 157L, 158L, 159L, 160L, 161L, 162L,
163L, 164L, 165L, 166L, 167L, 168L, 169L, 183L, 184L, 185L, 186L,
187L, 188L, 189L, 190L, 191L, 192L, 193L, 194L, 195L, 196L, 197L,
198L, 199L, 200L, 201L, 202L, 203L, 204L, 205L, 206L, 207L, 208L,
222L, 223L, 224L, 225L, 226L, 227L, 228L, 229L, 230L, 231L, 232L,
233L, 234L, 235L, 236L, 237L, 238L, 239L, 240L, 241L, 242L, 243L,
244L, 245L, 246L, 247L, 261L, 262L, 263L, 264L, 265L, 266L, 267L,
268L, 269L, 270L, 271L, 272L, 273L, 274L, 275L, 276L, 277L, 278L,
279L, 280L...
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()+