我不断收到此错误:数组 (x, c(length(x), 1L) 中的错误,如果 (!is.null(names(x))) list (names (x), 'data' must be of一个向量类型,是'NULL':
library(icarus)
Demo$poids2 <- calibration (data=Demo$poids2, margin Matrix=margins, colWeights="poids",method="raking",calib Tolerance =0 .0000001,maxIter=500,popTotal = nrow(Demo$poids2))
我想要一个新的data.frame,其中包含边距值。