Displaying 17 results from an estimated 17 matches for "aplpack".
2008 Jul 24
0
unable to load a library
hello all,
i'm running R-2.6.1 on solaris 10 (x86). I added the package aplpack
without problems, but when i try to use it, i got errors:
> library(aplpack)
Loading required package: tcltk
Error in namespaceExport(ns, exports) :
undefined exports :addTclPath, as.tclObj, is.tclObj, is.tkwin,
tclfile.dir, tclfile.tail
In addition: Warning message:
S3 methods '$.tclvar&...
2011 May 29
2
Caras de Chernoff
Hola a todos, estoy jugando con las caras de Chernoff de la librería aplpack. La
verdad que se consiguen efectos curiosos. Me preguntaba si me recomendáis alguna
otra implementación para R de estas caras. Y si existe alguna forma de poderlas
usar para más de 15 variables (si no me equivoco así es como viene implementada
la función faces)
Saludos
Fernando
[[alternati...
2009 Sep 22
2
Rcmdr package dependencies
Dear r-devel members,
My Rcmdr package "depends" on several other packages (tcltk, grDevices,
utils, and car) and "suggests" a number of others (abind, aplpack,
colorspace, effects, foreign, grid, Hmisc, lattice, leaps, lmtest, MASS,
mgcv, multcomp, nlme, nnet, relimp, rgl, and RODBC). The reason for the
distinction is that I don't want all of these packages to load when the
Rcmdr loads; rather, the "suggested" packages are loaded as they...
2012 Sep 15
1
Error when using Bagplot function
Hi, I am using the bagplot function within the aplpack package and often get
this error:
Error in chull(pg[, 1], pg[, 2]) :
NA/NaN/Inf in foreign function call (arg 2)
Here's an example of data for which this happens:
bagplot(c(-4.66, -2.62, -3.65 ,-3.07 ,-4.91, -4.56 ,-3.79, -3.10, -3.01),
c(2.14, -7.18, -0.15 , 2.67, -2.49, -0.89...
2010 Jun 30
1
Help installing R commander in Fedora 13...
...essages:
1: In doTryCatch(return(expr), name, parentenv, handler) :
unable to load shared library '/usr/lib/R/modules//R_X11.so':
/usr/lib/libfontconfig.so.1: undefined symbol: FT_Select_Size
2: In install.packages("Rcmdr", dependencies = TRUE) :
installation of package 'aplpack' had non-zero exit status
3: In install.packages("Rcmdr", dependencies = TRUE) :
installation of package 'relimp' had non-zero exit status
4: In install.packages("Rcmdr", dependencies = TRUE) :
installation of package 'rgl' had non-zero exit status
5: In...
2012 Mar 23
2
Help with R package forecast
When I type library() to see what is installed the following list in RED
comes up.
Packages in library '/home/jason/R/i686-pc-linux-gnu-library/2.13':
abind Combine multi-dimensional arrays
aplpack Another Plot PACKage: stem.leaf, bagplot,
faces, spin3R, and some slider functions
biglm bounded memory linear and generalized linear
models
DBI R Database Interface
forensim Statist...
2013 Jan 17
2
error installing KEGGSOAP
...in
C:\Users\yzhang\AppData\Local\Temp\RtmpawAjwx\downloaded_packages
Warning message:
installed directory not writable, cannot update packages 'acepack', 'actuar', 'ada', 'ade4', 'ade4TkGUI',
'agricolae', 'akima', 'ape', 'aplpack', 'arules', 'bitops', 'boot', 'Cairo', 'car', 'caTools', 'cba',
'chron', 'class', 'clue', 'cluster', 'coda', 'colorspace', 'CompQuadForm', 'corpcor', 'DAAG', 'da...
2010 Jul 01
1
Help installing R Commander on Fedora 13...
...g messages:
1: In doTryCatch(return(expr), name, parentenv, handler) :
unable to load shared library '/usr/lib/R/modules//R_X11.so':
/usr/lib/libfontconfig.so.1: undefined symbol: FT_Select_Size
2: In install.packages("Rcmdr", dependencies = TRUE) :
installation of package 'aplpack' had non-zero exit status
3: In install.packages("Rcmdr", dependencies = TRUE) :
installation of package 'relimp' had non-zero exit status
4: In install.packages("Rcmdr", dependencies = TRUE) :
installation of package 'rgl' had non-zero exit status
5: In in...
2010 Oct 24
1
140 packages in R Commander!!
...#39;biglm' 'chron'
'acepack' 'TeachingDemos' 'Design' 'mice' 'subselect' 'kernlab' 'vcd' 'rgl'
'relimp' 'multcomp' 'lmtest' 'leaps' 'Hmisc' 'effects' 'colorspace'
'aplpack' 'abind' 'RODBC' car Rcmdr
Websites-
http://decisionstats.com
http://dudeofdata.com
Linkedin- www.linkedin.com/in/ajayohri
On Sun, Oct 24, 2010 at 9:27 PM, Marcelo Lima <mlimagb@gmail.com> wrote:
> Hi all,
>
> I generated a covariance matrix and visualized...
2007 Dec 18
9
Scatterplot Showing All Points
Hello all,
I'm trying to graph a scatterplot of a large (5,000 x,y coordinates) of data
with the caveat that many of the data points overlap with each other (share the
same x AND y coordinates). In using the usual "plot" command,
> plot(education, xlab="etc", ylab="etc")
it seems that the overlap of points is not shown in the graph. Namely, there
are
2013 Apr 03
1
R-3.0.0 reg-tests-3.R / survival
"make check" is failing on reg-test3.R with a message that survival was
built with an older version of R. (On my Ubuntu 32 bit and Ubuntu 64
bit machines). Why would "make check" be looking anywhere that it would
find something built with an older version of R?
~/RoboAdmin/R-3.0.0/tests$ tail reg-tests-3.Rout.fail
> print(1.001, digits=16)
[1] 1.001
> ## 2.4.1 gave
2007 Mar 26
1
Problem in loading all packages all at once
...##code added by gaurav yadav to install many other packages at
startup#############
print ("START OF CODE ADDED BY GAURAV YADAV")
TEMP <- Sys.getenv("R_DEFAULT_PACKAGES")
print ("R_DEFAULT_PACKAGES")
print (TEMP)
print ("=======")
TEMP <-
c(TEMP,"aplpack","approximator","apTreeshape","ArDec","arules","ash","aspace","assist","aster","asypow","aws","base","bayesm","bayesmix","bayesSurv","BayesTree"...
2009 Mar 02
4
portable R editor
Hi,
I have been dreaming about a complete R environment on my USB stick for a long time. Now I finally want to realize it but what I am missing is a good, portable editor for R which has tabs and syntax highlighting, can execute code, has bookmarks and a little project file management facility pretty much like Tinn-R has those. I like Tinn-R but it seems like there is only a very old version of
2013 May 06
12
Backporting R 3.0.0 to Quantal, Precise, and Lucid (Ubuntu Linux)
Hola.
Aunque es una noticia en inglés, supongo que será del interés de algunos...
http://www.r-bloggers.com/backporting-r-3-0-0-to-quantal-precise-and-lucid/
Un Saludo,
_____________________________
Miguel Ángel Rodríguez Muíños
Dirección Xeral de Innovación e Xestión da Saúde Pública
Consellería de Sanidade
Xunta de Galicia
http://dxsp.sergas.es
Nota: A información contida
2018 Feb 16
0
stem - strange leaves
Hi
I do not know why does it happen but you can control the behaviour by setting scale to 0.5.
Cheers
Petr
> -----Original Message-----
> From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Leif Ruckman
> Sent: Friday, February 16, 2018 9:18 AM
> To: r-help at r-project.org
> Subject: [R] stem - strange leaves
>
> > x
> [1] 8.0 7.9 7.5 7.0 8.0 7.3 8.0
2018 Feb 16
4
stem - strange leaves
> x
[1] 8.0 7.9 7.5 7.0 8.0 7.3 8.0 7.2 7.4 7.3 7.8 8.0 7.7 8.3 7.8 7.8 7.1 7.7 6.9 7.5 7.5 7.3 7.2 7.5 7.2
> stem(x)
The decimal point is at the |
6 | 9
7 | 012223334
7 | 5555778889
8 | 00003
> y <- c(x, 8)
> stem(y)
The decimal point is 1 digit(s) to the left of the |
68 | 0
70 | 00
72 | 000000
74 | 00000
76 | 00
78 | 0000
80 | 00000
82 | 0
The
2009 Sep 27
3
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* bdoc (1.0)
Michael Anderson
http://crantastic.org/packages/bdoc
This package contains a function that will classify DNA barcodes as
well as a few test and reference data sets.
* bdsmatrix (1.0)
Terry Therneau
http://crantastic.org/packages/bdsmatrix
This is a special case of sparse matrices, used by coxme and