Displaying 16 results from an estimated 16 matches for "611l".
Did you mean:
611
2017 Oct 06
2
Using response variable in interaction as explanatory variable in glm crashes R
...with R-devel;
same result.
tab <- structure(list(dob_day = c(FALSE, FALSE, FALSE, FALSE, TRUE,
TRUE, TRUE, TRUE), dob_mon = c(FALSE, FALSE, TRUE, TRUE, FALSE,
FALSE, TRUE, TRUE), dob_year = c(FALSE, TRUE, FALSE, TRUE, FALSE,
TRUE, FALSE, TRUE), n = c(1489634L, 17491L, 134985L, 1639L, 47892L,
611L, 4365L, 750L), pred1 = c(1488301, 18187, 135605, 1657, 48547,
593, 4423, 54)), .Names = c("dob_day", "dob_mon", "dob_year",
"n", "pred1"), row.names = c(NA, -8L), class = "data.frame")
m <- glm(dob_mon ~ dob_day*dob_mon, data = tab, fa...
2017 Oct 06
0
Using response variable in interaction as explanatory variable in glm crashes R
...>
> tab <- structure(list(dob_day = c(FALSE, FALSE, FALSE, FALSE, TRUE,
> TRUE, TRUE, TRUE), dob_mon = c(FALSE, FALSE, TRUE, TRUE, FALSE,
> FALSE, TRUE, TRUE), dob_year = c(FALSE, TRUE, FALSE, TRUE, FALSE,
> TRUE, FALSE, TRUE), n = c(1489634L, 17491L, 134985L, 1639L, 47892L,
> 611L, 4365L, 750L), pred1 = c(1488301, 18187, 135605, 1657, 48547,
> 593, 4423, 54)), .Names = c("dob_day", "dob_mon", "dob_year",
> "n", "pred1"), row.names = c(NA, -8L), class = "data.frame")
>
> m <- glm(dob_mon ~ dob_day*dob_...
2018 May 23
0
Plot qualitative y axis
...", "VII",
"VIII", "IX", "X", "XI", "XII", "XIII", "XIV"), M = c(10L, 124L,
321L, 777L, 896L, 1706L, 635L, 1437L, 693L, 1343L, 1221L, 25L,
3L, 7L), W = c(106L, 484L, 874L, 1140L, 996L, 1250L, 433L, 654L,
333L, 624L, 611L, 15L, NA, 8L)), .Names = c("N", "M", "W"), class = "data.frame", row.names = c(NA,
-14L))
dat2? <- melt(dat1)
ggplot(dat2, aes(N, value, colour = variable, group = variable)) +
????? geom_point() + geom_line()
============================================...
2012 Jul 21
2
changing cex pointwise in lattice
..., 4, 4, 2, 6, 4, 7, 4, 3, 1, 10, 5, 4, 40, 4, 2, 14, 3, 5, 1, 7, 4, 4, 2, 6, 4, 2, 3, 9, 1, 13, 6, 22, 8)), .Names = c("y", "x", "group", "z"), class = "data.frame", row.names = c(35L, 83L, 131L, 179L, 227L, 275L, 323L, 371L, 419L, 467L, 515L, 563L, 611L, 659L, 707L, 755L, 803L, 851L, 899L, 947L, 995L, 1043L, 1091L, 1139L, 1187L, 1235L, 1283L, 1331L, 1379L, 1427L, 1475L, 1523L, 1571L, 1619L, 1667L, 1715L, 1763L, 1811L, 1859L, 1907L, 1955L, 2003L, 2051L, 2099L, 2147L, 2195L, 2243L, 2291L, 2339L, 2387L, 2435L, 2483L, 2531L, 2579L, 2627L, 2675L, 2723L...
2018 May 22
2
Plot qualitative y axis
Many thanks,
My goal is to make a plott like attached but the Y axis starts in XIV and
end at top in I. Generally for instance in excel X axis is categories but
Y axis is numbers I want the contrary plotted in lines, your last help is
near what I look but barplot is not needed.
Hope you can help me thanks in advance.
2018-05-22 0:58 GMT+02:00 Jim Lemon <drjimlemon at gmail.com>:
> Hi
2018 May 21
0
Plot qualitative y axis
See ?barplot and set the horiz argument to TRUE.
(This is in the base R plotting version. The ggplot2 and lattice systems
have other ways of doing this)
Note: if you search on e.g. "barplots in R" or similar, you should find
numerous examples with code.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into
2018 May 21
2
Plot qualitative y axis
Hi all,
I?m trying to plot this data
N M W
I 10 106
II 124 484
III 321 874
IV 777 1140
V 896 996
VI 1706 1250
VII 635 433
VIII 1437 654
IX 693 333
X 1343 624
XI 1221 611
XII 25 15
XIII 3
XIV 7 8
So that in de Y axis will be the level (qualitative data) and in the X axis
will be M and W variables. So x axis will be wwith a lenght between 0 and
2000.
I would like to plot a line with M and other
2017 Oct 09
1
Using response variable in interaction as explanatory variable in glm crashes R
...ist(dob_day = c(FALSE, FALSE, FALSE,
>> FALSE, TRUE, TRUE, TRUE, TRUE), dob_mon = c(FALSE, FALSE,
>> TRUE, TRUE, FALSE, FALSE, TRUE, TRUE), dob_year =
>> c(FALSE, TRUE, FALSE, TRUE, FALSE, TRUE, FALSE, TRUE), n
>> = c(1489634L, 17491L, 134985L, 1639L, 47892L, 611L,
>> 4365L, 750L), pred1 = c(1488301, 18187, 135605, 1657,
>> 48547, 593, 4423, 54)), .Names = c("dob_day", "dob_mon",
>> "dob_year", "n", "pred1"), row.names = c(NA, -8L), class
>> = "data.frame")...
2013 Jan 29
1
starting values in glm(..., family = binomial(link = log))
...245L, 269L, 272L, 280L, 303L, 314L, 315L, 326L, 338L, 344L, 345L,
352L, 365L, 366L, 377L, 393L, 401L, 404L, 409L, 439L, 469L, 505L,
510L, 544L, 552L, 559L, 561L, 586L, 597L, 598L, 601L, 607L, 611L,
630L, 650L, 663L, 672L, 673L, 689L, 690L, 719L, 747L, 794L, 809L,
818L, 819L, 840L, 869L, 878L, 886L, 905L, 913L, 915L, 924L, 937L,
955L, 963L, 970L, 978L...
2017 Dec 06
2
Odd dates generated in Forecasts
...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, 216L, 230L,
244L, 258L, 272L, 286L, 300L, 314L, 328L, 342L, 356L, 370L, 384L,
398L, 412L, 426L, 440L, 454L, 468L, 482L, 496L, 510L, 524L, 538L,
552L, 566L, 580L, 594L,...
2017 Dec 06
0
Odd dates generated in Forecasts
...70L, 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, 216L, 230L,
> 244L, 258L, 272L, 286L, 300L, 314L, 328L, 342L, 356L, 370L, 384L,
> 398L, 412L, 426L, 440L, 454L, 468L, 482L, 496L, 510L, 524L, 538L,
>...
2017 Dec 06
1
Odd dates generated in Forecasts
...L, 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, 216L, 230L,
> > 244L, 258L, 272L, 286L, 300L, 314L, 328L, 342L, 356L, 370L, 384L,
> > 398L, 412L, 426L, 440L, 454L, 468L, 482L, 496L, 51...
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
...L, 1884L, 2016L, 2148L, 2280L, 2412L, 2544L, 2676L, 2808L,
2940L, 3072L, 3204L, 3336L, 3468L, 3600L, 3723L, 3844L, 47L,
179L, 311L, 443L, 575L, 707L, 839L, 971L, 1103L, 1235L, 1367L,
1499L, 1631L, 1763L, 1895L, 2027L, 2159L, 2291L, 2423L, 2555L,
2687L, 2819L, 2951L, 3083L, 3215L, 3347L, 3479L, 3611L, 3734L,
3855L, 3965L, 58L, 190L, 322L, 454L, 586L, 718L, 850L, 982L,
1114L, 1246L, 1378L, 1510L, 1642L, 1774L, 1906L, 2038L, 2170L,
2302L, 2434L, 2566L, 2698L, 2830L, 2962L, 3094L, 3226L, 3358L,
3490L, 3622L, 3745L, 3866L, 69L, 201L, 333L, 465L, 597L, 729L,
861L, 993L, 1125L, 1257L, 1389L, 152...
2010 Apr 20
5
Assigning Week Numbers
...605L, 1341L, 54L,
790L, 238L, 974L, 422L, 1158L, 606L, 1342L, 55L, 791L, 239L,
975L, 423L, 1159L, 607L, 1343L, 56L, 792L, 240L, 976L, 424L,
1160L, 608L, 1344L, 57L, 793L, 241L, 977L, 425L, 1161L, 609L,
1345L, 58L, 794L, 242L, 978L, 426L, 1162L, 610L, 1346L, 59L,
795L, 243L, 979L, 427L, 1163L, 611L, 1347L, 60L, 796L, 244L,
980L, 428L, 1164L, 612L, 1348L, 61L, 797L, 245L, 981L, 429L,
1165L, 613L, 1349L, 62L, 798L, 246L, 982L, 430L, 1166L, 614L,
1350L, 63L, 799L, 247L, 983L, 431L, 1167L, 615L, 1351L, 64L,
800L, 248L, 984L, 432L, 1168L, 616L, 1352L, 65L, 801L, 249L,
985L, 433L, 1169L, 617L,...
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