我正在尝试在逻辑回归模型上使用 bestglm,以拟合我的数据(100x25)矩阵的较小样本(最初为 250kx40)。我以批处理模式运行它。我希望将 bestglm 模型写入文件。
dput(test2,file="test2.txt",control=c("keepNA","keepInteger","showAttributes"))
t2<-dget(file="test2.txt")
Error in UseMethod("family") :
no applicable method for 'family' applied to an object of class "NULL"
关于如何解决这个问题的任何想法?