Displaying 1 result from an estimated 1 matches for "dataacc".
2008 Jun 04
1
data frame titles
I'm new to R so please forgive the newbie question; but i can't seem to
find a definitive answer to this.
I am wanting to do a PLS regression on some data. Which takes a formula
of the type
"responseACC ~ dataACC"
where dataACC is multivariate in nature and responseACC is a single value.
I have imported my data from a csv file into a dataframe called for
arguments sake df.
This file has no headers in it so I get column names X1.....X83
I then create a new data frame which says
data.frame(dataACC =...