thank you. I've tried it this way (and row.w=9: 9 as well):
Dataset4.MCA<-Dataset4[, c("papoprof", "pafor09", "spk_p", "mapoprof", "mafor09", "spk_m",
"uni_pub", "fachl3", "wcal", "stufe_pub_uh")]
res<-MCA(Dataset4.MCA, ncp=5, ind.sup=NULL, row.w="wcal", quali.sup=10: 10,
graph = FALSE)
But there is nothing changing. Also if I change something in the script and run it again, it doesn't include or delete variables. What am I doing wrong? It should be possible to change some things through the skript, right?