摘要:
rm(list=ls()) #清除R环境中的所有对象 setwd("C:\\Users\\Administrator\\Desktop\\新建文件夹") #设置工作目录 library(vegan) # 读取数据 df <- read.table("otu_table_R.txt", header 阅读全文
posted @ 2023-12-28 16:52
王哲MGG_AI
阅读(425)
评论(0)
推荐(0)
摘要:
PARTIAL LEAST SQUARES PATH MODELING (PLS-PM) MODEL SPECIFICATION 1 Number of Cases 40 2 Latent Variables 5 3 Manifest Variables 11 4 Scale of Data Sta 阅读全文
posted @ 2023-12-28 10:40
王哲MGG_AI
阅读(11377)
评论(3)
推荐(1)
摘要:
> dat_pls Partial Least Squares Path Modeling (PLS-PM) NAME DESCRIPTION 1 $outer_model outer model 2 $inner_model inner model 3 $path_coefs path coeff 阅读全文
posted @ 2023-12-28 09:52
王哲MGG_AI
阅读(1357)
评论(1)
推荐(1)