Thank you for creating this package, I've found it invaluable in selecting the most suitable estimators for use on different species, and analysing individual relatedness values.
I'd now like to analyse and compare the relatedness within groups and have been trying to run through this section of the tutorial, however the grouprel function isn't recognised by my system..
The code I am using is:
grouprel(genotypes = reldata$gdata, estimatorname = "wang", usedgroups = "all", iterations = 100)
and I received the following output
Error in grouprel(genotypes = reldata$gdata, estimatorname = "wang", usedgroups = "all", : could not find function "grouprel"
I am using RStudio V2023.03.0+386, R V4.2.3 and the most recent download of your package on MacOS. Any advice you can offer would be greatly appreciated!
Hi Tim,
Thank you for creating this package, I've found it invaluable in selecting the most suitable estimators for use on different species, and analysing individual relatedness values.
I'd now like to analyse and compare the relatedness within groups and have been trying to run through this section of the tutorial, however the
grouprel
function isn't recognised by my system..The code I am using is:
grouprel(genotypes = reldata$gdata, estimatorname = "wang", usedgroups = "all", iterations = 100)
and I received the following outputError in grouprel(genotypes = reldata$gdata, estimatorname = "wang", usedgroups = "all", : could not find function "grouprel"
I am using RStudio V2023.03.0+386, R V4.2.3 and the most recent download of your package on MacOS. Any advice you can offer would be greatly appreciated!
Thank you.