search for: indivud

Displaying 3 results from an estimated 3 matches for "indivud".

Did you mean: individ
2008 Feb 06
2
kinship package: drawing pedigree error
Hi Im using the kinship package to draw a pedigree. On my data set this works fine but when i add indivudals to the pedigree i keep getting an error i hope someone can help me! This is the code im using: Data<-read.table("Tree.txt", header=T, sep=",") attach(Data) ped<-pedigree(id, dadid, momid, sex, aff) par(xpd=T) plot.pedigree(ped) This is my data looks like without the...
2006 Sep 11
3
cant Install...?
....so.3 is needed by scalix-server-10.0.1.3-1.fc4.i386 libstdc++.so.6(GLIBCXX_3.4.4) is needed by scalix-server-10.0.1.3-1.fc4.i386 Suggested resolutions: /home/buildcentos/CENTOS/en/4.0/i386/CentOS/RPMS/compat-libstdc++-296-2.96-132.7.2.i386.rpm and when i am tring to install indivudally all the lib... packages saying conflicting with lower version ,some time giving file /usr/lib/libdes425.so.3.0 from install of krb5-libs-1.3.4-7 conflicts with file from package krb5-libs-1.3.4-33 ANd this error [root at test dep]# rpm -i glibc-common-2.4-8.i386.rpm error: glibc-common-2.4...
2006 Jun 12
1
Variable scope in Controller (Actions).
..., i''m not sure how to do this. The problem what i''m facing is lets say when the user clicks the left side menu, the action "show" is been called were i read the properties file and puts them in a hash of key/value paris and name the hash as @env. Now when i click the indivudal link, and if i query the above @env i''m getting nul, this value is not persisted, i.e i think i''m not stroring the @env in the "show" method in a proper way using class/instance/global variable such that from any of the actions in that page if i access this value i...