Displaying 7 results from an estimated 7 matches similar to: "Missing index in vector assignment"
2010 Feb 11
2
Unexpected output in first iteration of for-loop
Dear r-helpers,
why do I get an output in the first iteration of the for-loop
which contains the string values of the input vector,
and how can I avoid that?
Here's the output (only line 1 is wrong)
latentVariable Indiv Group
1 rPlanning rIterat rTDD
2 rPlanning 0.79 0.84
3 rIterat 0.79 0.83
4 rTDD 0.9 0.96
5 rStandup 0.83 0.82
6
2010 Feb 10
1
eval function with javascript-semantics possible in R?
Dear r-helpers,
I am looking for an R-equivalent for the eval-function in javascript which
can
interpret a string as code on runtime, thereby allowing things like
for (i in c(1:2))
{
eval(items + "i") <- read.csv(eval(filename+ i), dec=",");
}
which would execute (with filename="testfile"):
items1 <- read.csv(testfile1, dec=",");
items2 <-
2010 Feb 10
1
mean calculation within dataframe corrupted
Dear R-helpers,
my little function below calculates the group score (tmpGroupMean) of an
item,
appends a "_mean" on its name and stores its value on this name.
However, it does not calculate the mean of these scores (LVMean) in the same
row correctly,
as you can see in the below output which strangely also contains NAs.
What is wrong??
Thanks for any hint!!!
######
## start
2009 Jan 06
3
Booting issue on CentOS 5.2+Xen 3.3.0
Hello All,
I finally compiled xen 3.3.0 using make World, installed it but I cannot get
it to Boot, I always get kernel panic, kernel not sync kind of errors, I
suppose it''s some hard disk or partition issue, my setup is as follows.
CentOS 5.2 x86_64 on a HP ML-115
Grub, menu.list
Entries
CentOS xen''s line
title CentOS (2.6.18-92.1.22.el5xen)
root
2012 Jun 23
3
How to upgrade from 5.8 to 6.2
Good day,
Please am new on CentOS, may you help me with the upgrade from 5.8 to
6.2 using?
Thanks a lot
--
--
You Truly
Eric Kom
System Administrator - Metropolitan College
_________________________________________
/ You are scrupulously honest, frank, and \
| straightforward. Therefore you have few |
\ friends. /
-----------------------------------------
2014 May 20
1
[Fwd: Re: Samba3 -> Samba4 migration]
-------- Forwarded Message --------
From: miranda <miranda at prodemge.gov.br>
To: Rowland Penny <rowlandpenny at googlemail.com>
Subject: Re: [Samba] Samba3 -> Samba4 migration
Date: Tue, 20 May 2014 10:21:09 -0300
Sorry , here i go :
Original samba3 environment :
root at centaurus:~# cat /etc/issue
Debian GNU/Linux 5.0 \n \l
root at centaurus:~# smbd -V
Version 3.2.5
backend
2010 Jul 04
4
OT: Problems updating OS to deal with fading R support for Ubuntu Hardy Heron...
Evening folks:
Not sure where this fits into the picture so bear with me for a few
moments while I think out loud to lay out the particulars of my problem.
-would love to be employed using R for a living but so far I have just
worked with it on my home machine to develop a basic level of skill with
it.
-I run Ubuntu linux 8.04 LTS on a machine with a 2.5GHz Celeron
processor and 1.2GB of memory.