Displaying 20 results from an estimated 3000 matches similar to: "looping through numbered variables"
2013 Apr 09
4
quotes in cat() within function
Hello all,
Sorry if this question has been answered in the past, but I could not find
an answer.
I am trying to print quotes within a cat output. The arguments are:
file= "Data labels"
directory= "/home/mylaptop/"
The function returns:
cat("The file", file, "is located in directory", directory, sep=" ")
The output R prints is
The file Data
2010 Jul 20
2
loop through files and create object
Hi R users,
I am a newbie and therefore the naive question. Sorry but I was unable
to find an answer online. I would like to read 47 data sets
(country1.raw, country2.raw, ... country47.raw) and save into a matrix
each time (data1, data2, ....data47).
for (i in 1:47){
data(?) <- read.csv(file.path("country", i, ".raw", fsep = ""), header = TRUE)
}
The read.cvs
2011 Feb 02
4
looping variable names
Hi all,
I've been looking for a simple answer to the following problem.
Let's say that I can loop through, say, 100 values that need to be assigned
to, say, the variables var1:var100.
Is there an elegant way to do this?
I have seen one or two similar questions...but they tend to be in more
complicated contexts.
Simple question, hopefully with a simple answer.
Thanks very much!
--
2013 Feb 05
1
lmer - BLUP prediction intervals
Dear all
I have a model that looks like this:
m1 <- lmer(Difference ~ 1+ (1|Examiner) + (1|Item), data=englisho.data)
I know it is not possible to estimate random effects but one can
obtain BLUPs of the conditional modes with
re1 <- ranef(m1, postVar=T)
And then dotplot(re1) for the examiner and item levels gives me a nice
prediction interval. But I would like to have the prediction
2007 Aug 07
1
lmer() : crossed-random-effects specification
Dear all,
I want to estimate a crossed-random-effects model (i.e., measurements,
students, schools) where students migrate between schools over time.
I'm interested in the fixed effects of "SES", "age" and their
interaction on "read" (reading achievement) while accounting for the
sample design. Based on a previous post, I'm specifying my model as:
fm1 <-
2007 Feb 02
1
Access to column names stored in a vector in lm procedure
Hello everybody
I have to run many statistical tests that are identical, with the
exception of the dependent variable. Is there a possibility to store the
dependent variable names e.g. in a vector (in the below mentioned example
called “variable”) and to use the content of this vector in a simple
statistical test (e.g. a regression). I would like to write the
statistical procedure only once…
2011 Nov 27
1
sqldf if iif
Dear all,
I have problems with iif function using sqldf library.
I counted abundance (Num) of different "SPECIES" in two moments (esf) saving
the information in two Tables (esf50, esf100):
esf50
SAMPLE SPECIES Num esf
1289 diso1 44 50
1289 diso2 5 50
1289 diso3
2003 Apr 30
2
How to find the NIC Capacity / Bandwidth ?
Hi,
Any body having idea to find the NIC Capacity / BW (10 / 100 Mbps) ?
Whether the interface may be eth0/eth1/ppp0 or some other.
Is there any related IOCTL avialable, if so just give the linux-2.4.18
file path.
thanks,
Srikanth.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2007 May 02
4
Terse Mocks
Hello,
I recently made a feature request with a patch for terser mocks.
http://rubyforge.org/tracker/index.php?func=detail&aid=10412&group_id=1917&atid=7480
Here are some examples with their current equivalents:
the_mock.expects.foo(1,2) {|a, b| :bar}
the_mock.expects.foo(1,2).returns(:bar)
the_mock.expects(:foo).with(1,2) {|a, b| :bar}
the_mock.expects(:foo).with(1,2).returns(:bar)
2013 Sep 10
2
Normalidad para datos multivariados
Hola! Estoy teniendo un problema para testar la normalidad y la homogeneidad de varianzas para mi modelo de manova
Es este mi modelo: m1<-manova(cbind(pred,fit,oniv)~tratamento/parcela+bloco,data.vegetacao)
Aparte de tener tres variables respuestas (predador, fitófago, omnívoro), también es un diseño anidado.
Alguien sabría responder esto? Gracias!
Carol
[[alternative HTML version
2004 Dec 16
9
Some help for a beginner please: terser logging
Dear newfound friends,
please be patient. For me reading and writing in English is more painful
than dissecting IP traces :)
I have tried reading through the FAQ but could not quite understand:
I would like the logs to be terser. I think I can live without MAC, LEN,
TOS, PREC, TTL, ID fields normally (maybe need them only in special
situations). Could not understand if/how I can achieve this.
2013 Feb 08
1
vegdist Error en double(N * (N - 1)/2) : tama?o del vector especificado es muy grande
---------- Forwarded message ----------
From: <r-help-owner@r-project.org>
Date: 2013/2/8
Subject: vegdist Error en double(N * (N - 1)/2) : tama?o del vector
especificado es muy grande
To: caro.bello58@gmail.com
Message rejected by filter rule match
---------- Mensaje reenviado ----------
From: caro bello <caro.bello58@gmail.com>
To: r-help@r-project.org
Cc:
Date: Fri, 8 Feb 2013
2007 Jun 15
3
how to plot two graphics in one window
Hello ,
Maybe this question you answered before, but i couldnt find something
indicated in the mailing list.
I wish to plot two graphics in one window, for example y=sinx and y=exp(x)
in the same windows, (the same interval for x).
Thanks .
Miguel.
--
View this message in context: http://www.nabble.com/how-to-plot-two-graphics-in-one-window-tf3929594.html#a11145186
Sent from the R help
2008 Jun 05
1
Limit distribution of continuous-time Markov process
I have (below) an attempt at an R script to find the limit distribution
of
a continuous-time Markov process, using the formulae outlined at
http://www.uwm.edu/~ziyu/ctc.pdf, page 5.
First, is there a better exposition of a practical algorithm for doing
this? I have not found an R package that does this specifically, nor
anything on the web.
Second, the script below will give the right
2014 Dec 18
2
Joining the SIG - oVirt project
On 16/12/14 16:04, George Dunlap wrote:
> On Wed, Dec 3, 2014 at 7:30 AM, Sandro Bonazzola <sbonazzo at redhat.com> wrote:
>> Hi,
>> I just joined the CentOS-virt call yesterday for the first time and it was a pleasure to meet you there.
>> My name is Sandro Bonazzola[1] and I'm a member of the integration team and the release engineering manager for oVirt
2014 Dec 03
4
Joining the SIG - oVirt project
Hi,
I just joined the CentOS-virt call yesterday for the first time and it was a pleasure to meet you there.
My name is Sandro Bonazzola[1] and I'm a member of the integration team and the release engineering manager for oVirt project[2].
oVirt is an open source alternative to VMware vSphere, and provides an excellent KVM management interface for multi-node virtualization.
On each release we
2003 Oct 07
2
Creating domain group using Samba 2.2.7
Hi all,
Is there any way of creating an NT domain using Samba 2.2.7? The creatgroup option isn't available to me from rpcclient.
Thanks,
Caro
2015 Dec 15
2
Slow boot when no serial pty connected
Hi everyone!
It's the first time I send a message to this list, I hope it's not the last :)
So my issue is that when booting a disk image generated with virt-builder [1]
it takes more than 5 minutes, waiting in the boot screen that says:
"
Booting from disk...
press any key to continue.
"
The press any key message shows up to 5 times. The issue is that it stays in
that screen
2009 Jul 24
2
Web Forum for SysLinux
Hi,
My name is Nuno and I'm one of the Administrators at Boot Land (
http://boot-land.net)
Our site is mainly focused on boot disks and boot loaders.
We'd like to host an official forum section for discussions specific to
SysLinux since it is also used with frequency in some of the projects that
are being developed at the site and this would also bring some extra
exposition of this
2005 Apr 21
2
Deciles and R
Hi everyone,
I'm a new R user (if this is a really basic question, please do excuse
me...) and I'm having some questions regarding a deciles problem.
I have a variable which I need to categorize according to its deciles (X).
However, this categorization should be made into another variable (call it
NewVar).
Ex. for the quartiles case (just for the sake of exposition, since I need