Displaying 1 result from an estimated 1 matches for "gkin".
Did you mean:
akin
2010 Aug 05
1
an issue about missing data
Hi,
I am using a function 'polygenic' in the package called 'GenABEL'.
--------------------------------------------------------------------------------
> h2.gs <- polygenic(b.dbp~age+age2+age3+sex+b.bmi, kin=gs.gkin, data=gs)
-------------------------------------------------------------------------------
## and I got the following error message:
Error in svd(X): infinite or missing values in 'x'.
I know this may be due to some missing data issue, but I just don't know how
to solve this problem.
a...