Displaying 6 results from an estimated 6 matches for "legendpos".
Did you mean:
legendo
2011 May 17
1
help with PLSR Loadings
...... 65.01948....
55.98204.... 61.71673.... ...
..- attr(*, "dimnames")=List of 2
.. ..$ : chr "X" "X.1" "X.12" "X.13" ...
.. ..$ : NULL
Because of this I am not able to do a loadings plot
>plot(BHPLS1, "loadings", comps = 1:2, legendpos = "topleft", labels = "numbers",
>xlab = "nm")
Error in loadingplot.default(x, ...) :
Could not convert variable names to numbers.
What am I doing wrong
Thanks in advance
[[alternative HTML version deleted]]
2011 Jun 08
1
Help with plotting plsr loadings
Hi
I am attempting to do a loadings plot from a plsr object. I have managed to do
this using the gasoline data that comes with the pls package. However when I
conduct this on my dataset i get the following error message.
>plot(BHPLS1, "loadings", comps = 1:2, legendpos = "topleft", labels = "numbers",
>xlab = "nm")
Error in loadingplot.default(x, ...) :
Could not convert variable names to numbers.
str(BHPLS1_Loadings)
loadings [1:8892, 1:60] -0.00717 0.00414 0.02611 0.00468 -0.00676 ...
- attr(*, "dimnames")=Li...
2007 Oct 31
2
Shell Bash with R
...zTitle,
xSet, ySet, zSet,
vSet, wSet, vTitle, wTitle,
xAxisTicks=xAxisTicks,
yAxisTicks=yAxisTicks,
type="l",
colorMode=plotColorMode,
hideLegend=FALSE,
legendPos=c(1,1))
dev.off()
Thank you
Edwin
[[alternative HTML version deleted]]
2005 Oct 11
0
pls version 1.1-0
...ling of X.
- A new function stdize for explicit centering and/or scaling.
- Correlation loadings plot (corrplot).
- New argument `varnames' in coefplot, to label the x tick marks with the
variable names.
- loadingplot, coefplot and plot.mvrVal can now display legends, with the
argument 'legendpos'.
See CHANGES in the sources for all changes.
--
Bj??rn-Helge Mevik and Ron Wehrens
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages
2009 Jul 06
0
R won't recognize the order
...ating whether Holm?s p-value adjustment should
be used
(holm=TRUE) or not (holm=FALSE).
Value
A matrix of simultaneous p-values with NA on the diagonal.
library(SIN)
data(pubprod)
pvals <-
sinDAG(order=list(5,1,2,3,4,7,6),S=pubprod$corr,n=pubprod$n,holm=TRUE)
plotDAGpvalues(pvals, legend=TRUE, legendpos=NULL)
alpha <- 0.06
amat <- getgraph(pvals, alpha, type="DAG")
library(ggm)
drawGraph(amat)
I?m using sample data called pubprod from the SIN package, and I was
wondering: Shouldn?t the order specified show up when ?pvals? is typed in?
Further functions that depend on the orderin...
2005 Oct 11
0
pls version 1.1-0
...ling of X.
- A new function stdize for explicit centering and/or scaling.
- Correlation loadings plot (corrplot).
- New argument `varnames' in coefplot, to label the x tick marks with the
variable names.
- loadingplot, coefplot and plot.mvrVal can now display legends, with the
argument 'legendpos'.
See CHANGES in the sources for all changes.
--
Bj??rn-Helge Mevik and Ron Wehrens
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages