Displaying 4 results from an estimated 4 matches for "nfemale".
Did you mean:
female
2010 Oct 29
3
How to scan df from a specific word?
Hi R-helpers,
I need to read some file with different lines (I don't know the number of
lines to skip) and I would like to find a way to start reading the
data.frame from the word "source".
ex:
djhsafk
asdfhkjash
shdfjkash
asfhjkash #those lines contain numbers and words, I want to skip
then but they have different sizes
asdfhjkash
asdfhjksa
source
tret 2
res 3
Can
2011 Jun 21
2
par code help
I am making a barplot using barplot2 from gplots where each bar
represents a specific tree species. I have formatted the species names
on the x-axis so that the genus name is above the species name and
have then rotated the labels 45 degrees to save room. This is my code:
>columncolor<-c("grey20", "grey20", "grey20", "grey70",
2023 Oct 24
1
by function does not separate output from function with mulliple parts
...#########################
# Define function to be run#
############################
DoReg <- function(x){
fit0<-lm(as.numeric(HipFlex) ~ jSex,data=x)
print(summary(fit0))
cat("\nMale\n")
print(contrast(fit0,
list(jSex="Male")))
cat("\nFemale\n")
print(contrast(fit0,
list(jSex="Female")))
cat("\nDifference\n")
print(contrast(fit0,
a=list(jSex="Male"),
b=list(jSex="Female")))
}
################################
# END Define function...
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
...nt Comp/SE % C
Residual 8383 8367
at(type,1).Nfam 62 62 10.1131 10.1131 1.81 0 P
at(type,2).Nfam 62 62 28.1153 28.1153 2.16 0 P
rep.iblk 768 768 63.2919 63.2919 10.94 0 P
at(type,1).Nfemale 44 44 29.9049 29.9049 2.93 0 P
at(type,1).Nclone 2689 2689 109.560 109.560 12.66 0 P
at(type,2).Nfemale 44 44 14.0305 14.0305 1.68 0 P
Variance 0 0 479.040 479.040 36.23 0 P
Varian...