search for: explvar

Displaying 4 results from an estimated 4 matches for "explvar".

2010 Jun 26
1
package(pls) - extracting explained Y-variance
Dear R-help users, I'd like to use the R-package "pls" and want to extract the explained Y-variance to identify the important (PLS-) principal components in my model, related to the y-data. For explained X-variance there is a function: "explvar()". If I understand it right, the summary() function gives an overview, where the y-variance is shown, but I can't extract it for plotting. How can I do it, withou pencil and paper? Thank you very much for help, Christian
2011 May 17
1
help with PLSR Loadings
...-0.00059 -0.00734 -0.02969 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:94727] "PCIList1" "PCIList2" "PCIList3" "PCIList4" ... ..$ : chr [1:10] "Comp 1" "Comp 2" "Comp 3" "Comp 4" ... - attr(*, "explvar")= Named num [1:10] 14.57 6.62 7.59 5.91 3.26 ... ..- attr(*, "names")= chr [1:10] "Comp 1" "Comp 2" "Comp 3" "Comp 4" ... Here is the structure of teh data used to conduct plsr >str(PLSdata) 'data.frame': 40 obs. of 2 variab...
2011 Jun 08
1
Help with plotting plsr loadings
...14 0.02611 0.00468 -0.00676 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:8892] "PCIList1" "PCIList2" "PCIList3" "PCIList4" ... ..$ : chr [1:60] "Comp 1" "Comp 2" "Comp 3" "Comp 4" ... - attr(*, "explvar")= Named num [1:60] 2.67 4.14 4.41 3.55 2.59 ... ..- attr(*, "names")= chr [1:60] "Comp 1" "Comp 2" "Comp 3" "Comp 4" ... Can anyone see the problem?? [[alternative HTML version deleted]]
2011 May 17
1
Help with PLSR with jack knife
...-0.00059 -0.00734 -0.02969 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:94727] "PCIList1" "PCIList2" "PCIList3" "PCIList4" ... ..$ : chr [1:10] "Comp 1" "Comp 2" "Comp 3" "Comp 4" ... - attr(*, "explvar")= Named num [1:10] 14.57 6.62 7.59 5.91 3.26 ... ..- attr(*, "names")= chr [1:10] "Comp 1" "Comp 2" "Comp 3" "Comp 4" ... Many thanks in advance AK [[alternative HTML version deleted]]