Displaying 20 results from an estimated 1100 matches similar to: "Object Property Sorting - Hash?"
2010 May 19
1
Multiple language output - Correct in RGui, wrong in .txt after sink()
I have the following problem with outputting multilingual data to a file.
I get (except for Korean) what I expect as result in the RGui, but when I
use sink() to output to a text file loose the characters in the foreign
languages.
I post a small example below. Since I am not sure how well my email system
as the list copes with all the different characters I have additionally
created a pdf
2010 Jun 29
3
mixed-effects model with two fixed effects: interaction
Dear all,
In a greenhouse experiment we tested performance of 4 different species (B,H,P,R) under 3 different water levels in 10 replications. As response variable e.g. the number of emerging sprouts were measured on three dates. A simple Anova considering every measurement date separately shows a higly significant effect of species and moisture (and partly the interaction of both). The
2005 Sep 27
2
Tree connect failed: ERRDOS - ERRnomem
I recently couldn't connect to a windowXP domain share from a winXP
client.(Samba is the PDC) When I attempted to mount the share from the samba
server this is the error I got.
colin@Alfalfa:~/oakwood$ smbmount //buckwheat/share buckwheat/
Password:
6586: tree connect failed: ERRDOS - ERRnomem (Insufficient server memory to
perform the requested function.)
colin@Alfalfa:~/oakwood$ smbmount
2010 Jan 28
0
Setting base level for contrasts with lme
Hi all,
Note:
lm(Yield ~ Block + C(Variety, base = 2), Alfalfa)
equals
i <- 2; lm(Yield ~ Block + C(Variety, base = i), Alfalfa)
However,
lme(Yield ~ C(Variety, base = 2), Alfalfa, random=~1|Block)
which is fine, does not equal
i <- 2; lme(Yield ~ C(Variety, base = i), Alfalfa, random=~1|Block)
after which I get the message
"Error in model.frame.default(formula = ~Yield + Variety +
2007 Jun 01
1
RFC: making the xen startup integrate better with distros
What follows below is an outline of what we''re changing in Xen startup
for Fedora 8. I know historically when getting into initscripts you tend
to hit distro specific issues. So I''m posting this to see if there''s any
interest from others in having these changes integrated upstream. I''d
like to thing that with a few minor tweaks this is general enough to be
2018 Apr 13
5
Reading xpt files into R
Hello R folk
I have an xpt file which I have been trying to open into R in R studio
On the net I found guidance which says that I need packages Hmisc and SASxport which I have successfully loaded.
I had also found some code which says that this would allow me to read the xpt file into R:
library(SASxport)
data(Alfalfa)
lookup.xport("test.xpt")
2009 May 01
2
combine column names
Dear R-list,
Is there any way I can extract part or whole column name from two
variables and combine them? Not values, but column names.
For example,
I have data set with 70 variables. The column names are "Alfalfa",
"Corn","Soybean",..."Sunflower". After I combine the two variable (say
Alfalfa and Corn), I want to rename it as "AlfCor" or
2018 Apr 13
0
Reading xpt files into R
> On Apr 13, 2018, at 10:01 AM, WRAY NICHOLAS via R-help <r-help at r-project.org> wrote:
>
> Hello R folk
>
> I have an xpt file which I have been trying to open into R in R studio
>
> On the net I found guidance which says that I need packages Hmisc and SASxport which I have successfully loaded.
>
> I had also found some code which says that this would allow
2008 Jan 19
1
private method `split' called for...
hi,
I''m trying to split a string up as follows:
>> @ruby = "I like carrots"
=> "I like carrots"
>> @type = @ruby.split[2][0,@ruby.split[2].length-1]
=> "carrot"
which works fine in the console...but when I try to run it on my site, I
get the error:
private method `split'' called for #<List:0xb681084c>
What could be the
2011 Feb 18
1
plot3d, color points by group
Hello
I've created a 3d scatterplot, and had no problems labeling the points.
However, I've been really struggling to change the color of the points based
on a factor (see 'group' below). Is such a thing possible?
My data look like this:
food group x y z
apple fruit 0.216 -0.112 -0.893
orange fruit 0.814 0.097 0.460
broccoli veg -0.239 0.240 -0.425
banana
2010 Sep 16
5
DO NOT REPLY [Bug 7683] New: New rsync deletes destination files it shouldn't
https://bugzilla.samba.org/show_bug.cgi?id=7683
Summary: New rsync deletes destination files it shouldn't
Product: rsync
Version: 3.0.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy:
2009 Oct 05
0
setting default domain
Hello,
I'm attempting to use samba winbind for ssh authentication for users
in Active Directory. Things are mostly working, but I'm looking for
two things:
1.) I currently have to authenticate as ADLOCAL+elijah at concordia.uchicago.edu
. I would like to authenticate as elijah at concordia.uchicago.edu
2.) I would like the uid of the elijah user to be pulled from an
existing
2016 Sep 06
1
Whether to use systemd to start services
I'm wondering if it's normally required to start services with systemd as opposed to sysv? I currently load a few services using the old init.d/service funtionality, which still works fine. Is this ok or is sysv going to be fully discontinued in the future? The service I load is celeryd via init.d but so far finding few pointers as to how to do this with a celery.service file. I can load
2008 Jun 06
1
rsync daemon not answering
Hi everyone.
I have a problem: I was running rsync --daemon on a Ubuntu 6.10 linux
without problems. I used it to sync our company intranet from a Windows
host through deltacopy. Then I migrated my system to new hardware and
installed Ubuntu 7.10 on it. I run rsync --daemon with the same
rsyncd.conf file and it?s not listening to any requests. I?m trying to
sync the same directories from the
2008 Jul 22
2
Rsync job exiting with error "unexpected tag 3 [sender]"
Hello everyone. I have this issue:
I?m rSyncing three folders from my main server to my backup server. Main is Ubuntu 7.10 64 bit and backup is Ubuntu 6.10 32 bit. Both are Rsync 3.0.2. Please advise me if there any other debug information I should provide.
I get this output:
building file list ... done
Attachments_Redmine.tar.gz
BackupRedmine.sql
calidad/
calidad/DESVIOS QQ 1.2 ADVANTEK
2006 May 31
5
Help with sorting arrays with objects in it
I have to build an array through both activerecord and also through a ferret
index.
I was hoping to find a way of sorting the array as i combine the two so
def advanced_search(search_text, store, format, sortby)
# find items in ferret index
items = Item.find_by_contents(search_text)
# and now find all the items from a certain store or category
items_from_sql = Item.find_by_sql("SELECT *
2016 Jan 24
0
Just need to vent
On Sun, 2016-01-24 at 12:01 -0600, Valeri Galtsev wrote:
> Well, there is Linux distribution which is systemd-free. And that
> distribution I predict will live for decently long time. It is "Devuan" -
> a fork of Debian, stripped off systemd and friends... well, I should have
> said: composed without systemd and friends. Devuan was forked off ebian
> because of systemd.
2005 Aug 11
0
easier way to print heatmap on multiple pages?
Hi All,
I've worked on some code to take a heatmap with 1000 row entries, and
split this up into 20 pages, each with 50 rows from the original
heatmap. I want to preserve the row order such that all 20 pages, if
put together, would comprise the original heatmap.
Here's what I've done:
##make the initial heatmap, with all 1000 rows and write it to an
object 'heatAll'
2017 Jul 27
0
How long to wait for process?
Rather than go to a penalized GLM, you might be better off investigating
the sources of quasi-perfect separation and simplifying the model to
avoid or reduce it. In your data set you have several factors with
large number of levels, making the data sparse for all their combinations.
Like multicolinearity, near perfect separation is a data problem, and is
often better solved by careful
2006 Dec 17
1
Rspec/Ruby to test software written in other languages?
Is anyone here using Rspec and Ruby to test software written in other
languages? I''m about to start an R language project, and may also be
doing some work in another language (I''m not sure which one yet, but
it''s one of the ones that''s part of the Axiom symbolic math package).
I''d dearly love a test framework that can handle all three languages,