powered by
This function allows you to obtain the posterior edge values based on the APLSM
Predictaplsm(model, type)
object of class the APLSM
character indicating the types of model. It could be "DD", distance by distance model, "DV", distance by vector model, "VV", vector by vector model
list containing:
est.P.i (N x N) matrix containing the predicted probabilities of an edge
est.P.i
N
est.P.ia (N x M) matrix containing the predicted probabilities of an edge
est.P.ia
M
# NOT RUN { attach(french) b=aplsm(Niter=3,Y.i, Y.ia,D=2, type="DD") Predictaplsm(b,"DD") # }
Run the code above in your browser using DataLab