search for: acps

Displaying 20 results from an estimated 56 matches for "acps".

Did you mean: acpi
2002 Mar 19
2
Selecting cases from a data frame
My apologies if this is obvious - I assume it is but still can't seem to make it work. I've got a data frame acps.df; I want to run an analysis on a subset of that data frame, defined as the subset for which the value of OGMCAT (a column in the data frame) is anything OTHER than 9, 11, or 12. So I'd like to define a new data frame that consists of the same variables as in acps.df, but without those cases....
2009 Apr 28
1
colored PCA biplot
Hi- I'm trying to make my PCA (princomp) colored. In my csv excel sheet, I have the first column numbered according to the groupings I want to assign to the PCA. I've played around with trying to set this first column as the color vector, but haven't had any luck. Any suggestions? Thanks, Hillary [[alternative HTML version deleted]]
2013 Oct 11
1
behaviour of read.xls (gdata package) when worksheet usesuser-defined cells formats
(I'm afraid this post didn't reach the list on last Wednesday, here it is again ) hi R-list, And sorry for my frenglish ! I am running R < Good Sport > release ( i386-w64-mingw32/i386 (32-bit) ) ) under Windows 7 Professional, Service Pack 1. My perl executable is ActivePerl build 817 [257965] (i.e. version 5.8.8.817). Usually it is working fine. Using the gdata ::read.xls
2001 Nov 05
1
Problem to transfer Splus functions
Hello I would like to transfer some Splus functions in R. But I have a problem first about this assignation in Splus : xnom <- deparse(substitute(x)) I am a bad programmer : I don't understand the R help How to modify these functions ? Thank you very much for your help Here are the four functions and a data test
2013 Aug 25
0
Please help - ACP Back-UPS CS 350
Hi, I run NAS4Free (FreeBSD) system which somehow fails to recognize my UPS and fails with message: Unknown USB device: vendor 0x051d product 0x0002 bus uhub2 It's nut 2.6.5 Network UPS Tools - Generic HID driver 0.37 (2.6.5-Unversioned directory) USB communication driver 0.31 I have already posted on N4F forum if they have some ideas Here I would like to try another one. On this box I
2008 Jun 17
0
Rpart description of tree groups
...notes terminal node 1) root 878 110 Absent (0.8747153 0.1252847) 2) P3XMAR2=No 845 96 Absent (0.8863905 0.1136095) * 3) P3XMAR2=Yes 33 14 Absent (0.5757576 0.4242424) 6) PADV=Yes 7 0 Absent (1.0000000 0.0000000) * 7) PADV=No 26 12 Present (0.4615385 0.5384615) 14) ACPS=No 12 5 Absent (0.5833333 0.4166667) * 15) ACPS=Yes 14 5 Present (0.3571429 0.6428571) * R> varsInTree <- as.vector ( + tree $ frame $ var [ tree $ frame $ var %nin% "<leaf>"] # %nin% from Hmisc + ) R> varsInTree [1] "P3XMAR2" "PADV&quo...
1999 Dec 02
1
problem with par(fig=value)
hello all, I want to draw a figure with multiple plot on the same page using the par(fig=value) parameter but > par(fig = c(0, 50, 60, 95)/100, adj = 5/10) > eboulis(iris.acp) > par(fig = c(45, 100, 60, 95)/100, mgp = c(3, 1/2, 0)) > boites(iris.acp) draw the graphics on 2 different pages. what am I doing wrong ? thanks for your help. Mathieu [using R 0.65 under Linux Redhat
2007 Jul 14
1
How to remove the quote "" in the data frame?
...column were found the quote. How to remove it? If you can delete the quote in the file "ress", that is better. Thanks. > ress[1:10] [1] "ABHO.ABNE" "ABHO.ACBA" "ABHO.ACGI" "ABHO.ACKO" "ABHO.ACMA" "ABHO.ACMO" [7] "ABHO.ACPS" "ABHO.ACSE" "ABHO.ACTE" "ABHO.ACTR" > res=cbind(obv.value,p.value,mean.sim) > res[1:10,] obv.value p.value mean.sim [1,] 2 1.0 6.0 [2,] 0 1.0 0.0 [3,] 66 0.5 49.6 [4,] 3 1.0 3.0 [5...
2013 Aug 27
2
Encontrar las variables más importantes en componentes principales
Hola compañeros de la lista. Qué tal. Tengo un análisis de componentes principales, en el que se evalúan aproximadamente 1000 variables. Usando la función dudi.pca e inertia.dudi obtengo una cantidad de información sobre la influencia de las variables sobre los dos componentes principales. Me gustaría saber si existe alguna función que sobre esta información me arrojara la lista de
2009 Mar 30
0
Problem in S4 object displaying from within a Java application using JRI
I am using JRI (Java R Interface) library in order to call R from within my Java application. But since the "rmu1" and "rmu2" ,see the following code, are objects of type S4 once i run the application the value of Null will be returned for both of them. On this regard, i would appreciate it if anyone can tell me how i am going to display and/ or convert these objects to Java
2006 Feb 14
0
Using token in text_field_with_auto_complete?
Is there an example of using the token option with ACP? When you set the token, shouldn''t the acp handle passing only the last element to the controller? And appending the selection to the existing entries in the ACP? -- Posted via http://www.ruby-forum.com/.
2012 Nov 30
2
setup apc pcnet apc9616
Hi friends. Searching for info about how to setup acp pcnet card on nut? Any info will be accepted, thanks!!!
2004 Jul 31
1
dudi.pca behaviour and discrimin
Hello, I not have attached in this e-mail the zipped list of matrices I am using because it has 1 meg once zipped and anyway we cannot send attached files on r-help mailling list. First, after running the code that is written bellow, I realized that the printout of dudi.pca gives me for both of my matrices $cw length that are unequal to either respective $rank or $eig lengths. Is that
2010 Sep 10
11
Large directory performance
We have been struggling with our Lustre performance for some time now especially with large directories. I recently did some informal benchmarking (on a live system so I know results are not scientifically valid) and noticed a huge drop in performance of reads(stat operations) past 20k files in a single directory. I''m using bonnie++, disabling IO testing (-s 0) and just creating, reading,
2011 Aug 26
1
Save figure in pdf
Hi, I created a figure with R and I want to save it in .pdf. I used this code: > pdf("res.pca.pdf",width=10,height=8) > library(FactoMineR) > res.pca<-PCA(acp) > res.pca > dev.off() When I go in my folder, I find an empty file ( 0 Ko). Do you know where is the problem. Thank you in advance -- View this message in context:
2017 Sep 13
0
Proxy Issues when trying to install package shinyapps
Dear all, Hope you are doing great. I have been trying to install package shinyapps on R studio but I get the following messages: > devtools::install_github('rstudio/shinyapps') Installation failed: Couldn't resolve proxy 'procuratio.canal.acp' > githubinstall("shinyapps") Error in curl::curl_download(input, tt, mode = "wb", quiet = !showProgress) :
2013 Aug 29
0
Encontrar las variables más importantes en componentes principales
Hola Argel, Puedes encontrar un par de ejemplos que cómo conseguir una valoración (qualitativa y cuantitativa) de la contribución de cada variable a cada componente principal, en el libro "Exploratory Multivariate Analysis by Example Using R". Este libro está basado en la librería "FactoMineR". Los ejemplos están en el capítulo primero. No he mirado como se haría esto con
2013 Aug 29
1
Resumen de R-help-es, Vol 54, Envío 22
Hola! No he podido consultar la doc. del paquete ade4, algo debe estar caído en CRAN ahora mismo. Dos cosas sobre la metodología -aun desconociendo los detalles de cómo lo hace ade4: El output de un PCA, los "pesos" de cada variable en las dimensiones de los componentes se interpretan como correlaciones, a mayor valor absoluto mayor asociación variable-componente. Ahora, como tales
2002 Feb 07
1
Help with replicating an old SPSS GLM analysis
...DIFFPT ~ AGE.I + INC.I + JOIN.I + WORK.I + EDUC.I + GIVE.I + CS.I + EFF.I + AGE.A + INC.A + JOIN.A + WORK.A + EDUC.A + GIVE.A + CS.A + EFF.A + AGE.I*AGE.A + INC.I*INC.A + JOIN.I*JOIN.A + WORK.I*WORK.A + EDUC.I*EDUC.A + GIVE.I*GIVE.A + CS.I*CS.A + EFF.I*EFF.A, data=acps.df) Thanks in advance. ---------------------------------------------------------------------- Andrew J Perrin - andrew_perrin at unc.edu - http://www.unc.edu/~aperrin Assistant Professor of Sociology, U of North Carolina, Chapel Hill 269 Hamilton Hall, CB#3210, Chapel Hill, NC 27599-3210 U...
2008 Feb 07
2
Some questions
Hello all NUT users and developers! Have some questions about nut suite: 1. Does upscmd provide only device-specific commands? Or commands like shutdown.stayoff are general and good for all ups models? When i see output of 'upscmd -l' - is this general commands that supported by given device or this is unique commands of this device? For example, i have APC SmartUPS-750 and it shows me