Displaying 20 results from an estimated 43 matches for "108l".
Did you mean:
108
2013 Jul 24
3
Change values in a dateframe
...owing problem :
The dataframe TEST has multiple lines for a same person because :
there are differents values of Nom or differents values of Prenom
but the values of Matricule or Sexe or Date.de.naissance are the same.
TEST <- structure(list(Matricule = c(66L, 67L, 67L, 68L, 89L, 90L, 90L,
91L, 108L, 108L, 108L), Nom = structure(c(1L, 2L, 2L, 4L, 8L,
5L, 6L, 9L, 3L, 3L, 7L), .Label = c("CHICHE", "GEOF", "GUTIER",
"JACQUE", "LANGUE", "LANGUE-LOPEZ", "RIVIER", "TRU", "VINCENT"
), class = "factor")...
2012 Jul 21
2
changing cex pointwise in lattice
...L, 73L, 79L, 79L, 79L, 79L, 73L, 73L, 73L, 73L, 79L, 79L, 79L, 79L, 3L, 3L, 3L, 3L, 9L, 9L, 9L, 9L, 73L, 73L, 73L, 73L, 79L, 79L, 79L, 79L, 89L, 89L, 89L, 89L, 95L, 95L, 95L, 95L, 89L, 89L, 89L, 89L, 95L, 95L, 95L, 95L, 89L, 89L, 89L, 89L, 95L, 95L, 95L, 95L, 89L, 89L, 89L, 89L, 95L, 95L, 95L, 95L, 108L, 108L, 108L, 108L, 114L, 114L, 114L, 114L, 108L, 108L, 108L, 108L, 114L, 114L, 114L, 114L, 108L, 108L, 108L, 108L, 114L, 114L, 114L, 114L, 108L, 108L, 108L, 108L, 114L, 114L, 114L, 114L, 124L, 124L, 124L, 124L, 130L, 130L, 130L, 130L, 3L, 3L, 3L, 3L, 9L, 9L, 9L, 9L, 124L, 124L, 124L, 124L, 130L, 13...
2012 Jul 19
1
Truncating (rounding down) to nearest half hour.
...210110900, 1210110900, 1210118400, 1210126980, 1210134180,
1210142640, 1210156080, 1210164180, 1210176840, 1210183740), class =
c("POSIXct",
"POSIXt"), tzone = ""), Score = c(80L, 11L, 81L, 152L, 130L,
122L, 142L, 20L, 1L, 31L, 93L, 136L, 128L, 112L, 48L, 57L, 92L,
108L, 100L, 107L, 81L, 37L, 47L, 70L, 114L, 125L, 99L, 46L, 108L,
106L, 111L, 75L, 75L, 136L, 36L, 13L, 35L, 71L, 105L, 113L, 116L,
116L, 94L, 130L, 102L, 19L, 1L, 33L, 78L, 89L)), .Names = c("Date",
"Score"), row.names = c(NA, 50L), class = "data.frame")
I'm trying...
2012 Jul 17
1
Script help: Determining Time Difference between two data points.
...210613820, 1210618200, 1210633260,
1210640940, 1210650240, 1210663560, 1210677660, 1210686960, 1210695240,
1210705380), class = c("POSIXct", "POSIXt"), tzone = ""), Score = c(80L,
11L, 81L, 152L, 130L, 122L, 142L, 20L, 1L, 31L, 93L, 136L, 128L,
112L, 48L, 57L, 92L, 108L, 100L, 107L, 81L, 37L, 47L, 70L, 114L,
125L, 99L, 46L, 108L, 106L, 111L, 75L, 75L, 136L, 36L, 13L, 35L,
71L, 105L, 113L, 116L, 116L, 94L, 130L, 102L, 19L, 1L, 33L, 78L,
89L, 115L, 130L, 117L, 105L, 0L, 36L, 80L, 130L, 124L, 124L,
66L, 75L, 57L, 94L, 124L, 165L, 170L, 158L, 127L, 116L, 107L,
11...
2011 Nov 10
2
plotting a function with given formula in ggplot2
Hi All,
I have a scatter plot produced using ggplot2 and I want to add the
regression line to this scatter plot. I suppose I can use
geom_smooth() to do this, but for the sake of learning ( I am new both
to R and ggplot2), I want to try and add it as a function (something
that curve() does in the standard R plotting). I did some search and
found that stat_function() can be used for this. But
2010 Sep 05
2
[LLVMdev] Possible missed optimization?
...%reg16386<kill>, pred:14, pred:%reg0
76L %reg16390<def>, %CPSR<def,dead> = tMOVi8 18, pred:14, pred:%reg0
88L %reg16391<def> = COPY %reg16390<kill>
96L %reg16391<def>, %CPSR<def,dead> = tEOR %reg16391, %reg16389<kill>, pred:14, pred:%reg0
108L %R0<def> = COPY %reg16391<kill>
116L %R1<def> = COPY %reg16388<kill>
128L tBX_RET %R0<imp-use,kill>, %R1<imp-use,kill>
and after:
44L %R1<def>, %CPSR<def,dead> = tEOR %R1, %R3<kill>, pred:14, pred:%reg0
56L %reg16389<def>...
2010 Sep 05
0
[LLVMdev] Possible missed optimization?
On Sat, Sep 4, 2010 at 1:31 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>
> On Sep 4, 2010, at 11:21 AM, Borja Ferrer wrote:
>
>> I've noticed this pattern happening with other operators aswell, but used xor in this example. As i said before, i tried with different register allocation orders, but it will produce always the same result. GCC is emitting longer
2008 Jun 08
0
AUC steady state calculations
...in the pharmacokinetic world, I was hoping someone with some more experience can shed some light on this (altough for me) dark material.
Kind Regards
Bart
PS: Here some example data:
dat<- structure(list(Sample = c(1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L,
2L, 2L, 2L), tijd = c(12L, 36L, 60L, 84L, 108L, 132L, 12L, 36L,
60L, 84L, 108L, 132L), conc = c(0.621518061431366, 0.87531564366726,
0.916311538568891, 0.880947260781843, 0.852202744098934, 0.218909173985895,
1.22305496551836, 1.30075841227452, 0.995918019674464, 1.33214099618361,
1.42613784296527, 0.290928921761672)), .Names = c("Samp...
2012 Oct 17
3
aggregate function not working?
...18L, 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, 111L,
222L, 595L, 888L, 222L, 189L, 210L, 1740L, 630L, 520L, 120L,
9673L, 160L, 648L, 280L, 378L, 240L, 40L, 444L, 407L, 210L, 185L,
180L, 148L, 110L, 486...
2011 Jul 01
2
Initiating in BNArray
..., 50L, 51L, 52L, 53L, 54L, 55L,
56L, 57L, 58L, 59L, 60L, 61L, 62L, 63L, 64L, 65L, 66L, 67L, 68L,
69L, 70L, 71L, 72L, 73L, 74L, 75L, 76L, 77L, 78L, 79L, 80L, 81L,
82L, 83L, 84L, 85L, 86L, 87L, 88L, 89L, 90L, 91L, 92L, 93L, 94L,
95L, 96L, 97L, 98L, 99L, 100L, 101L, 102L, 103L, 104L, 105L,
106L, 107L, 108L, 109L, 110L, 111L, 112L, 113L, 114L, 115L, 116L,
......
......
.....
V2 = structure(c(278L, 23L, 11L, 169L, 14L, 86L, 94L, 51L,
37L, 43L, 22L, 169L, 49L, 120L, 18L, 60L, 42L, 41L, 38L,
64L, 38L, 32L, 140L, 146L, 106L, 26L, 46L, 65L, 17L, 106L,
20L, 33L, 68L, 62L, 111L, 10L, 149L, 17L...
2010 Sep 04
3
[LLVMdev] Possible missed optimization?
On Sep 4, 2010, at 11:21 AM, Borja Ferrer wrote:
> I've noticed this pattern happening with other operators aswell, but used xor in this example. As i said before, i tried with different register allocation orders, but it will produce always the same result. GCC is emitting longer code, but since LLVM is so nearer to the optimal code sequence i wanted to reach it.
In LLVM, copies are
2011 May 16
2
File to MYSQL
...1051312", "2011051312", "2011051312", "2011051312", "2011051312"
)), .Names = c("Station_NO", "TMAX_2M", "TMIN_2M", "TD_2M", "PS",
"FF_10M", "DD_10M", "date2"), row.names = c(108L, 112L, 113L,
114L, 119L, 120L), class = "data.frame")
2) My script
outfile<- with(as.data.frame(Alldados),sprintf("INSERT INTO OBS
(date,TMAX_2M,TMIN_2M,TD_2M,PS,FF_10M,DD_10M,Station_NO) VALUES (%s, %s, %s,
%s,%s,%s,%s,%s)",date2,TMAX_2M,TMIN_2M,TD_2M,PS,Station_NO))
writ...
2008 Sep 26
2
Date Time conversion
...0L, 115L, 23L, 35L, 37L, 6L,
12L, 55L, 84L, 96L, 109L, 17L, 29L, 41L, 3L, 74L, 94L, 102L,
30L, 8L, 46L, 69L, 107L, 15L, 25L, 39L, 1L, 71L, 95L, 19L, 56L,
62L, 76L, 85L, 99L, 111L, 42L, 4L, 52L, 61L, 67L, 91L, 13L, 24L,
36L, 38L, 7L, 81L, 82L, 57L, 64L, 100L, 113L, 21L, 33L, 44L,
78L, 54L, 73L, 83L, 108L, 16L, 28L, 2L, 58L, 65L, 86L, 101L,
32L, 43L, 77L, 93L, 104L, 10L, 48L, 53L, 97L, 110L, 18L, 27L,
75L, 92L, 103L, 31L, 9L, 47L, 70L, 72L, 106L, 14L, 26L, 40L,
79L, 98L, 112L, 68L, 88L, 105L, 20L, 11L, 49L, 63L, 5L, 80L,
50L, 59L, 89L, 114L, 22L, 34L, 45L), .Label = c("1/14/08 12:26",
&quo...
2011 Jul 07
2
How do I overlay two trellis plots of lme fitted lines produced by plot.augPred?
...= c(1L, 3L, 4L,
5L, 6L, 7L, 8L, 9L, 10L, 11L, 25L, 26L, 27L, 28L, 29L, 30L, 31L,
32L, 44L, 45L, 46L, 47L, 48L, 49L, 50L, 51L, 52L, 53L, 77L, 78L,
79L, 80L, 81L, 82L, 83L, 84L, 85L, 86L, 87L, 88L, 89L, 90L, 91L,
92L, 93L, 94L, 95L, 96L, 97L, 98L, 99L, 100L, 101L, 102L, 103L,
104L, 105L, 106L, 107L, 108L, 109L), class = "data.frame")
library(nlme)
grpdat = groupedData(y ~ age | ptno,
data = tmpdat,
FUN = mean,
labels = list(x="Age", y="Y"))
fit.lme = lme(grpdat)
plot(augPred( fit.lme...
2013 Feb 27
2
matrix multiplication
...51L, 240L, 71L,?
392L, 2L, 151L, 332L, 83L, 350L, 87L, 361L, 330L, 279L, 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, 2...
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
2011 Jan 19
1
Using subset to filter data table
...L, 12L, 14L, 16L, 17L, 20L, 21L, 23L, 24L,
26L, 27L, 28L, 30L, 31L, 35L, 36L, 37L, 38L, 40L, 41L, 42L, 43L,
44L, 45L, 46L, 47L, 48L, 55L, 56L, 58L, 59L, 61L, 62L, 65L, 66L,
67L, 69L, 71L, 72L, 76L, 78L, 79L, 80L, 88L, 92L, 93L, 94L, 95L,
96L, 97L, 98L, 99L, 100L, 102L, 103L, 104L, 105L, 106L, 107L,
108L, 109L, 112L), class = "data.frame")
The data (in the "structure") is removed, but the labels for all LithClass
remain.
If I then produce a boxplot or some other graphic where LithClass is
involved, blank plots are produced for the deleted LithClass labels, which
is not what I w...
2009 Aug 07
1
ggplot2-ddply question
...2L, 53L, 54L, 55L, 56L, 57L, 58L, 60L, 61L,
68L, 79L, 90L, 93L, 94L, 95L, 96L, 97L, 98L, 69L, 70L, 71L, 72L,
73L, 74L, 75L, 76L, 77L, 78L, 80L, 81L, 82L, 83L, 84L, 85L, 86L,
87L, 88L, 89L, 91L, 92L, 99L, 110L, 121L, 123L, 124L, 125L, 126L,
127L, 128L, 100L, 101L, 102L, 103L, 104L, 105L, 106L, 107L, 108L,
109L, 111L, 112L, 113L, 114L, 115L, 116L, 117L, 118L, 119L, 120L,
122L, 2L, 13L, 24L, 27L, 28L, 29L, 30L, 31L, 32L, 3L, 4L, 5L,
6L, 7L, 8L, 9L, 10L, 11L, 12L, 14L, 15L, 16L, 17L, 18L, 19L,
20L, 21L, 22L, 23L, 25L, 26L, 33L, 34L, 35L, 36L), .Label = c("",
"10/1/2008", "10/1...
2016 Apr 22
1
Unique Ordering
...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, 112L, 114L, 113L, 109L, 110L, 111L, 106L, 108L, 107L,
105L, 103L, 104L, 102L, 100L, 101L, 99L, 97L, 98L, 94L, 96L,
95L, 93L, 91L, 92L, 90L, 88L, 89L, 85L, 86L, 87L, 84L, 82L, 83L,
81L, 79L, 80L, 76L, 77L, 78L, 75L, 73L, 74L, 72L, 70L, 71L, 69L,
67L, 68L, 66L, 64L, 65L, 61L, 62L, 63L, 60L, 58L, 59L, 55L, 56L,
57L, 54L, 52L, 53L, 51L, 49L, 50L, 4...
2013 Apr 11
1
Dotchart per groups
...1, 16, 1, 1, 1, 1, 1)), .Names = c("loc",
"f", "N", "color", "ordered", "pchloc"), row.names = c(98L, 99L,
71L, 100L, 70L, 51L, 68L, 83L, 34L, 35L, 82L, 50L, 42L, 46L,
63L, 62L, 43L, 6L, 44L, 87L, 5L, 31L, 61L, 79L, 55L, 36L, 67L,
2L, 32L, 108L, 47L, 66L, 86L, 88L, 122L, 11L, 16L, 94L, 95L,
115L, 123L, 24L, 80L, 78L, 111L, 103L, 3L, 22L, 23L, 10L, 107L,
97L, 75L, 96L, 106L, 102L, 118L, 7L, 110L, 30L, 59L, 76L, 114L,
74L, 104L, 1L, 64L, 73L, 54L, 58L, 19L, 69L, 92L, 14L, 119L,
18L, 127L, 41L, 15L, 8L, 49L, 91L, 65L, 120L, 113L, 93L, 17L,
1...