what is the wrong in this command
Q; 2) Run a genome wide association analysis for the trait using Plink?
system("plink_mac/plink --linear --trait/pheno.txt --mpheno 1 --ci 0.95 --adjust --out results_2049669")
gwasresults <- read.table("results_2049669.assoc.linear", header=T)