powered by
uskewFA(x, G, q, init=1, max.it=100)
data("banknote") x=banknote[,c(5,6)] # We let max.it=3 for a speedy illustration. # More iterations are needed to ensure # convergence. results=uskewFA(x,G=2,q=1,max.it=3) results
Run the code above in your browser using DataLab