Displaying 20 results from an estimated 21 matches for "219l".
Did you mean:
219
2012 Mar 23
5
How to convert factors to numbers
...ad.table ("p_diarios.txt ", header =TRUE
, dec=",", sep="\t")
Time <- data.precios$time # 01.02.2004 - 12.05.2011
Price <- data.precios$price # Historical spot price
log.Price <- log(data.precios$price)
Error en Math.factor(c(12L, 126L, 213L, 342L, 160L, 186L, 219L, 37L, 54L, :
log not meaningful for factors
As you can see, I cannot calculate the price logarithms.
Any help is appreciated.
Sandro
--
View this message in context: http://r.789695.n4.nabble.com/How-to-convert-factors-to-numbers-tp4498828p4498828.html
Sent from the R help mailing list arch...
2008 Oct 14
1
ggplot2 plot with symbols and then add line
...L, 185L, 202L, 215L
)), .Names = c("TSS", "GPP", "RiverMile"), class = "data.frame",
row.names = c(12L,
13L, 14L, 19L, 25L, 26L, 28L, 34L, 35L, 36L, 37L, 42L, 44L, 58L,
75L, 85L, 88L, 91L, 97L, 107L, 142L, 144L, 155L, 166L, 169L,
185L, 186L, 201L, 202L, 207L, 219L, 221L, 222L, 224L, 226L, 230L,
231L, 250L, 251L, 258L, 283L, 287L, 288L, 303L, 304L, 306L, 311L,
313L)))
library(lattice)
library(ggplot2)
z <- nls(GPP~(a/(TSS+b)), start=c(a=0.01, b=0.01), data=r)
f <- seq(-1, 29, length=100)
y <- coef(z)["a"]/(f+coef(z)["b"])
pred &l...
2011 May 26
0
'constrained' negative.binomial model estimates
...266305L, 17995L, 55094L, 230788L, 49892L,
252189L, 121366L, 25574L, 66324L, 35563L, 93434L, 178517L, 185618L,
192223L, 141679L, 158006L, 252039L, 30528L, 87987L, 172711L,
181868L, 89389L, 27409L, 134229L, 342948L, 110792L, 268458L,
394481L, 274629L, 279739L, 87938L, 289880L, 437255L), distance = c(219L,
1009L, 1514L, 974L, 1268L, 1795L, 2420L, 3174L, 219L, 831L, 1336L,
755L, 1049L, 1576L, 2242L, 2996L, 1009L, 831L, 505L, 1019L, 662L,
933L, 1451L, 2205L, 1514L, 1336L, 505L, 1370L, 888L, 654L, 946L,
1700L, 974L, 755L, 1019L, 1370L, 482L, 1144L, 2278L, 2862L, 1268L,
1049L, 662L, 888L, 484L, 662L, 17...
2013 Feb 27
2
matrix multiplication
...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, 303L, 490L, 192L, 432L, 228L, 222L, 418L,?
323L, 244L, 239L, 193L, 120L, 116L, 148L, 57L, 246L, 300L, 143...
2016 Apr 22
1
Unique Ordering
...s = 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, 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...
2008 Oct 09
1
nls, lattice, and conversion over to ggplot
...L, 185L, 202L, 215L
)), .Names = c("TSS", "GPP", "RiverMile"), class = "data.frame", row.names =
c(12L,
13L, 14L, 19L, 25L, 26L, 28L, 34L, 35L, 36L, 37L, 42L, 44L, 58L,
75L, 85L, 88L, 91L, 97L, 107L, 142L, 144L, 155L, 166L, 169L,
185L, 186L, 201L, 202L, 207L, 219L, 221L, 222L, 224L, 226L, 230L,
231L, 250L, 251L, 258L, 283L, 287L, 288L, 303L, 304L, 306L, 311L,
313L)))
library(lattice)
z <- nls(GPP~(a/(TSS+b)), start=c(a=0.01, b=0.01), data=r)
f <- seq(-1, 29, length=100)
y <- coef(z)["a"]/(f+coef(z)["b"])
xyplot(GPP~TSS, data=r,...
2018 May 16
1
Systemfit Question
...95L, 296L, 292L, 210L, 270L, 374L, 3L, 484L, 42L,
47L, 51L, 121L, 123L, 198L, 337L, 336L, 385L, 55L, 60L,
54L,
71L, 78L, 70L, 64L, 436L, 67L, 79L, 93L, 129L, 133L,
152L,
158L, 163L, 154L, 131L, 136L, 126L, 145L, 185L, 179L,
194L,
214L, 219L, 296L, 322L, 378L, 422L, 452L, 480L, 508L,
166L,
119L, 76L, 68L, 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, 3...
2011 Dec 01
1
Fw: calculate mean of multiple rows in a data frame
NAME
ID
a
b
c
d
1
Control_1
probe~B01R01C01
381
213
345
653
2
Control_2
probe~B01R01C02
574
629
563
783
3
Control_1
probe~B01R09C01
673
511
521
967
4
Control_3
probe~B01R09C02
53
809
999
50
5
MM0289~RFU:11810.15
probe~B29R13C06
681
34
115
587
6
MM0289~RFU:9238.41
probe~B29R13C05
784
443
20
784
7
MM16597~RFU:36765.38
probe~B44R15C20
719
251
790
445
8
MM16597~RFU:41258.94
probe~B44R15C19
677
2018 May 16
0
Systemfit
...?????????????????????????????????????????????????????????????158L,
>163L, 154L, 131L, 136L, 126L, 145L, 185L, 179L, 194L,?
>
>???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????214L,
>219L, 296L, 322L, 378L, 422L, 452L, 480L, 508L, 166L,?
>
>????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????119L,
>76L, 68L, 72L, 77L, 79L, 67L, 62L, 65L, 63L, 59L, 63L,?
>
>?????????...
2017 Dec 06
2
Odd dates generated in Forecasts
...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, 160L, 174L, 188L, 202L,...
2018 May 15
2
Systemfit
...?????????????????????????????????????????????????????????????????????????????158L, 163L, 154L, 131L, 136L, 126L, 145L, 185L, 179L, 194L,?
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????214L, 219L, 296L, 322L, 378L, 422L, 452L, 480L, 508L, 166L,?
????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????119L, 76L, 68L, 72L, 77L, 79L, 67L, 62L, 65L, 63L, 59L, 63L,?
?????????????????????????????...
2017 Dec 06
0
Odd dates generated in Forecasts
...> 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, 160L...
2017 Dec 06
1
Odd dates generated in Forecasts
...L, 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, 11...
2014 Sep 01
1
Correlation Matrix with a Covariate
...1053, 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, 77, 74, 56, 66, 65, 64, 80,
47, 41, 55, 61, 69, 65, 54, 60, 75, 48, 55, 92,...
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
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
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
..., 1492L, 1624L, 1756L, 1888L, 2020L, 2152L,
2284L, 2416L, 2548L, 2680L, 2812L, 2944L, 3076L, 3208L, 3340L,
3472L, 3604L, 3727L, 3848L, 51L, 183L, 315L, 447L, 579L, 711L,
843L, 975L, 1107L, 1239L, 1371L, 1503L, 1635L, 1767L, 1899L,
2031L, 2163L, 2295L, 2427L, 2559L, 2691L, 2823L, 2955L, 3087L,
3219L, 3351L, 3483L, 3615L, 3738L, 3859L, 3969L, 62L, 194L, 326L,
458L, 590L, 722L, 854L, 986L, 1118L, 1250L, 1382L, 1514L, 1646L,
1778L, 1910L, 2042L, 2174L, 2306L, 2438L, 2570L, 2702L, 2834L,
2966L, 3098L, 3230L, 3362L, 3494L, 3626L, 3749L, 3870L, 73L,
205L, 337L, 469L, 601L, 733L, 865L, 997L, 1129...
2010 Apr 20
5
Assigning Week Numbers
..., 213L, 949L, 397L, 1133L, 581L, 1317L, 30L, 766L, 214L,
950L, 398L, 1134L, 582L, 1318L, 31L, 767L, 215L, 951L, 399L,
1135L, 583L, 1319L, 32L, 768L, 216L, 952L, 400L, 1136L, 584L,
1320L, 33L, 769L, 217L, 953L, 401L, 1137L, 585L, 1321L, 34L,
770L, 218L, 954L, 402L, 1138L, 586L, 1322L, 35L, 771L, 219L,
955L, 403L, 1139L, 587L, 1323L, 36L, 772L, 220L, 956L, 404L,
1140L, 588L, 1324L, 37L, 773L, 221L, 957L, 405L, 1141L, 589L,
1325L, 38L, 774L, 222L, 958L, 406L, 1142L, 590L, 1326L, 39L,
775L, 223L, 959L, 407L, 1143L, 591L, 1327L, 40L, 776L, 224L,
960L, 408L, 1144L, 592L, 1328L, 41L, 777L, 225L,...