Hi Viorel,
If you have version 0.9-0, you can run the first part of the colext example and then do this:
fm <- colext(~x2, ~x2, ~x2, ~x2, umf)
nd <- data.frame(x2=c("A", "B"))
predict(fm, type="psi", newdata=nd)
predict(fm, type="col", newdata=nd)
predict(fm, type="ext", newdata=nd)
predict(fm, type="det", newdata=nd)
Does that help?
Richard