Displaying 16 results from an estimated 16 matches for "750l".
Did you mean:
750
2012 May 07
1
How can I brake a label in two lines when using expression()?
...and the y label is too long and needs to be in two rows, but when I brake it there is a huge gap between the last text string and the expression, and I can't get rid of it. Any ideas?
Data:
structure(list(Temp = c(8L, 8L, 8L, 8L, 8L, 8L, 12L, 12L, 12L,
12L, 12L, 12L), CO2 = c(380L, 380L, 380L, 750L, 750L, 750L, 380L,
380L, 380L, 750L, 750L, 750L), Treat = structure(c(3L, 3L, 3L,
4L, 4L, 4L, 1L, 1L, 1L, 2L, 2L, 2L), .Label = c("12-380", "12-750",
"8-380", "8-750"), class = "factor"), Week = c(1L, 3L, 8L, 1L,
3L, 8L, 1L, 3L, 8L, 1L, 3L, 8L), Mea...
2012 May 03
1
braking a label in two lines when using expression()
...and the y label is too long and needs to be in two rows, but when I brake it there is a huge gap between the last text string and the expression, and I can't get rid of it. Any ideas?
Data:
structure(list(Temp = c(8L, 8L, 8L, 8L, 8L, 8L, 12L, 12L, 12L,
12L, 12L, 12L), CO2 = c(380L, 380L, 380L, 750L, 750L, 750L, 380L,
380L, 380L, 750L, 750L, 750L), Treat = structure(c(3L, 3L, 3L,
4L, 4L, 4L, 1L, 1L, 1L, 2L, 2L, 2L), .Label = c("12-380", "12-750",
"8-380", "8-750"), class = "factor"), Week = c(1L, 3L, 8L, 1L,
3L, 8L, 1L, 3L, 8L, 1L, 3L, 8L), Mea...
2017 Oct 06
2
Using response variable in interaction as explanatory variable in glm crashes R
...;
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, family = binomi...
2017 Oct 06
0
Using response variable in interaction as explanatory variable in glm crashes R
...b <- 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 = t...
2008 Oct 09
1
YALAQ - Yet Another LApply Question
...system info:
###
###
# sample data
# dput(ban.nat.1994[sample(row.names(ban.nat.1994), 20),])
bn94 <- structure(list(oplt = c(18L, 50L, 11L, 16L, 54L, 35L, 45L, 40L,
15L, 50L, 38L, 45L, 53L, 15L, 1L, 54L, 33L, 13L, 30L, 21L), tree =
c(144L,
824L, 47L, 525L, 291L, 702L, 717L, 615L, 821L, 551L, 750L, 639L,
664L, 813L, 31L, 346L, 689L, 59L, 200L, 658L), bd1 = c(NA, NA,
3.6, 3.1, 4.72, 2.03, 2.88, 1.65, 5.39, 3.04, 2.75, 3.06, 2.81,
2.78, NA, 6.5, 4.62, 4.76, NA, 2.69), bd2 = c(NA, NA, 3.41, 3.06,
4.86, 2.09, 2.78, 1.8, 5.08, 3.26, 2.71, 3.1, 2.87, 2.73, NA,
6.6, 4.53, 4.97, NA, 2.81), bd =...
2011 Feb 17
0
Data frame sampling
..., 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3)), .Names = c("DOW", "SITE",
"TOD", "STRATA_NUM", "DATE", "DOW_NUM", "WEEK"), row.names = c(223L,
235L, 272L, 287L, 330L, 346L, 379L, 395L, 634L, 655L, 683L, 707L,
750L, 761L, 790L, 808L, 837L, 865L, 887L, 923L, 948L, 968L, 1001L,
1017L, 418L, 448L, 476L, 502L, 527L, 554L, 580L, 600L, 16L, 37L,
74L, 95L, 123L, 135L, 176L, 192L, 215L, 236L, 277L, 288L, 331L,
339L, 384L, 391L, 625L, 653L, 684L, 705L, 737L, 755L, 783L, 807L,
834L, 859L, 885L, 915L, 944L, 967L, 99...
2017 Oct 09
1
Using response variable in interaction as explanatory variable in glm crashes R
...SE, 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...
2011 Jul 27
2
Writing a summary file in R
Hello,
I have an input file:
http://r.789695.n4.nabble.com/file/n3700031/testOut.txt testOut.txt
where col 1 is chromosome, column2 is start of region, column 3 is end of
region, column 4 and 5 is base position, column 6 is total reads, column 7
is methylation data, and column 8 is the strand.
I would like a summary output file such as:
2018 May 16
0
Systemfit
...???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????"svemp_share"),
>class = "data.frame", row.names = c(NA, -750L
>???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????...
2018 May 15
2
Systemfit
...???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????"svemp_share"), class = "data.frame", row.names = c(NA, -750L
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????...
2008 Aug 01
0
multinomRob: Error in eigen [..] infinite or missing values in 'x'
...674L, 675L, 676L, 690L, 691L, 692L, 693L, 694L, 695L, 696L,
697L, 698L, 699L, 700L, 701L, 702L, 703L, 704L, 705L, 706L, 707L,
708L, 709L, 710L, 711L, 712L, 713L, 714L, 715L, 729L, 730L, 731L,
732L, 733L, 734L, 735L, 736L, 737L, 738L, 739L, 740L, 741L, 742L,
743L, 744L, 745L, 746L, 747L, 748L, 749L, 750L, 751L, 752L, 753L,
754L, 768L, 769L, 770L, 771L, 772L, 773L, 774L, 775L, 776L, 777L,
778L, 779L, 780L, 781L, 782L, 783L, 784L, 785L, 786L, 787L, 788L,
789L, 790L, 791L, 792L, 793L, 807L, 808L, 809L, 810L, 811L, 812L,
813L, 814L, 815L, 816L, 817L, 818L, 819L, 820L, 821L, 822L, 823L,
824L, 825L, 826L...
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
2012 Jul 10
2
estimation of NA by predict command
...6L, 23L, 155L, 287L, 419L,
551L, 683L, 815L, 947L, 1079L, 1211L, 1343L, 1475L, 1607L, 1739L,
1871L, 2003L, 2135L, 2267L, 2399L, 2531L, 2663L, 2795L, 2927L,
3059L, 3191L, 3323L, 3455L, 3587L, 3710L, 3831L, 3952L, 34L,
166L, 298L, 430L, 562L, 694L, 826L, 958L, 1090L, 1222L, 1354L,
1486L, 1618L, 1750L, 1882L, 2014L, 2146L, 2278L, 2410L, 2542L,
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,
3...
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
2010 Apr 20
5
Assigning Week Numbers
..., 744L, 192L, 928L, 376L, 1112L, 560L, 1296L,
9L, 745L, 193L, 929L, 377L, 1113L, 561L, 1297L, 10L, 746L, 194L,
930L, 378L, 1114L, 562L, 1298L, 11L, 747L, 195L, 931L, 379L,
1115L, 563L, 1299L, 12L, 748L, 196L, 932L, 380L, 1116L, 564L,
1300L, 13L, 749L, 197L, 933L, 381L, 1117L, 565L, 1301L, 14L,
750L, 198L, 934L, 382L, 1118L, 566L, 1302L, 15L, 751L, 199L,
935L, 383L, 1119L, 567L, 1303L, 16L, 752L, 200L, 936L, 384L,
1120L, 568L, 1304L, 17L, 753L, 201L, 937L, 385L, 1121L, 569L,
1305L, 18L, 754L, 202L, 938L, 386L, 1122L, 570L, 1306L, 19L,
755L, 203L, 939L, 387L, 1123L, 571L, 1307L, 20L, 756L,...
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