search for: keep_cols1

Displaying 1 result from an estimated 1 matches for "keep_cols1".

2012 Dec 14
1
format.pval () and printCoefmat ()
...the format.pval () and printCoefmat () on the data frame? I would appreciate receiving your help. Thanks, Pradip setwd ("F:/PR1/R_PR1") load (file = "sigtests_overall_withid.rdata") #format.pval(tt$p.value, eps=0.0001) # keep only selected columns from the above data frame keep_cols1 <- c("contrast_level1", "contrast_level2","mean_level1", "mean_level2", "rel_diff", "p_mean", "cohens_d") #subset the data frame y0410_1825_mf_alc <- subset (sigtests_overall_withid,...