Displaying 3 results from an estimated 3 matches for "veerl".
Did you mean:
veel
2001 Feb 02
3
R problem
...n't put it into R!!!!
i tried : read.table("nameofmyfile.dat") but it doesn't work!!!!! my computer says:error in file(file, "r"): cannot open file "nameofmyfile"
I think i have to save my notepad file on another location....can u help me?????
thank u very much
veerle bury
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010202/7207213b/attachment.html
2008 Dec 24
0
command Polygenic gives error message concerning dimensions of data
...~ age + BMI, data1) : 265 observations deleted due to missingness 2: In
qtscore(Testo ~ age + BMI, data1) : Number of observations < 100, Lambda
estimate is unreliable. Results for only a few SNPs are returned.
Can you tell me what I'm missing?
Thank you in advance,
Kindest Regards,
Veerle Bogaert
Ghent University Hospital
Veerle Bogaert
Ghent University Hospital
Department of Endocrinology 6K12 I.E.
De Pintelaan 185
9000 Ghent
Belgium
Tel +32 9 332 34 13
Fax +32 9 332 38 86
2008 Jan 05
4
a sort question
...39;),
Speler.new(''Karel Carlsen'', ''M'', 8), Speler.new(''Mieke Mieters'',
''V'', 9, ''P''),
Speler.new(''John Johanses'', ''M'', 5, ''J''), Speler.new(''Veerle
Veldsen'', ''V'', 3)
and I need to sort them into a top three for every mail and female in
this list
the M is for mail the V for female.
I have a def gender? geslacht
@geslacht = geslacht
end
I know you could solve it like the example below however I would like to
do it w...