update: 2023/04/04
-bug fix in plot()
update: 2023/03/15
- Documentation updates
- Internal functions (not visible to users)
update: 2022/12/08
plot.nethist()
- You can display the estimated probabilities in
p_mat
ofnethist
objects by settingprob=TRUE
. Useprob.col
andprob.cex
to set the color and size of text, respectively.
- You can display the estimated probabilities in
nethist()
- Check the convergence criterion every 5 iterations from the fifth iteration (5,10,15,...) instead of every 5 iterations from the first iteration (1,6,11,...).
- minor speed improvement.
update: 2022/11/26
- Initialization step of
nethist()
is faster than earlier by computing hamming distance from the (simple) adjacency matrix instead of Manhattan distance.
update: 2022/11/19
- Computation speed of
nethist()
andviolin_netsummary()
are improved.
nethist()
: computation of the diagonal part o in greedy search Rcpp routine is fixed.nethist()
: computation of log-likelihood when there is a smaller size of group is fixed, in greedy search Rcpp routine.
update: 2022/11/08
- Documentations update: provide extra about default values of arguments, rewrite examples.
- Resolving default value issue of R in
violin_netsummary()
.
update: 2022/11/04
- Initial release of
nethist
R package (development)