>> For some reason package writers seem to prefer maximally uninformative
>> names for their packages. To take some examples of recently announced
>> packages, can anyone guess what packages 'FDTH', 'rtv', or 'lavaan'
>> do? Why the aversion to informative names along the lines of
>> 'Freq_dist_a
Thanks Marc & Daniel for your replies.
I am now able to connect R to oracle using RODBS. There was an error while
setting up the DSN.
Now it is solved.
Thanks once again
--
View this message in context:
http://r.789695.n4.nabble.com/Error-while-connecting-to-Oracle-using-RODBC-package-tp22883
Hi
I am trying to define a function fu() in the following way but when I try to
run I get the error that ma1 is not found. I am not sure where I am going
wrong? Does the scope of ma1 not extend to an expr.frame object?
expr.frame() is under library tradesys.
function (y,ma1,ma2)
{
x <- y[, c("Op
Try
RSiteSearch("SARIMA")
Allan
On 13/07/10 14:15, FMH wrote:
Dear All,
Could someone please advice me the appropriate package for fitting the SARIMA
model?
Thanks
Fir
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/
Use the source, Luke. varImpPlot calls
randomForest:::importance.randomForest (yeah, that is three colons) and
reading about the scale= parameter in help("importance",
package="randomForest") should enlighten you. For the impatient, try
varImpPlot(mtcars.rf, scale=FALSE)
Hope this helps a l
Hi Jack,
to 1) and 2) there are telling you the same. I recommend you to read the
first sections of the article it is very well writen and clear. There you
will read about duality.
to 3) I interpret the scatter plot so: * Increasing the value of C (...)
forces the creation of a more accurate mode
Dear Sir,
When requesting the summary of pglm analyses in R, I encounter repeatedly
the following warning message:
"Warning message:
In pf(Fstat, object$k - 1, object$n - object$k, ncp = 0, lower.tail = FALSE,
:
full precision was not achieved in 'pnbeta'"
This message appears both with
Not 100% if this is what you are looking for, but maybe Reduce("+", x)
will do it? E.g.
Reduce("+", 1/2^(1:10))
# [1] 0.9990234
Hope this helps.
Allan
On 14/07/10 11:57, David Bickel wrote:
What are some reliable R functions that can compute the value of a
convergent series?
David
___
That is quite sad.
On 15.07.2010 10:12, Allan Engelhardt wrote:
On 14/07/10 09:37, Daniel Sachse wrote:
[...]
I am seriously confused. Is there no such thing as
"R --persist MyScript.R myarg1 myarg2"
that would run MyScript interactively?
In a word: no.
Depending on what you are really tr
Hi,
thanks a lot! That did it!
Regards,
Arne Schulz
> -Ursprüngliche Nachricht-
> Von: Greg Snow [mailto:greg.s...@imail.org]
> Gesendet: Dienstag, 13. Juli 2010 18:17
> An: Arne Schulz; r-help@r-project.org
> Betreff: RE: [R] Generate groups with random size but given total sample size
>
The problem is that install.packages() and friends forks R and there is
no way to specify general options to that process (you can do the
configure.{args,vars} but nothing else).
One work-around could be to download the package and install it with R
--vanilla CMD INSTALL from the command line.
paul s wrote:
>
> On 07/14/2010 06:15 PM, Peter Dalgaard wrote:
>> A quick calculation reveals that a matrix of that size requires about
>> 2.7 TERAbytes of storage, so I'm a bit confused as to how you might
>> expect to fit it into 16GB of RAM...
>>
>> However, even with terabytes of memory, you
Dear all,
I would like to make a scatter plot using "plot" function. I have two
sample 1c and 2c, the 1st and 3rd are the ID of each gene, the 2nd and
3rd are the values. But as you can see some genes are not in the same
row, i.e: ENSMUSG0001020 is in the 4th row in sample 2c and 7th row
On Thu, 15 Jul 2010, Ana Navarrete, Anthropologisches Inst. wrote:
Dear Sir,
When requesting the summary of pglm analyses in R, I encounter repeatedly the
following warning message:
"Warning message:
In pf(Fstat, object$k - 1, object$n - object$k, ncp = 0, lower.tail = FALSE,
:
full prec
Thanks to Peter Konings, Peter Ehlers, Marc Schwartz and Peter
Dalgaard my query has been satifactorily addressed.
Govind
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-pr
I don't think so -- as I understand it, what David is looking for is
a method for taking a specification for the general term in a series
(of indefinite length) and accumulating the sum of terms until a
convergence criterion is satisfied -- see his Mathematica-inspired
hypothetical example (in his
Given a matrix of MxN
want to take the means of rows in the following fashion
m<-matrix(seq(1,80),ncol=20, nrow=4)
result<-matrix(NA,nrow=4,ncol=20/5)
result[,1]<-apply(m[,1:5],1,mean)
result[,2]<-apply(m[,6:10],1,mean)
result[,3]<-apply(m[,11:15],1,mean)
result[,4]<-apply(m[,16:20],1,mean)
You might find it useful to look at
rollmean
from the
zoo
package.
Tal
Contact
Details:---
Contact me: tal.gal...@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-stati
Thanks Stuart,
I already had some of those papers, will check the others!
best
Federico
On Wed, Jul 14, 2010 at 9:05 PM, Stuart Luppescu wrote:
> On Wed, 2010-07-14 at 04:31 -0700, Dr. Federico Andreis wrote:
> > does anybody know of a package (working under Linux) for multilevel
> > IRT model
if I have binomial Ancova like:
model<-glm(y~treatment*x, binomial)
summary(model)
how should I understand the output?
I want to know if I have interaction between the treatments and if the
regression is significant?
should I write:
summary(aov(model))
or:
summary(glm(model))?
every summary give di
On 15/07/2010 3:06 AM, Raghu wrote:
Hi
I am trying to define a function fu() in the following way but when I try to
run I get the error that ma1 is not found. I am not sure where I am going
wrong? Does the scope of ma1 not extend to an expr.frame object?
expr.frame() is under library tradesys.
Hi,
I have to search in an online db for registered manufacturers of raw
materials.
Can I use R for the following:
I have a list with monograph numbers eg: l <- c(198, 731,355)
Now I want to make a dataframe, containing the monograph number and the
information listed under COS:
Certificate holde
On 15/07/2010 4:33 AM, Daniel Sachse wrote:
That is quite sad.
On 15.07.2010 10:12, Allan Engelhardt wrote:
On 14/07/10 09:37, Daniel Sachse wrote:
[...]
I am seriously confused. Is there no such thing as
"R --persist MyScript.R myarg1 myarg2"
that would run MyScript interactively?
In a wo
Perhaps library RCurl.
On Thu, Jul 15, 2010 at 7:36 AM, Bart Joosen wrote:
>
> Hi,
>
> I have to search in an online db for registered manufacturers of raw
> materials.
> Can I use R for the following:
> I have a list with monograph numbers eg: l <- c(198, 731,355)
>
> Now I want to make a dataf
Hello Giovanni, Hello Yves, Hello R-help-Readers,
I re-run an old code of mine which uses the pgmm() function (and which used to
work with an older versions) under plm version 1.2-4 and got the following
error message
Error in cbind(xd, td.model.diff) :
number of rows of matrices must mat
Hi,
I've been trying to use the impute2mach function in the GenABEL library. I
unfortunately cannot make a working example as when I scale down the files I
no longer get an error message.
The error message that I get on the full file is:
Error in checkSlotAssignment(object, name, value) :
Well, RSiteSearch("extreme value regression) turns up quite a few relevant
posts including one on package "XReg". . . for extreme value regression.
Patrick
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of Shubha Vishwanath Karanth
Hi Steven,
how about this (using simple matrix algebra)
wind<-5 #size of window to be aggregated
if (ncol(m)%%wind!=0) stop('dimension of m does not fit') #crude check
tmat<-apply(diag(ncol(m)/wind),1,function(x)rep(x,each=wind))/wind
m%*%tmat
hth.
Am 15.07.2010 11:39, schrieb steven mosher:
>
Dear List
My question relates to the rms (or Design) package. I have modified the example
from help(Glm) to include an offset argument. It works with "glm" but "Glm"
gives the error
Error in if (!length(fname) || !any(fname == zname)) { :
missing value where TRUE/FALSE needed
# -- begin ex
Dear R community,
is there any way to include a backslash in a charakter string without meaning
some escape sequence?
E.g. i need a string like:
a <- '\hline'
Error: '\h' is an unrecognized escape in character string starting "\h"
to include some latex code in a xtable object, but I only man
Let me quote the authority on naming convention:
"What's in a name? That which we call a rose by any other name would smell as
sweet."
Best,
Ravi.
Ravi Varadhan, Ph.D.
Assistant Professor,
Division of Geriatric Medicine and G
On 07/15/2010 08:02 AM, Jannis wrote:
Dear R community,
is there any way to include a backslash in a charakter string without meaning
some escape sequence?
E.g. i need a string like:
a<- '\hline'
Error: '\h' is an unrecognized escape in character string starting "\h"
to include some latex c
Thanks for your reply Erik!
You are right, it does not seem to matter. When the R string contains two \\,
xtable prints it as only one \. I should have looked into the Latex output
before posting!
Thanks again, and sorry for posting too quick!
Jannis
--- Erik Iverson schrieb am Do, 15.7.201
On 15.07.2010 13:46, Henrique Dallazuanna wrote:
Perhaps library RCurl.
See
fortune("distinction between 'library' and 'package'")
Uwe Ligges
On Thu, Jul 15, 2010 at 7:36 AM, Bart Joosen wrote:
Hi,
I have to search in an online db for registered manufacturers of raw
materials.
Can I
On 14.07.2010 18:31, Ben Bolker wrote:
Frédéric Holzwarth uni-leipzig.de> writes:
Hello there,
is there a way to update a model, which was called by "bugs()"? For
instance starting with few iterations and then updating more and more,
as is possible inside the WinBUGS-window. If set "debug
Thanks. But they don't speak of the extreme value distribution like Gumbel,
Frechet or Weibull
Thanks and Regards,
Shubha Karanth | Amba Research
Ph +91 80 3980 8435 | Mob +91 94 4886 4510
Bangalore * Colombo * London * New York * San José * Singapore *
www.ambaresearch.com
-Original
רננה לביא mail.huji.ac.il> writes:
>
> if I have binomial Ancova like:
> model<-glm(y~treatment*x, binomial)
> summary(model)
> how should I understand the output?
> I want to know if I have interaction between the treatments and if the
> regression is significant?
> should I write:
> summary(ao
For a quick fix, you probably need to reinstall plyr.
Hadley
On Wed, Jul 14, 2010 at 11:03 PM, stephen sefick wrote:
> This is the first time that I have tried to update packages with a
> tinkered around with .Rprofile. I start R with R --vanilla and it
> does not load my .Rprofile, but when I i
Dear Salaam,
if I ever get you right (and I'm not sure I do), you are confusing the
residuals with the fixed effects. What you **would** probably be
computing, if you used square brackets like in
>
0.59081533*ADOP[21]+0.04263590*PE[22]-0.03717528*WOR[22]+2.6
6677[22]
(and amended
Dear Colleagues,
this is a short survey (21 questions that take about 10 minutes to
answer) in context of the research work for my PhD thesis and the Munich
Center of Advanced Computing (Project B2). It would be very helpful, if
you will take the time to answer my questions concerning the use
Yes, but the choice of a name can substantively affect the marketing
success of a new product. The current "sos" package started as the
"RSiteSearch" package. I asked people for comments about the name. The
consensus was that "RSiteSearch" was not a good name for that, and the
universal dist
Hi,
I am curious if the status of RWinEdt and WinEdt 6.0 has changed since this
thread
http://r.789695.n4.nabble.com/RWinEdt-in-WinEdt-6-td2174285.html
Thanks for the help (especially Uwe Ligges for writing RWinEdt).
Chris
[[alternative HTML version deleted]]
Hi,
I am trying to create a variable counting the number of individuals based on
two variables. I am able to do it or one variable, but not two. In SAS I was
able to sort by two variables and use a first. statement to create the
counts based on both. Here is an example:
What I have
ID Age
I'm trying to impute data using the mi package, but after running
through almost the entire first round of imputations (which takes
quite a while), it throws this error (I'll include the whole output
prior to the error for context). Does anyone know what is causing it,
or how I can fix it?
Hello all,
Could anyone advise me how can I implement classification and
regression tree analyses for a circular response (angles)?
Is there available R code or I would have to adapt code from "rpart"
or "tree" libraries, which I am not sure would be able to do it?
I would really appreciate any
There's a bug in the code. If you add row names to the X matrix befor
you call randomForest(), you'd get:
R> summary (outlier(mdl.rf) )
Min. 1st Qu. MedianMean 3rd Qu.Max.
-1.0580 -0.5957 0. 0.6406 1.2650 9.5200
I'll fix this in the next release. Thanks for reporting.
Bes
>Just like a Poisson regression model, is there a package in R to do
> Extreme Value Regression model? Thanks.
The survreg routine includes the extreme value distribution. It allows
for cenored data, but the data can be uncensored.
fit <- survreg(Surv(y) ~ x1 + x2 + x3, dist='extreme')
Terry T
Ahh... That's how it works...
embedding
df <- expand.grid(x=x,a=a,b=b)
x <- df$x; a <- df$a; b <- df$b
gave the desired results.
Thanks for helping a beginner.
-Hc.
Deepayan Sarkar wrote:
> .
> That you haven't created all the (a, b) combinations you want: you are
> plotting these combination
Hi Steven,
You can just cut the matrix up into a 5 column matrix and use apply as normal
m2<-matrix(as.vector(t(m)), ncol=5, byrow=TRUE)
result<-matrix(apply(m2, 1, mean), ncol=ncol(m)/ncol(m2), byrow=TRUE)
result
--
Patrick Rogers
Dept. of Political Science
University of California, San Diego
Dear R
I installed R2.11.1 on Windows XP and because of University access control I
set the Cran and web passwords in the Rprofile.site file
# set a CRAN mirror
local({r <- getOption("repos")
r["CRAN"] <- "http://cran.ru.ac.za/";
options(repos=r)})
Sys.setenv(http_proxy="http://prhe
I'm running R 2.11.0 on a 32-bit Windows XP machine. Whenever I try to write
a csv file with 'append' set to TRUE, I get this message: attempt to set
'append' ignored.
Obviously, this is no good, since R is deleting my previously saved data
files, rather than appending to them. What can I do to
Hi there
I am setting up a FreeBSD server for my research department at university,
and one of my teachers needs specifically R modules like tm, RWeka, rJava
and the like.
I have installed FreeBSD 8.0/i386 and applied the relevant security patches
as well as the native FreeBSD JDK 1.6 with its la
Hi all,
I'm trying to write a function that will search and extract from a long
character string, but with a twist: I want to use the characters before and
the characters after what I want to extract as reference points. For
example, say I'm working with data entries that looks like this:
Drink
R Gurus:
This sounds not a FAQ. I upgraded WinEdt from 5.4 to 5.5 ,
following load RWinEdt, R-WinEdt editor appears. There are more menu
items and task icons in this version, but I failed to find a pull down
menu or task icon to send code to R.
What did I miss?
> sessionInfo()
R
Eik and Patrick,
Thanks I will give those a try.
On Thu, Jul 15, 2010 at 8:15 AM, Patrick J Rogers wrote:
> Hi Steven,
>
> You can just cut the matrix up into a 5 column matrix and use apply as
> normal
>
> m2<-matrix(as.vector(t(m)), ncol=5, byrow=TRUE)
> result<-matrix(apply(m2, 1, mean), nc
On Jul 15, 2010, at 9:41 AM, Cliff Clive wrote:
>
> I'm running R 2.11.0 on a 32-bit Windows XP machine. Whenever I try to write
> a csv file with 'append' set to TRUE, I get this message: attempt to set
> 'append' ignored.
>
> Obviously, this is no good, since R is deleting my previously saved
Dear useRs,
we are organizing a track on "Statistical Algorithms and Software" at the
3rd International Conference of the ERCIM WG on
COMPUTING & STATISTICS (ERCIM'10)
10-12 December 2010, Senate House, University of London, UK
http://www.cfe-csda.org/ercim10
Please consider giving a presentati
Hi Andy,
thanks for your reply and your further correction.
While the next release is not available I rewrite my code with your
suggestion in case it might help anyone.
###
library(randomForest)
set.seed(0)
## build data set in data frame
X <- rbind( matrix( runif
On Jul 15, 2010, at 9:48 AM, AndrewPage wrote:
>
> Hi all,
>
> I'm trying to write a function that will search and extract from a long
> character string, but with a twist: I want to use the characters before and
> the characters after what I want to extract as reference points. For
> example,
On Thu, Jul 15, 2010 at 10:48 AM, AndrewPage wrote:
>
> Hi all,
>
> I'm trying to write a function that will search and extract from a long
> character string, but with a twist: I want to use the characters before and
> the characters after what I want to extract as reference points. For
> exampl
Hi,
What if you create two data frames, then merge them by gene id.
If your data is in a data frame called "dframe"...
df1 <- subset(dframe,select=c("id2c","2c"))
df2 <- subset(dframe,select=c("id1c","1c"))
merged <- merge(df1,df2,by.x="id2c",by.y="id1c",all=TRUE)
plot(merged$1c,merged$2c)
Ch
Hi Group,
I have a matrix, and I would like to replace numbers less than 0 by
the smallest minimum number. Below is an
small matrix, and the loop I used. I would like to get suggestions on
the "R way" to do this.
Thanks,
Juliet
# example data set
mymat <- structure(c(-0.503183609420937, 0.1790
Hi, Juliet,
Something like this?
mymat[mymat<0]<-min(mymat[mymat>0])
Jun
On Thu, Jul 15, 2010 at 10:55 AM, Juliet Hannah wrote:
> Hi Group,
>
> I have a matrix, and I would like to replace numbers less than 0 by
> the smallest minimum number. Below is an
> small matrix, and the loop I used. I
On 07/15/2010 05:07 AM, Peter Dalgaard wrote:
paul s wrote:
On 07/14/2010 06:15 PM, Peter Dalgaard wrote:
A quick calculation reveals that a matrix of that size requires about
2.7 TERAbytes of storage, so I'm a bit confused as to how you might
expect to fit it into 16GB of RAM...
However, eve
Sage and Marc, thank you for your helpful replies.
Since RLink enables R calls from Mathematica, I wonder if it would make
the Mathematica "Front End" useful for organizing R work even if no
Mathematica functions are needed. It would be nice R had something like
the "Front End," a GUI that ena
Dear Jonathan,
Thanks a lot for your help! That works pretty well!
Best wishes,
Wei
On 7/15/10 5:52 PM, Jonathan Flowers wrote:
> Hi,
>
> What if you create two data frames, then merge them by gene id.
>
> If your data is in a data frame called "dframe"...
>
> df1 <- subset(dframe,select=c("id2c
Juliet -
Since you're operating on each column, apply() would
be the appropriate function;
mymat = apply(mymat,2,function(x){x[x<0] = min(x[x>0]);x})
- Phil Spector
Statistical Computing Facility
If you only want a count, please try table
text <- "ID Age School Grade
1 10 1 98
2 10 2 97
3 10 1 92
4 11 1 90
5 11 1 80
6 11 2 70
7 10 1 80
8 10 1 79
9 11 2 70"
df <- read.table(textConnection(text),header=T)
table(df[,2:3])
If you want sort the data, try order.
-
A R learner.
--
View t
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of Hadley Wickham
Sent: Thursday, July 15, 2010 12:15 AM
To: Yves Rosseel
Cc: r-help@r-project.org; richard_rauber...@merck.com
Subject: Re: [R] [R-pkgs] New package "list" for analyzing
l
David Bickel wrote:
Sage and Marc, thank you for your helpful replies.
Since RLink enables R calls from Mathematica, I wonder if it would make
the Mathematica "Front End" useful for organizing R work even if no
Mathematica functions are needed. It would be nice R had something like
the "Fro
On 15/07/2010 12:11 PM, David Bickel wrote:
Sage and Marc, thank you for your helpful replies.
Since RLink enables R calls from Mathematica, I wonder if it would make
the Mathematica "Front End" useful for organizing R work even if no
Mathematica functions are needed. It would be nice R had so
Thanks Jun and Phil!
On Thu, Jul 15, 2010 at 12:16 PM, Phil Spector
wrote:
> Juliet -
> Since you're operating on each column, apply() would
> be the appropriate function;
>
> mymat = apply(mymat,2,function(x){x[x<0] = min(x[x>0]);x})
>
>
> - Phil Spector
Hello, I have a vector, "dates", as a series of 3 digit elements, i.e. > date
[1] 528 528 528 528 528 528 528 528 528 528 528 528 708 708 708 708 708
708
[19] 708 708 708 708 529 529 529 529 529 529 529 529 529 529 529 529 529
529
[37] 529 624
I need to convert them into julian, but have to i
Hi,
Is this what you are looking for?
a = c(528,528,528,528,708,708,529,1208,423,1506,321)
paste(substr(a,1,nchar(a)-2),substr(a,nchar(a)-1,nchar(a)),sep="/")
[1] "5/28" "5/28" "5/28" "5/28" "7/08" "7/08" "5/29" "12/08"
"4/23" "15/06" "3/21"
Martyn
-Original Message-
From: r-h
Hello everyone!!
I have written a function in R and need to call it more than once say M
times then take an average of my output. How would I tell R to automatically
call my function many times instead of just the once?
Thanks! xxx
--
View this message in context:
http://r.789695.n4.nabble.c
btc1 wrote:
Hello, I have a vector, "dates", as a series of 3 digit elements, i.e. > date
[1] 528 528 528 528 528 528 528 528 528 528 528 528 708 708 708 708 708
708
[19] 708 708 708 708 529 529 529 529 529 529 529 529 529 529 529 529 529
529
[37] 529 624
I need to convert them into julian
louisey wrote:
Hello everyone!!
I have written a function in R and need to call it more than once say M
times then take an average of my output. How would I tell R to automatically
call my function many times instead of just the once?
The natural way will depend on what you're trying to do
gsub("(.*)(.{2})","\\1/\\2",dates)
-
A R learner.
--
View this message in context:
http://r.789695.n4.nabble.com/Cut-a-within-elements-by-length-not-value-of-vectors-tp2290440p2290471.html
Sent from the R help mailing list archive at Nabble.com.
Try this:
gsub("^(.)", "\\1/", dates)
On Thu, Jul 15, 2010 at 2:21 PM, btc1 wrote:
>
> Hello, I have a vector, "dates", as a series of 3 digit elements, i.e. >
> date
> [1] 528 528 528 528 528 528 528 528 528 528 528 528 708 708 708 708 708
> 708
> [19] 708 708 708 708 529 529 529 529 529 5
Building on Erik's solution and because it would easier to do date
arithmetic..
d1 <- as.character(date)
d1 <- ifelse(nchar(d1)<4, paste(0,d1,sep=""),d1)
d2 <- as.Date(date, "%m%d")
On Jul 15, 2010, at 1:21 PM, btc1 wrote:
Hello, I have a vector, "dates", as a series of 3 digit elements,
Thanks all! That did it.
On Thu, Jul 15, 2010 at 11:07 AM, Nikhil Kaza wrote:
> Building on Erik's solution and because it would easier to do date
> arithmetic..
>
> d1 <- as.character(date)
> d1 <- ifelse(nchar(d1)<4, paste(0,d1,sep=""),d1)
> d2 <- as.Date(date, "%m%d")
>
>
> On Jul 15, 2010, a
The data.frame is constructed by one of the following functions:
funweek <- function(df)
if (length(df$elapsed_time) > 5) {
rv = fitdist(df$elapsed_time,"exp")
rv$year = df$sale_year[1]
rv$sample = df$sale_week[1]
rv$granularity = "week"
rv
}
funmonth <- function(df)
if (
On Jul 15, 2010, at 2:18 PM, Ted Byers wrote:
> The data.frame is constructed by one of the following functions:
>
> funweek <- function(df)
> if (length(df$elapsed_time) > 5) {
>rv = fitdist(df$elapsed_time,"exp")
>rv$year = df$sale_year[1]
>rv$sample = df$sale_week[1]
>rv$granu
e.g. I have a big data set called "combined", and then a small sample of
"combined" called "miceSample". I wish to delete "miceSample" from
"combined" to create a new smaller data set and store it into a new object.
combined <- rbind(scaleMiceTrain, scaleMiceTest)
miceSample <- sample(combined[
On Jul 15, 2010, at 2:37 PM, Addi Wei wrote:
>
> e.g. I have a big data set called "combined", and then a small sample of
> "combined" called "miceSample". I wish to delete "miceSample" from
> "combined" to create a new smaller data set and store it into a new object.
>
> combined <- rbind(sca
Use write.table() instead.
I thought that I had used write.csv() with an append before but I cannot find
an example. Perhaps append= is not available in write.csv
--- On Thu, 7/15/10, Cliff Clive wrote:
> From: Cliff Clive
> Subject: [R] write.csv() : attempt to set 'append' ignored... Wh
Thanks! That's much less complicated and does everything I wanted it to do.
--
View this message in context:
http://r.789695.n4.nabble.com/Search-and-extract-string-function-tp2290268p2290356.html
Sent from the R help mailing list archive at Nabble.com.
Hello there
how can i calculate coefficient of determination with R?
Kind regards
Ali Reza Ehsani
Ph.d. student
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do
Question from an [R] novice...
Hi,
I have a vector of date/times like the one shown below (a truncated
sample of a much longer list...)
> dates[1:4]
[1] "2006-03-16 08:41:00" "2006-03-16 10:28:00" "2006-03-16 11:03:00"
[4] "2006-03-16 11:04:00"
I would like to generate a weekday histogram showing
Out of curiosity, is this a change in 2.11? I'm still runnning 2.10.1,
?write.csv mentions the other options being ignored, but not append. This
might also explain why John Kane believes he has successfully used append
with write.csv in that past.
Jonathan
On Thu, Jul 15, 2010 at 9:36 AM, Marc S
Actually I have one more question that's somewhat related-- I'm starting out
by importing a .txt file that isn't divided into vectors and is at times
inconsistent with regards to spacing, indents, etc., so I can't rely on
those. It looks something like this:
"Drink=Coffee:Location=Office:Time=M
Dear Gabor Csardi,
Thanks. The problem is now resolved.
> No wonder, writing computer programs is not just typing in random words
> and let the computer figure
> out what you are trying to do. At least not yet.
Apart from typo errors like "wri" before "write..." and "lecompose" instead
of "d
Hello everybody,
I write my bachelor-work in statistic about "Methods of nonlinear prediction in
time series". I will apply the local linear point forecast (from Yao and Tong
(1994a): Nonparametric method with the kernel function). I couldn`t find a
appropriate package for this method. Have somebo
Never mind, I found the answer to my own question. From the 2.11.0 change
log:
owrite.csv[2] no longer allow 'append' to be changed: as ever,
direct calls to write.table() give more flexibility as well as
more room for error.
Jonathan
On Thu, Jul 15, 2010 at 2:01 PM, Jonathan Ch
Thanks Marc
The next part of the question, though, involves the fact that there is a new
'z' list made in almost every iteration through the ID loop.
I guess there are two parts to the question. First, how would I make a list
containing all the data frames created by a call to rbind? I assume,
Yes, this behavior is new in 2.11.x. From the NEWS file:
o write.csv[2] no longer allow 'append' to be changed: as ever,
direct calls to write.table() give more flexibility as well as
more room for error.
HTH,
Marc
On Jul 15, 2010, at 3:01 PM, Jonathan Christensen wrote:
But "miceSample" has multiple columns... For example if nvars=4, I have 4
columns of data to delete from "combined".
Specifically, I have 187 columns in "combined", and "miceSample" only has 4
columns. So the new data frame should have 183 columns.
--
View this message in context:
http://r
On 07/15/2010 07:59 AM, Claus Dethlefsen / Region Nordjylland wrote:
Dear List
My question relates to the rms (or Design) package. I have modified
the example from help(Glm) to include an offset argument. It works
with "glm" but "Glm" gives the error
Error in if (!length(fname) || !any(fname ==
It's high time for a small, reproducible example. Don't say, "for
example", *give* us an example in R.
That being said, something like
combined[!names(combined) %in% names(miceSample)]
might be a start...
Addi Wei wrote:
But "miceSample" has multiple columns... For example if nvars=4, I ha
Hi:
Tal was on the right track, but the function in package zoo that applies
here is rollapply():
library(zoo)
m<-matrix(seq(1,80),ncol=20, nrow=4)
t(apply(m, 1, function(x) rollapply(zoo(x), width = 5, FUN = mean, by = 5)))
[,1] [,2] [,3] [,4]
[1,]9 29 49 69
[2,] 10 30 50
1 - 100 of 157 matches
Mail list logo