NEWS.md

2.17.2

DEPRECATED

NEW

Small changes

2.17.1

Small changes

2.17.0 Released to CRAN 14 January 2021

NEW

Small changes

2.16.2.0 Released to CRAN 20 October 2019

NEW

2.16.1.0

NEW

ggPed <- Q1988[-c(3:7), c("id", "damGG", "sireGG")]
AinvOut <- makeGGAinv(ggPed, ggroups = 2)$Ainv  #<-- list with 2 Ainv matrices
makeTinv(Mrode2)
makeDiiF(Mrode2)

2.16.0.1

NEW

Small changes

2.16.0 Released to CRAN 5 May 2018

NEW

Small changes

2.15.0

NEW

Small changes

2.14.3 Released 20 April 2016

NEW

?makeAinv              # launches the help documentation
example(makeAinv)      # runs the examples in the help documentation
* Notably, fuzzy classification can be set to 'null', where each phantom parent is assigned to one genetic group with probability=1. This produces the same **Astar** matrix as regular genetic group methods (without fuzzy classification). See this demonstrated in the examples of the help documentation.
?makeAstarMult      # launches the help documentation
example(makeAstarMult)  # runs the examples in the help documentation
?F2009
?ggTutorial

Small changes

2.14.2 Released 5 Feb 2016

New

?ggcontrib      # launches the help documentation
example(ggcontrib)  # runs the examples in the help documentation

Small changes

2.14.1 Released 22 July 2015

2.14.0 Released 3 July 2015

New

?makeAinv              # launches the help documentation
example("makeAinv")    # runs the examples in the help documentation
nPed <- numPed(Mrode2)
is.numPed(nPed) # TRUE
# re-order using typical R functions
nPed_sub <- nPed[order(nPed[, 2], nPed[, 3]), ]
  is.numPed(nPed_sub) # FALSE; see help via ?'[' about dropping attributes
  class(nPed_sub) # matrix
nPed_subnadiv <- ronPed(nPed, order(nPed[, 2], nPed[, 3]))
  is.numPed(nPed_subnadiv) # TRUE
  class(nPed_subnadiv) # numPed
?Q1988
?Mrode3

Small changes

makeS(FG90)

won't work! Must now type:

makeS(FG90, heterogametic = "0")

as a minimum

2.13.3 Released 4 June 2015

New

Small changes

2.13.2 Released 20 June 2014

Small changes

2.13 Released 16 June 2014

New

Small changes

2.9

2.8



matthewwolak/nadiv documentation built on July 7, 2023, 1:24 p.m.