Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20140808/625c47e4/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090827/3f831802/attachment-0001.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130604/b95ea9e7/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121106/6f92df08/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121217/1380c914/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20140711/9e6b335f/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20131223/140705e1/attachment.pl>
You may have more luck with the triangle plot functions available in other R libraries. In addition to triangle.plot in ade4, you have other options (this may not be an exhaustive list): plot.acomp in compositions tri in cwhmisc...
I searched the manual for package biomed2 and found 6 references to "AIC". Perhaps that is your answer. David L. Carlson Department of Anthropology Texas A&M University -----Original Message----- From: R-sig-ecology [mailto:r-sig-ecology-bounces at...
?Lognormal ---------------------------------------------- David L Carlson Associate Professor of Anthropology Texas A&M University College Station, TX 77843-4352 > -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- > project.org] On Behalf Of Natalia Martins...
?axis ------------------------------------- David L Carlson Associate Professor of Anthropology Texas A&M University College Station, TX 77840-4352 -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Ahmed Attia...
Probably because you have defined all of the variables as supplemental. These will then be estimated from the other variables, but there are no other variables. ----------------------------------- David L Carlson Associate Professor of Anthropology Texas A&M University College Station, TX...
Use distance() in package ecodist to compute the mahalanobis distance matrix and pass that to hclust(). ---------------------------------------------- David L Carlson Associate Professor of Anthropology Texas A&M University College Station, TX 77843-4352 > -----Original Message----- > From: r-help-bounces at r...
You can certainly do it after scanning all the numbers in with b <- scan("F:\\stop.txt", what=integer()) b <- b[b!=21] ---------------------------------------------- David L Carlson Associate Professor of Anthropology Texas A&M University College Station, TX 77843-4352 > -----Original...
1. data.frame 2. yes Read the posting guide and work through a free tutorial or manual on R: http://cran.r-project.org/other-docs.html David C -----Original Message----- From: r-help-bounces at r-project.org [mailto...
For the normal inverse Gaussian: Package 'GeneralizedHyperbolic' For the generalized inverse Gaussian: Package 'GeneralizedHyperbolic' ---------------------------------------------- David L Carlson Associate Professor of Anthropology Texas A&M University College Station, TX 77843-4352 > -----Original Message----- > From: r-help-bounces at r-project.org...
?biplot set.seed(42) pcout <- princomp(matrix(rnorm(1000), 100, 10)) biplot(pcout) biplot(pcout, xlabs=rep(".", dim(pcout$scores)[1])) # small symbol biplot(pcout, xlabs=rep("", dim(pcout$scores)[1])) # no symbol ---------------------------------------------- David L Carlson Associate Professor of Anthropology...
Go to Settings | Filters in Gmail and set filters to delete the r-help messages you don't want or move them to a folder for review. R-help messages are not tagged so you cannot restrict them before they...
Try the help files: ?factor ---------------------------------------- David L Carlson Department of Anthropology Texas A&M University College Station, TX 77843-4352 -----Original Message----- From: R-help <r-help-bounces at r-project.org> On Behalf Of Saif Tauheed Sent: Monday, April...
Have you read the manual page for prcomp()? ?prcomp Look at the examples, particularly the use of the scale.= argument. ------------------------------------- David L Carlson Department of Anthropology Texas A&M University College Station, TX 77840-4352 -----Original Message----- From: R-help...
Can't find what you're looking for? Try searching with Google .