2022年2月25日

lm() 拟合线性模型linear module

摘要: lm() 拟合线性模型linear module ,用来进行回归、single stratum方差分析,协方差分析 lm(formula,data,subset,weights,na.action,【other args】) lm(y ~ x,data) 这样是最常见设置的参数 如lm(formul 阅读全文

posted @ 2022-02-25 13:00 BioinformaticsMaster 阅读(925) 评论(0) 推荐(0) 编辑

导航