search for: tvalue2

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

Did you mean: value2
2012 Aug 27
2
Assigning colors on low p-values in table
...ave combined as a matrix and thereafter plotted as a matrix. Therefore this problem could also be solved if the values that are larger than 0.05 in the vector ?adf.pvalue? are saved as colored values. After the values are stored in the vectors, adf.tvalue, adf.pvalue, adf.tvalue1, adf.pvalue1, adf.tvalue2 and adf.pvalue2, the code looks like this: >output<-matrix(c(col.names,adf.tvalue,adf.pvalue,adf.tvalue1,adf.pvalue1,adf.tvalue2,adf.pvalue2),ncol=7) >colnames(output)<-c("Assets","ADF-Level","P-Value","ADF-First D","P-Value","ADF...