Displaying 5 results from an estimated 5 matches for "anydata".
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)
xyplot(x~y) # I can draw this as well apart from plot or export x,y.
--------------
With ca package and...
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)
xyplot(x~y) # I can draw this as well apart from plot or export x,y.
--------------
With ca package and mjca function I have...
2000 Sep 20
1
lag() and lm()
Hi,
I am using R interactively for estimation and even data manipulation. I want
to use lag() function within lm() function in a way looks like:
mymodel<- lm(y~x+I(lag(y,-1)-1, data=anydata)
What I get is always perfect fit; (that is, coefficient=1) which is not
true.
If the model looks like
mymodel<- lm(y~z+x+I(lag(x,-1)-1, data=anydata)
summary returns only one coefficient for x and I(lag(x,-1))
Is there any way to do both of these models without going through long
process of...
2004 May 11
2
lags and differences
Dear all, could someone please clarify me if this
works, so as to implement lags and differences for
example in y and in a independent x1 of a regression?
model<-lm((diff(y), -i)~x1+lag(x1,-1), data=anydata)
Thanks, a lot,
Alexandre.
---------- In??cio da mensagem original -----------
De: r-help-bounces at stat.math.ethz.ch
Para: r-help at stat.math.ethz.ch
Cc:
Data: Tue, 11 May 2004 15:48:19 +0000 (UTC)
Assunto: Re: [R] xtable with a table ?
>
> t. <- table(a,b)...
2011 Feb 02
2
Ofcs2 Questions!
...+ dovecot )
Now that this performance problens are afecting my system i am gonna try
help to tunning the ocfs2.
Pretty much all default settings.
OCFS2 is configured to write with ordered mode. We know that changing to
writeback will make performance much better, but we are not considering lose
anydata, so it i snot an option.
Now we are going to implemente noatime options in mount. This make better
performace ?
Other one, how about the commit mount options ? The default is set to 5s if
i increse it how is the potential data loss in case we lost lose power?
Does anyone have any other parament...