search for: heplot

Displaying 20 results from an estimated 35 matches for "heplot".

Did you mean: heplots
2008 Nov 17
1
CITATION file with multiple citEntry(): no BibTeX produced by citation()
[Using R 2.8.0 / Win XP / ] I just added a CITATION file to the heplots package--- appended below. From the document ion for ?CITATION, there can be *one or more* calls to citEntry() within the CITATION file, and each should produce an object of class "citation". With just a single citEntry(), citation produces the expected output, with BibTeX entry: &gt...
2010 Jul 29
0
[R-pkgs] heplots 0.9-3 and candisc 0.5-18 released to CRAN
I've just released the latest R-Forge versions of heplots 0.9-3 and candisc 0.5-18 to CRAN. They should appear there within a day or two. == heplots The heplots package provides functions for visualizing hypothesis tests in multivariate linear models (MANOVA, multivariate multiple regression, MANCOVA, etc.). They represent sums-of-squares-and-products...
2008 Oct 29
2
sessionInfo() error
[Using R 2.7.2 on Windows XP] After re-building our heplots package, I've begun to get the following error from sessionInfo(), even though it passes R CMD check and builds without errors: > sessionInfo() Error in x$Priority : $ operator is invalid for atomic vectors In addition: Warning message: In FUN(c("MASS", "heplots", &qu...
2012 May 10
2
setting global options for a package
This may be elementary, but I can't find an answer: How can I set up global options for some specific arguments to functions in a package which can be easily changed by the user? This question relates to the selection of colors used in functions in several packages (heplots, genridge), where I want to provide reasonable default values for plots, but allow users to change those defaults globally for all plots produced with my functions. One solution is to use palette() for the default, as in foo <- function(x, col=palette(), ...) {} but the standard palette is...
2012 Jun 06
1
stumped on re-building package vignette
[Env: Win Xp / StatET 2.0 / R 2.15.0] In my heplots package I extended the HE-examples.Rnw vignette under inst/doc. The package passes R CMD check on my machine: * using log directory 'C:/eclipse-3.7/heplots.Rcheck' * using R version 2.15.0 (2012-03-30) * using platform: i386-pc-mingw32 (32-bit) ... * checking sizes of PDF files under ...
2008 Dec 10
1
trouble loading candisc
...ength 27354 bytes opened URL ================================================== downloaded 26 Kb * Installing *source* package 'candisc' ... ** R ** data ** moving datasets to lazyload DB ** inst ** preparing package for lazy loading Loading required package: car Loading required package: heplots ** help >>> Building/Updating help pages for package 'candisc' Formats: text html latex example Grass text html latex example Note: removing empty section \details HSB text html latex example Note:...
2010 Feb 10
1
heplot3d / rgl : example causes R GUI to crash
[Env: Tested under Win Xp, R 2.9.2 and R 2.10.1; sessionInfo() at end] I've run into a problem with the heplot3d() function in my heplots package which causes the R GUI to crash ('R for Windows GUI encountered a problem and needs to close...'). I think the problem comes from an rgl call, but, I can't get a traceback or other information because my R session crashes. I've never seen this b...
2013 Mar 29
3
weird error with a lazyload .RData file in a package
I added a new data file, NLSY.RData, to a package that uses LazyData: Yes It passed R CRAN check and R CMD install worked w/o significant complaints. * installing to library 'C:/R/R-2.15.2/library' * installing *source* package 'heplots' ... ** R ** data ** moving datasets to lazyload DB ** demo ** inst ** preparing package for lazy loading Warning: package 'nnet' was built under R version 2.15.3 ** help ... Yet, when I try to use it, I get something incomprehensible: > library(heplots) > str(NLSY) Error...
2012 May 03
1
bwplot: using a numeric variable to position boxplots
...I'd like to modify the plots to position the boxplots according to the numeric value of year, but I can't figure out how to do this. Also, I'd to modify the strip labels that give the variable names to use longer variable labels I define below as vlab. > install.packages("heplots", repos="http://R-Forge.R-project.org") > # requires heplots 0.9-12 for Skulls data > library(heplots) > data(Skulls) > > # make shorter labels for epochs > Skulls$epoch <- factor(Skulls$epoch, labels=sub("c","",levels(Skulls$epoch)))...
2008 Oct 05
1
building packages: "R Help for package foo" vs. "HTML Help"?
In building a package, what are the settings in the package files or the build commands that determine whether the compiled HTML help windows have the window title "R Help for package foo" vs. "HTML Help"? I often have quite a few help files active, and it is much more convenient to navigate among them if the window has an informative title. If this is simple to test for in
2013 Jan 16
1
Declaring/importing non-exported functions [car] in another package
A new function in my heplots package wants to use a non-exported utility function in the car package, df.terms, but this depends on other non-exported functions. From the Writing R extensions manual, I thought I could do this via (in my NAMESPACE) importFrom(car, car:::df.terms, car:::df.terms.default, car:::is.aliased)...
2013 Apr 21
2
vignettes: problems with PDF compaction
[Env: OS: Win Xp; R 2.15.2; IDE: eclipse/StatET] Each time I update my heplots package, I get warnings from R CMD check on R-Forge, * checking sizes of PDF files under ?inst/doc? ... WARNING ?gs+qpdf? made some significant size reductions: compacted ?HE-examples.pdf? from 739Kb to 366Kb and upon submission to CRAN, a message from maintainers: On CRAN now: but aga...
2009 Apr 11
1
Error in R CMD check 2.8.1
...ge, in case this was triggered by an error elsewhere.] I can run R CMD build and R CMD INSTALL without errors, but R CMD check terminates with the following error -- it seems to treat %*% as a Latex comment. Can anyone see what is wrong? * checking examples ... ERROR Running examples in 'heplots-Ex.R' failed. The error most likely occurred in: > ### * VocabGrowth > > flush(stderr()); flush(stdout()) > > ### Name: VocabGrowth > ### Title: Vocabulary growth data > ### Aliases: VocabGrowth > ### Keywords: datasets > > ### ** Examples > > d...
2011 Apr 13
3
latex, eps graphics and transparent colors
...)*2*pi/segments radius * cbind( cos(angles), sin(angles)) } plot(1:5, 1:5, type='n', xlim=c(-1,5), ylim=c(-1,5), xlab='', ylab='', asp=1, xaxt="n", yaxt="n") #clrs <- trans.colors("lightblue", alpha=c(.2, .4, .6)) ## from heplots package clrs <- c("#ADD8E633", "#ADD8E666", "#ADD8E699") c1 <- circle(3) polygon( c1, col=clrs[1], border="lightblue") polygon(.67*c1, col=clrs[2], border="lightblue") polygon(.33*c1, col=clrs[3], border="lightblue") arrows(-1...
2008 Apr 18
0
new candisc package on CRAN
...Generalized Canonical Discriminant Analysis Description This package includes functions for computing and visualizing generalized canonical discriminant analyses for a multivariate linear model. They are designed to provide low-rank visualizations of terms in a mlm via the plot method and the heplots package. The methods are described in Friendly, M. (2007). HE plots for Multivariate General Linear Models. Journal of Computational and Graphical Statistics, 16 (2), 421-444. http://www.math.yorku.ca/SCS/Papers/heplots.pdf Friendly, M. (2006). Data Ellipses, HE Plots and Reduced-Rank Display...
2008 Apr 18
0
new candisc package on CRAN
...Generalized Canonical Discriminant Analysis Description This package includes functions for computing and visualizing generalized canonical discriminant analyses for a multivariate linear model. They are designed to provide low-rank visualizations of terms in a mlm via the plot method and the heplots package. The methods are described in Friendly, M. (2007). HE plots for Multivariate General Linear Models. Journal of Computational and Graphical Statistics, 16 (2), 421-444. http://www.math.yorku.ca/SCS/Papers/heplots.pdf Friendly, M. (2006). Data Ellipses, HE Plots and Reduced-Rank Display...
2011 Aug 22
0
CRAN packages maintained by you
...ns of fields wouldn't hurt either best, -Michael On 8/8/2011 9:46 AM, Kurt Hornik wrote: > Dear maintainers, > > This concerns the packages > > CITAN ENmisc Formula MSBVAR RExcelInstaller RcmdrPlugin.mosaic > Rd2roxygen Rz SGP betareg expectreg fastcluster glmc gptk heplots pxR > sideChannelAttack sp spacetime trapezoid vcd > > maintained by one of you. > > I see that you have added Author at R fields providing enhanced information > on package authors to your DESCRIPTION files, which since R 2.12.0 is > used for auto-generating citations. &g...
2011 Apr 08
0
Consistency of messages from R CMD {check,build,install}
...d all R CMD package tools not at the very least be consistent in indicating when they are done, as in * DONE (packagename) or at least * DONE R CMD build leaves one hanging, not knowing whether it has completed or it is time to get another coffee. * checking for file 'C:/Documents/workspace/heplots/DESCRIPTION' ... OK * preparing 'heplots': * checking DESCRIPTION meta-information ... OK * installing the package to re-build vignettes * creating vignettes ... OK * checking for LF line-endings in source and make files * checking for empty or unneeded directories * building 'hepl...
2010 Sep 14
0
influence measures for multivariate linear models
...ate()) methods I tried before to get leave-one-out coefficients for multivariate response models fit with lm(). By bugs, I mean that results returned are silently wrong, or at best, misleading. My test case: a subset of the Rohwer data anayzed by Barrett & Ling (& others) > library(heplots) > data(Rohwer, package="heplots") > Rohwer1 <- Rohwer[Rohwer$SES=='Hi',] > rohwer.mod <- lm(cbind(SAT, PPVT, Raven) ~ n + s + ns + na + ss, data=Rohwer1) > (B <- coef(rohwer.mod)) SAT PPVT Raven (Intercept) -28.467471 39.6...
2011 Aug 09
1
rgl how to plot a cylinder like arrow3d?
Dear List, I'm trying to draw vector in XYZ with rgl under use of a cylinder3d. Therefore I scale and rotate a basis-cylinder). However, somehow the rotation is wrong as verified by overplotting arrow3d(). Where is my mistake? library(heplots) library(rgl) # ... 2 vectors data=data.frame(row.names=c('X','Y','Z'), x1=c(2,1,5),y=c(4,3,2)) vector3D=function(start=c(0,0,0), end, mycol='green'){ # ... cylinder as basis-vector c=cylinder3d(rbind( c(start), # start c(0,0,1)), # end radius...