NEWS


nadiv 2.18.0 (2024-05-23)

NEW

Major changes

Small changes

nadiv 2.17.2 (2022-12-07)

NEW

Small changes

nadiv 2.17.1 (2021-04-06)

Small changes

nadiv 2.17.0 (2021-01-14)

NEW

Small changes

nadiv 2.16.2.0 (2019-10-20)

NEW

nadiv 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)

nadiv 2.16.0.1

NEW

Small changes

nadiv 2.16.0

NEW

Small changes

nadiv 2.15.0

NEW

Small changes

nadiv 2.14.3 (2016-04-19)

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

nadiv 2.14.2 (2016-02-05)

New

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

Small changes

nadiv 2.14.1 (2015-07-22)

nadiv 2.14.0 (2015-07-03)

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

nadiv 2.13.3 (2015-06-03)

New

Small changes

nadiv 2.13.2 (2014-06-20)

Small changes

nadiv 2.13 (2014-06-16)

New

Small changes

nadiv 2.9 (2012-03-28)

nadiv 2.8 (2012-02-07)