Displaying 20 results from an estimated 1200 matches similar to: "plot mjca lambda = "adjusted""
2008 Mar 10
0
[ca package] access to any x/y in mjca function
Hi,
I would like to extract x,y from mjca function in ca package to be able to
draw other graph types.
For example for simple mca function from MASS I can do the following:
-------------
anydata.mca <- mca(anydata, nf = 2, abbrev = TRUE)
x <- anydata.mca$rs[,1] #that is what I can 'extract'
y <- anydata.mca$rs[,2]
plot(anydata.mca) #standard plot
library(lattice)
2008 Mar 09
0
[ca package] how to extract x,y from mjca function
Hi,
I would like to extract x,y from mjca function in ca package to be able to
draw other graph types.
For example for simple mca function from MASS I can do the following:
-------------
mydata.mca <- mca(anydata, nf = 2, abbrev = TRUE)
x <- anydata.mca$rs[,1] #that is what I can 'extract'
y <- anydata.mca$rs[,2]
plot(anydata.mca) #standard plot
library(lattice)
2013 Feb 26
1
How to avoid overlapping labels
Hi Remko,
thanks for your answer. but i do
not really understand how to use the commands.
if i want to use thigmophobe.labels(x,y,) do i need to identify the xy
coordinates for each point first and then manually move every point? and if
i neet to do so how to use the identify() function?
or is there any possibility to automatically place the labels in the best
position?
>MatArab <-
How to use PC1 of PCA and dim1 of MCA as a predictor in logistic regression model for data reduction
2011 Aug 17
4
How to use PC1 of PCA and dim1 of MCA as a predictor in logistic regression model for data reduction
Hi all,
I'm trying to do model reduction for logistic regression. I have 13
predictor (4 continuous variables and 9 binary variables). Using subject
matter knowledge, I selected 4 important variables. Regarding the rest 9
variables, I tried to perform data reduction by principal component
analysis (PCA). However, 8 of 9 variables were binary and only one
continuous. I transformed the data by
2002 Aug 16
2
system command
Hello,
It is very simple question. I want to go to the parent directory and
give the 'system("cd ../") commnad. But it stayes at the same dirctory
as before. Do I forget to give some extra parameter to system command in
this case?
Regards,
Nader
--------------------------------------------------------------
Zie ook/see also: http://www.knmi.nl/maildisclaimer.html
2008 Nov 05
2
Adding another swap
Hi ALL,
I have a harddisk with 3 primary partitions and one extended
partitions. Under extented partions , there are 15 partions.
Whole hard disk has been partitioned in a standard way, (i.e NOT LVM)
It has 2GB ram. swap is also 2GB.
Now I want to extend this swap to 4 GB.
If I use dd coomand and create a file with 2GB, Will I be able to
extend the swap witn swapon commnad?
How can I achive
2012 Feb 15
2
assign same legend colors than in the grouped data plot
Dear community,
I've plotted data and coloured depending on the factor variable v3.
In the legend, I'd like to assign properly the same colors than in the
factor (the factor has 5 levels).
I've been trying this but it doesn't work.
plot(var1, var2, xlab = "var1", ylab = "var2", col =var3 , bty='L')
legend(locator(1),c("level 1 var3",
2011 Apr 27
1
Reading file
Hi all,
I am trying to read Excel file usingthe follwoing commnad
library(RODBC)
data=odbcConnectExcel(file.choose())
sqlTables(data)
Bdat=sqlFetch(data, "test")
odbcClose(data)
head(Bdat)
1. The above script works if the Excel file is opened. If the excel file is
not opened then I get the following message "External table is not in the
expected
2008 Jan 03
1
tukeyHSD
Does anybody know how to deffine in the test tukeyHSD the pairs of
comparison that you want to get? It is throw the lmat commnad, but I
don't know the correct usage...
Thanks a lot!
Jos?
--
MSc Jos? Alberto F. Monteiro
Botanisches Institut
Universit?t Basel
?????? ?????
2010 Jan 02
1
suppress output for meta in package tm
Hello,
I am using the tm package and wish to suppress the output for meta. I am
defining another variable for one of the tags and don't want the value
printed on the screen. Any help would be appreciated. Thanks.
here is the commnad:
n_corp_file <- meta(corpa[[n]], "URI")
-Amber
[[alternative HTML version deleted]]
2011 Nov 16
2
outlier identify in qqplot
Dear Community,
I want to identify outliers in my data. I don't know how to use identify
command in the plots obtained.
I've gone through help files and use mahalanobis example for my purpose:
NormalMultivarianteComparefunc <- function(x) {
Sx <- cov(x)
D2 <- mahalanobis(x, colMeans(x), Sx)
plot(density(D2, bw=.5), main="Squared Mahalanobis distances, n=nrow(x),
2008 Dec 18
3
Unable to connect to printer; will retry in 30 seconds...: Connection timed out
Hi ALL,
I recently withed from CentOS 3 X server to CentOS 4.5. It works fine
other than printers.
there are many printers connected to it. We have configured the commnad
printconf
queue type is Networked UNIX (LPD)
Some times, we will be able to print , But, some times, We will NOT be
able to print.
We can ping its ip address. Even, when we can't print, We can ping its
ip address.
2012 Sep 04
1
predict rpart newdata - introduce only values variables used in the tree
Dear community,
I've a tree which included at first 23 variables. Then I've pruned this
tree, and there are only 8 variables involved.
I'd like to predict and only introduce in newdata the values of these 8
variables involved. However, as the tree was built with the 23, it asked me
for 15 values, even if it doesn't need them.
Is there a way to introduce only this 8 values?
2014 Jul 16
0
[Bug 966] New: iptables can't change or drop or any effect on scapy packet!
https://bugzilla.netfilter.org/show_bug.cgi?id=966
Summary: iptables can't change or drop or any effect on scapy
packet!
Product: iptables
Version: 1.4.x
Platform: All
OS/Version: Ubuntu
Status: NEW
Severity: major
Priority: P5
Component: iptables
AssignedTo:
2011 Mar 14
1
UPS Support
I am currently trying to use your NUT program to monitor a SMART3000RMOD2U TRIPP LITE device. I find that it connects with the in the device folder as hiddev0 and if I connect a second device it connects under hiddev1. I attempted to use your software with the driver=usbhid-ups and port=auto, but when I try to discover it it can't be found. Then when I run the command /sbin/usbhid-ups -a
2011 Mar 04
4
cv.lm syntax error
Dear all,
I've tried a multiple regression, and now I want to try a cross-validation.
I obtain this error (it must be sth related to df) that I don't understand,
any help would be appreciated.
cv.lm(df= dat, lm2.52f, m=3)
Error en `[.data.frame`(df, , ynam) : undefined columns selected
lm2.52f is my lm object, dat is a dataframe where the variables involved in
.lm are
I tried CVlm
2003 Feb 03
1
Problem with an alias interface
Hi,
this is my first message to the list and I want to thank the the autor for developing
Shorewall.
And now the problem. I''m using version 1.3.13 and I have eth0 (IP a.b.c.d/24) as a public
interface. I have an alias on eth0:0 (address a.b.c.e/24) and my dns servce listens on this IP
(in this moment the dns is stopped).
This is my policy file:
#SOURCE...
fw all
2012 Mar 09
1
Multiple Correspondence Analysis
You should send this to r-help@stat.math.ethz.ch.
On 03/09/2012 09:21 AM, Andrea Sica wrote:
> Hello everybody, I'm looking for someone who is able with MCA and
> would like to gives some help.
>
> If what I'm doing is not wrong, according to the purpose I have, I
> need to understand how to create a dependence matrix, where I can
> analyze the
> dependence between
2012 May 04
1
lme or lmer for unbalance data
Dear community,
I'd like to fix a mixed model. I have unbalance data, what should i use:
lme in nlme package , or lmer in lme4.
Thanks, user at host.com as user at host.com
--
View this message in context: http://r.789695.n4.nabble.com/lme-or-lmer-for-unbalance-data-tp4608425.html
Sent from the R help mailing list archive at Nabble.com.
2012 Jan 04
1
plot rq lm
Dear Community,
I'd like to plot an rq object the same way I do with a lm one, is it
possible? Something like this
plot(rqmodel , 1:4, id.labels=rownames(pga1)); where
rqmodel <- rq(log(vd) ~ v1 + log(v2) +log(v3) + v4 + v5 ,data =dat)
Thanks in advance and apologies, I'm pretty newbie with this, user at host.com
--
View this message in context: