Displaying 1 result from an estimated 1 matches for "tha_vol".
2005 Jun 01
2
"mvr" function
...uot;mvr" function in the pls
Package of R. I am utilizing the R "pls Package" document dated 18 May 2005
as guidance. My data set consists of a 12 x 12 data frame created from
reading in a table of values. I have read the data in via the command:
volumes <- read.table("THA_vol.txt", header = TRUE)
and then created a data.frame called "vol". My response variable is in the
last column of the "vol" data frame and my dependent variables are in
columns 1 through 11.
To familiarize myself with this approach I have utilized the NIR data set
(inclu...