Displaying 20 results from an estimated 1200 matches similar to: "staying with R, jobs in R"
2005 Jan 11
1
transcan() from Hmisc package for imputing data
Hello:
I have been trying to impute missing values of a data
frame which has both numerical and categorical values
using the function transcan() with little luck.
Would you be able to give me a simple example where a
data frame is fed to transcan and it spits out a new
data frame with the NA values filled up?
Or is there any other function that i could use?
Thank you
avneet
=====
I believe in
2005 Jan 17
1
merge data frames taking mean/mode of multiple macthes
Hello :)
I have two data frames, one has properties taken on a
piece by piece basis and the other has performance on
a lot by lot basis. I wish to combine these two data
frames but the problem is that each lot has multiple
pieces and hence i need to take a mean of the
properties of multiple pieces and match it to the row
having data about the lot.
I was wondering if there is a simple commmand,
2005 Jan 25
1
r square values for independent variables in multiple linear regr ession model -- newbie
Hello
Could you please suggest a way to find out the r square values for each
independent variable while using "lm" for developing a multiple linear
regression model.
Thank you
avneet
"I have no data yet. It is a capital mistake to theorize before one has
data. Insensibly one begins to twist facts to suit theories instead of
theories to suit facts."
~ Sir Arthur Conan Doyle
2006 Oct 18
2
multiline string continuation
Dear R experts,
I wonder how can one input a string variable in multiple lines in a R
script. I've seen solution to the command line continuation in the
non-string situation (just continute at the new line). However, that
doesn't work for strings because the new line character, "\n", is
included in the resultant string. For example, if I type the following
in a script:
2006 Mar 27
1
restart problem
hi,
i m facing a problem of asterisk not starting from rc.local, i can see the
files .ctl and .pid existing in the respective directory. but asterisk
-vvvvgrc doesnt work. lines are not picked up.
from the shell if execute asterisk "asterisk" it starts working fine.
this is happening only on one of the few asterisk installations i have. rest
all seems to work fine. any ideas????
regards
2018 Apr 27
3
GSOC 2018: Diversification of Search Results
We are equally excited about working with you over summer.
I think you missed reply by Olly on IRC, you can find it in logs here:
https://botbot.me/freenode/xapian/2018-04-24/?msg=99336093&page=1
- olly
icebyte[m]: i think that probably needs to go through SFC (
https://sfconservancy.org/) as the "legal entity"
- 2:05 am
2007 Sep 25
3
XMMS on CentOS 5
I would like to know why CentOS doesn't have xmms.
--
"Nuestra recompensa se encuentra en el esfuerzo y no en el resultado.
Un esfuerzo total es una victoria completa".
Mahatma Gandhi
(@ @)
|------o00o-(_)-o00o----------|
|Manuel Enrique Ch?vez Manzano|
|manuel864 at gmail.com |
|manny at cmc.cfg.sld.cu
2016 Dec 15
1
Alternative to cPanel
On Thu, 15 Dec 2016 18:23:31 +0100
Andrew Holway <andrew.holway at gmail.com> wrote:
> I think most of the market is moving towards AWS Elastic Beanstalk,
> OpenShift and Docker. It seems control panels are not really much of a
> thing anymore.
>
> Cheers,
>
> Andrew
the people at virtualmin.com don't agree. Neither do I, I use it a lot
and like it.
D
>
2007 Oct 16
3
About wget
I've been downloading a software for a friend with wget, but as my
connexion to internet is not so good, wget downloaded in three parts by
example:
SetupDxLabelMakerSoftonic.exe
SetupDxLabelMakerSoftonic.exe.1
SetupDxLabelMakerSoftonic.exe.1.1
My question is: Is there any way to join all of this or Do I have to
download that again?
Hope an answer
thanks to all
manny
--
"Nuestra
2018 Feb 25
3
GSOC 2018: Diversification of Search Results
Hello,
I am Uppinder Chugh (irc nick: icebyte), a senior year undergraduate
student majoring in Computer Science and Engineering at Indian Institute of
Technology, Guwahati. I'm interested to work on the idea of adding the
functionality of search result diversification to Xapian. After having
brief conversations with mentors on IRC, I would like to compile the
discussions and further discuss
2005 Jan 09
2
Bug#289529: logcheck: "Ghandi" should be "Gandhi" in README.how.to.interpret
Package: logcheck
Version: 1.2.32
Severity: minor
"Ghandi" should be "Gandhi" in README.how.to.interpret, assuming that
you mean the Indian freedom fighter M.K. Gandhi a.k.a. Mahatma Gandhi.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=C
2009 Jan 23
4
Postfix and Dovecot
Hi Everybody,
I'm mount two failover servers which use Postfix and Dovecot but the
hostname of the machines r diferent:
first node
# uname -n
# mail
secound node
#uname -n
#mail2
So far so good, the real problem is that the e-mail file name on server is
like this:
1232449377.P31789Q0M963611.mail2
and when I using the server called mail the file stay like this:
2006 Jan 09
13
Ajax Tabs
hi railers,
I have a model/view/controller with many associations (20+). I would like to
display the relative associations using AJAX, allowing the user to display
the association his/her is interesting at a particular time. Is here any
kind ajax tabs helper or some kind of tab widgets that I can easily
incorporate into my rails application.
regards,
leon
-------------- next part --------------
2006 Jan 25
2
Update join_table attributes
I have two ActiveRecord classes that point at each other with a
"has_and_belongs_to_many" (habtm) relationship using a join table. The
join
table has an a few additional columns besides the _id columns.
For those of you with the Agile Web Dev w/ Rails book, it''s exactly the
same
setup as the articles<->articles_users<->users example on p240.
The habtm
2006 Jan 09
3
Include with two references of one model of the same table
Hey guys,
I just came across this oddity, not sure what to make of it yet, but
I think it might be incorrect behavior. When doing a @inst.find(:all,
:include => ["hometeam", "awayteam"] ...) hometeam and awayteam are two
references from a belongs_to that is of the same model and of the same
table. I will get a pgerror stating that "matches", which is
2004 Dec 21
1
lm regression: estimate of a categorical variable without being broken into levels
Hello:
I am new to R and am going through the growing pains,
wonder if you could help alleviate some.
I wished to find the estimate for a categorical
variable without it being broken into levels but dont
know how to.
if I use the following example:
$>data(iris)
$>g=lm(Sepal.Length~.,iris)
$>summary(g)
I get the estimate of the categorical variable
"Species" broken up into
2005 Apr 19
1
Package 'R2HTML'
I recently learnt how to use Sweave which is a wonderful tool
After which i also tried to use R2HTML as it would allow many of my
colleagues who dont use latex to be able to use and edit my work. I was
unable to make it work and couldnt find a way to implement it. I got some
errors.
I wonder if you could help me with it
i have a windows 2000 OS and the version of R is "R version 1.9.1,
2006 Jan 04
11
Query Mixin by Duane Johnson
Hello
At the start of October, Duane Johnson announced the Query mixin plugin on
this list. The code was attached to the announcement email. Unfortunately,
I''ve not been able to locate the attached code. Goggle has not helped me
this time. Could somebody forward it to me?
Thanks in advance
Harvey
This e-mail has been scanned for all viruses by MessageLabs.
2010 Jul 12
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
> ld-new works only with those objects which are compiled using native gcc but
> doesn't work for cross-compiler gcc/arm.
Ok, please show:
ld --version
and last few lines of the ld --help output
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2010 Jul 12
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
Did you mean ld-new ?
ld-new -v
GNU gold (GNU Binutils 2.20.51.20100707) 1.9
ld-new --help
./ld-new: supported targets: elf32-i386 elf32-i386-freebsd elf64-x86-64
elf64-x86-64-freebsd elf64-sparc elf32-sparc elf64-powerpcle elf64-powerpc
elf32-powerpcle elf32-powerpc elf32-bigarm elf32-littlearm
On Mon, Jul 12, 2010 at 6:52 PM, Anton Korobeynikov <anton at korobeynikov.info
> wrote: