Displaying 2 results from an estimated 2 matches for "euklid".
Did you mean:
euclid
2002 Jan 06
0
Stay-on-Top-Flag / DynaGeo
Hi,
I'm using a german program for dynamical geometry named "Euklid DynaGeo" with
lot of succes.
There are two problems:
1. If I want to create a macro DynaGeo puts a little window in front
(Stay-on-Top-Flag) which has to be used to end the marking of the starting
points of the macro. Under Wine this "Stay-on-Top" window is put behind the
main...
2004 May 27
4
Sorting Data?
Hello,
Im reading through some manuals, but I cannot find my answer.
I have a file containing many data:
Vpn Code Family Age F1 F2 ... F17
1 1 M 46 1 2 ... 1
2 1 D 18 3 2 ... 4
3 2 M 50 3 3 ... 3
...
and so on.
Now I can read it by:
F = read.table("file", header=T)
but now I want to seperate the mothers (M) and daugthers (D) of the
family with all the data in all other fields.