Displaying 10 results from an estimated 10 matches for "g13".
Did you mean:
13
2011 Jul 08
4
How to label specific points on a scatterplot
Command I am using for the plot:
plot(Raw[][Plate==101]~well[][Plate==101], xlab="Well", ylab="Raw",
main="Plate 101")
I only want to label points on the graph where well equals B13, G13, K14 and
N14 with the name of the well.
Thank you for your help.
--
View this message in context: http://r.789695.n4.nabble.com/How-to-label-specific-points-on-a-scatterplot-tp3654697p3654697.html
Sent from the R help mailing list archive at Nabble.com.
2011 Oct 30
1
Rpart
...t;-rpart(iv~.,data=gn,method="class",parms=list(split="information"))
#Error:
Error in `[.data.frame`(frame, predictors) : undefined columns selected
"gn" is a data.frame, so I don't understand where is my mistake.
If I read the data.frame from a txt file "g13.txt" previously saved,
instead creating the data.frame "gn" from the data frame with 1775
variables (columns), it works.
My question is: which properties must the data file have to use rpart doing
"iv ~ ." ?
Thank you very much,
My best regards
Lu?sa S?co
--------------...
2017 Jan 28
2
make check error (opus 1.1.4)
...vspw/karthikr/Development/BFamily/Broadcast/SDM845/Opus/opus-1.1.4/doc'
make[2]: Leaving directory `/prj/avspw/karthikr/Development/BFamily/Broadcast/SDM845/Opus/opus-1.1.4'
make[1]: Leaving directory `/prj/avspw/karthikr/Development/BFamily/Broadcast/SDM845/Opus/opus-1.1.4'
karthikr at g13-1-san-16:/prj/avspw/karthikr/Development/BFamily/Broadcast/SDM845/Opus/opus-1.1.4> make check
make check-recursive
make[1]: Entering directory `/prj/avspw/karthikr/Development/BFamily/Broadcast/SDM845/Opus/opus-1.1.4'
make[2]: Entering directory `/prj/avspw/karthikr/Development/BFamily/Broa...
2008 Sep 09
1
creating table of averages
...;
"e32" "e33"
[49] "f11" "f12" "f13" "f14"
"f21" "f22"
[55] "f23" "f24" "g11" "g12"
"g13" "g14"
[61] "g21" "g22" "g23" "g24"
"g31" "g32"
[67] "g33" "g41" "g42" "g43"
"h11"...
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains
alphanumeric data. Specifically,"ID" contains integers all preceeded
by the character "g" as in:
g1, g6, g3, g19, g100, g2, g39
I am using the following code:
DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),]
and was hoping it would sort the dataframe by ID in the following manner
g1, g2, g3, g6, g19,
2010 Jul 15
1
Error using the mi package
...d8e* d8f* d8g* d8h* d8i* d9a* d9b* d9c* d9d*
d9e* d10a* d10b* d10c* d10d* d10e* d10f* d11* d13* d14* e1*
e2* e3* e5* e6* f2* f3a* f3b* f3c* f3d* f3e* f4* f6* f7*
f8* f9* f12* f14* f15* f16* f20* f21* f22* f23* f25* g2*
g3* g6* g8* g9* g12* g13* g15* g17* g18* g22* g25* g26*
g27* g28* g31* g34* g43* g55* g58* g59* g60* g61* g63*
g65* g68a* g68b* g69* g70* g71* g91* g92* g93* g94* g95*
Error in AveVar[s, i, ] <- c(avevar.mean, avevar.sd) :
number of items to replace is not a multiple of replacement len...
2024 Mar 12
0
[Announce] GnuPG 2.4.5 released
...E in restricted mode. [rGadf4db6e20]
* dirmngr: Trust system's root CAs for checking CRL issuers.
[T6963]
* dirmngr: Fix regression in 2.4.4 in fetching keys via hkps.
[T6997]
* gpg-wks-client: Make option --mirror work properly w/o specifying
domains. [rG37cc255e49]
* g13,gpg-wks-client: Allow command style options as in "g13 mount
foo". [rGa09157ccb2]
* Allow tilde expansion for the foo-program options. [T7017]
* Make the getswdb.sh tool usable outside the GnuPG tree.
Release-info: https://dev.gnupg.org/T6960
Getting the Software
========...
2017 Feb 08
0
make check error (opus 1.1.4)
...t/SDM845/Opus/opus-1.1.4/doc'
>
> make[2]: Leaving directory `/prj/avspw/karthikr/
> Development/BFamily/Broadcast/SDM845/Opus/opus-1.1.4'
>
> make[1]: Leaving directory `/prj/avspw/karthikr/
> Development/BFamily/Broadcast/SDM845/Opus/opus-1.1.4'
>
> karthikr at g13-1-san-16:/prj/avspw/karthikr/Development/
> BFamily/Broadcast/SDM845/Opus/opus-1.1.4> make check
>
> make check-recursive
>
> make[1]: Entering directory `/prj/avspw/karthikr/
> Development/BFamily/Broadcast/SDM845/Opus/opus-1.1.4'
>
> make[2]: Entering directory `/p...
2003 Apr 18
1
Help with nlme--freq weights, logit model, and more
...low you will find the output from a failed multi-level model run. I am
trying to estimate the following model:
Pr(PLFP=1)= logistic regression ->
B1_j * bm + B2_j * wm + B3_j bf + B4_j wf + B5 yrsed+ B6 age+ B7 age^2+e_ij
B1_j = G01 + G11 bmxd + d1
B2_j = G02 + G12 wmxd + d2
B3_j = G03 + G13 bfxd + d3
B4_j = G04 + G14 wfxd + d4
d1-d4 freely correlated
Note that there is no intercept, so the B1-B4 are race/sex specific
intercepts (bm=black male, wm=white male, bf=black female, wf=white
female).
This model allows the xd variables to influence the means within the
geographic locations...
2006 Mar 15
0
Samba + Cups -> PPD Options problem - 1 attachment
...]/3T]
M/3T]/3T]/3T]/3T]/3T]/3U0<FEN="!3971T:6YG(&]P=&EO;G,]/3T]/3T]
M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]
M/3T]#0H-"BI/<&5N54D@*D-87T,R1%]-961I851Y<&4O365D:6$@5'EP93H@
M4&EC:T]N90T**D]R9&5R1&5P96YD96YC>3H@,C`@1&]C=6UE;G13971U<"`J
M0UA?0S)$7TUE9&EA5'EP90T**D1E9F%U;'1#6%]#,D1?365D:6%4>7!E.B!$
M9694>7!E#0HJ0UA?0S)$7TUE9&EA5'EP92!$9694>7!E+U!R:6YT97(G<R!$
M969A=6QT.B`B)5-#25!01#H@1$9%($UE9&EA5'EP92!0<FEN=&5R)W,B#0HJ
M0UA?0S)$7TUE9&EA5'EP92!5<V50<FEN=&a...