Displaying 10 results from an estimated 10 matches for "obstetrician".
2008 Oct 24
7
combining data from different datasets
...mething like the following SQL:
SELECT r.alter, r.sex, i.country
FROM iso i, rawdata r
WHERE i.code = r.cctld
or even better:
alter sex country
1 NA M Andorra, Principality of
2 52 M <NA>
3 39 F Namibia
...
And idea (where I can read up on this)?
el
--
Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist (Saar)
el at lisse.NA el108-ARIN / * | Telephone: +264 81 124 6733 (cell)
PO Box 8421 \ / Please send DNS/NA-NiC related e-mail
Bachbrecht, Namibia ;____/ to dns-admin at na-nic.com.na
2020 Oct 20
2
write.csv covert Åland to <c5>land
On 2020/10/20 17:23, Dr Eberhard W Lisse wrote:
> ?file.write()
>
> look for fileEncoding?
>
> el
>
There is no file.write(). I have tried fileEncoding = "utf8" and
"latin1" in write.csv(). However, it does not have effect. The output is
is <U+00C5>land or <c5>land.
Best,
Jinsong
> On 20/10/2020 11:13, Jinsong Zhao wrote:
>> Hi
2020 Oct 20
0
write.csv covert Åland to <c5>land
...gt; There is no file.write(). I have tried fileEncoding = "utf8" and
> "latin1" in write.csv(). However, it does not have effect. The output
> is is <U+00C5>land or <c5>land.
>
> Best,
> Jinsong
[...]
--
Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist
el at lisse.NA / * | Telephone: +264 81 124 6733 (cell)
PO Box 8421 Bachbrecht \ / If this email is signed with GPG/PGP
10007, Namibia ;____/ Sect 20 of Act No. 4 of 2019 may apply
2008 Oct 05
3
"Update in Mac OS"
Dear R-ers,
I'm using R 2.7.1 Mac OS. What is the best way for update to 2.7.2 to
keep my previous libraries?
Fredrik
########################
Fredrik Lundgren
fredrik.bg.lundgren at gmail.com
Obs! Ny adress och mail
Engelbrektsgatan 31
582 21 Link?ping
013 - 47 30 117
0706 - 86 39 29
Sommarhus: Ljungn?s 158
380 30 Rockneby
0480 - 650 98
2008 Sep 03
2
(no subject)
...ay).
I obviously do not get records (dates) with count = 0, in other words
this is not a complete list of every day since 2008-01-01.
Now I want I plot this, with the sum on the Y axis and the months
on the X axis, preferably as a line drawing.
Any ideas?
el
--
Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist (Saar)
el at lisse.NA el108-ARIN / * | Telephone: +264 81 124 6733 (cell)
PO Box 8421 \ / Please send DNS/NA-NiC related e-mail
Bachbrecht, Namibia ;____/ to dns-admin at na-nic.com.na
2008 Oct 07
4
R and computer heat
Hi,
I noticed the temperature of my laptop rises sharply during execution of a
long R script that generates several hundred plots, all of them saved to
files. No screen output. Temps reached above 90 Celsius degrees in the box
and above 80 C deg in the processor. The machine turns on cooler at maximum
speed and exhaled air is really hot. Tried similar operations (batch
graphic and music
2020 Oct 15
1
Dplyr question
Hi All,
Trying to get familiar with dplyr so I have a basic question:
How to summarise sum(Values) per species, maintaining Code column (each species has a Code):
Species Values Code
1 Acanthocybium solandri 33 LC
2 Makaira nigricans 20 VU
3 Makaira nigricans 20 VU
4. Makaira nigricans
2020 Oct 20
0
write.csv covert Åland to <c5>land
...org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist
el at lisse.NA / * | Telephone: +264 81 124 6733 (cell)
PO Box 8421 Bachbrecht \ / If this email is signed with GPG/PGP
10007, Namibia ;____/ Sect 20 of Act No. 4 of 2019 may apply
2009 Jan 09
1
shake rattle() and roll
...Managing Member, |Ondis (cc)
accounts at ondis.co.NA / * | Telephone: +264 81 124 6733 (cell)
PO Box 98256 \ /Please do NOT send e-mail to el at lisse.NA
Windhoek Namibia ;____/ if it is in ANY way DNS/|Ondis related
--
Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist (Saar)
el at lisse.NA el108-ARIN / * | Telephone: +264 81 124 6733 (cell)
PO Box 8421 \ / Please send DNS/NA-NiC related e-mail
Bachbrecht, Namibia ;____/ to dns-admin at na-nic.com.na
2020 Oct 20
5
write.csv covert Åland to <c5>land
Hi there,
I tried to export the names of country to a csv file with write.csv().
In the resulted file, ?land was coverted to <c5>land. Is there any way
could prevent this happening? Thanks!
> abc
[1] "?land"
> write.table(abc, file = "")
"x"
"1" "<c5>land"
Best,
Jinsong