similar to: Coerce rownames to factor for ordering

Displaying 20 results from an estimated 400 matches similar to: "Coerce rownames to factor for ordering"

2012 Jun 30
2
Significance of interaction depends on factor reference level - lmer/AIC model averaging
Dear R users, I am using lmer combined with AIC model selection and averaging (in the MuMIn package) to try and assess how isotope values (which indicate diet) vary within a population of animals. I have multiple measures from individuals (variable 'Tattoo') and multiple individuals within social groups within 4 locations (A, B, C ,D) crucially I am interested if there are
2011 Jan 21
2
Does dsync handle client-side deletions?
Hi there, I'm currently evaluating the idea of a multi-master setup where each node shall hold a full copy of the mailboxes. Basically the idea is to use NFS and dsync to keep those copies in sync. So I did some tests with dsync and ran into a problem. Consider the following scenario: 1) Location1 and Location2 are in sync 2) A mail gets deleted on Location1 (via IMAP) 3) dsync mirror run to
2011 Oct 12
1
using csv file for stacked bar plot, rows to columns
**NEW TO R**-been trying to teach myself with no prior experience in computer languages, so I apologize if I am poor at using technical terms Hi, I have perused some of the previous posts on this topic and tried their solutions, but am still coming up with error messages(sometimes more than 50 at a time) I have: a csv file with four columns(that I have read into R, no problem, we will call it
2013 Oct 16
2
different environments per puppet master
Hi, Is there any possibility to do different environments(puppet classes) per organization/location based on a smart proxy(puppet master)? Or any plans to implement this? Thank you, Cristian Falcas -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to
2013 Jun 19
2
knitr without R studio
Hello folks, I`m using knitr on R studio, which make it easy to use, but a coworker of mine would like to run it on "simple" R. So I was wondering if you know what is the equivalent of the button "knit HTML" in RStudio in R. I tried knit2HTML( <html> <head> <title></title> </head> <body style="background-color:white">
2013 Feb 20
1
ggplot2 customizing a plot
Dear all, I want some help improve my ggplot as following: Make the plottable area with grid, so is easy one to see where each box refers to x and y values. Add a color bar but with fixed values, that I want to specify. How   I can do those two? Before is some code what I have tried so far. Regards Alex
2006 May 26
1
hints/subscriptions accross IAX
(I hope this isn't html - Thunderbird is so annoying) I'm new to using hints/subscriptions on * so please be patient with me. I have two * systems in different geographic locations, connected via IAX Location1 has a Polycom 600 and a GXP-2000 phone Location 2 has a single GXP-2000. With the latest GS firmware, at Location1 I've managed to get an LED to light up on the GS phone
2007 Dec 20
1
data shape
Hello: I have been give a spreadsheet to work with formed as one big table. What it consists of is a 10-row-by-40-column table for each of about 70 different locations. In other words, the table row names are repeated 70 times, once for each of the locations (whose names also appear in the same column, where it's talking about the totals for that location), e.g.: A B C
2006 Nov 01
3
Re: Newbie Questions - Grandstorm phones?
Thanks everyone for the input. After pricing everything we need out, it's not worth trying to get our old system to work, so I've pitched ditching everything and starting over. I'm very excited and hoping they'll go for it. Regardless, I'm going to throw a box together for my house, we have no home phone (just cell phones) so this'll be a great way of testing. All
2006 Jan 10
3
IAX & CallerID
Hi All Apologises if this has been disussed and I missed it. My SetUp I have a sip phone registered to an asterisk box (a1) in one location 1. This phone dials an extension which is in another location, so a1 passes the call via IAX to the other asterisk (a2) in location 2 which then dials the local phone. My Problem The caller ID setup in the sip.conf for the phone registered to a1 is not
2014 Mar 08
1
Planning migration
I think I have a working dovecot installation, and the time has come to migrate my users. There are only 4 of us, so it can be done manually per user. I looked at this page in the wiki http://wiki2.dovecot.org/Migration/Dsync but I am totally confused. 1st off, it uses doveadm, but with commands parameters that dont match my doveadm's man page. In fact they look more like dsync
2010 Jun 18
0
pcse package - is it OK to use it when my regression is weighted by each subgroup's mean
Hello! Just would like to make sure I am not doing something wrong. I am running an OLS regression. I have several subgroups in the data set (locations) - and in each location I have weekly data for 2 years - on my DV and on all predictors. Looks like this: location week DV Predictor1 Predictor 2 location1 week1 xxx xxxxxxx xxxxxxxxx location1 week2 xxx xxxxxxx xxxxxxxxx . .
2009 Mar 22
1
Multiple Comparisons for (multicomp - glht) for glm negative binomial (glm.nb)
Hi I have some experimental data where I have counts of the number of insects collected to different trap types rotated through 5 different location (variable -location), 4 different chemical attractants [A, B, C, D] were applied to the traps (variable - semio) and all were trialled at two different CO2 release rates [1, 2] (variable CO2) I also have a selection of continuous variables
2011 May 09
0
Mixed-design ANOVA: 2 between-subject factors and 1 within-subject factor
Dear all, I am trying to using a mixed-design ANOVA to analyze my data. I have two between subject variables: location (2 different locations) and age group (young and old), and one within-subject variable: valence (positive, neutral, negative). I am looking at an Stevens(one between, two within) in Notes on the use of R for psychology experiments and questionnaires (P34 in this article). In
2009 Jun 29
5
Select values at random by id value
All, I have data that looks like below. For each id there may be more than one value per day. I want to select a random value for that day for that id. The end result would hopefully be a matrix with the id as rows, date as columns and populated by the random hab value. Thanks to someone on here (Jim) I know how to do the matrix, but now realize I need to randomly select some of my values.
2014 Jul 29
2
LMTP during dsync migration
Hi all, Another question regarding migration. While migrating a mailbox with dsync is it safe to deliver mail via LMTP to the new (target) mailbox or is it wiser to deactivate LMTP delivery to this mailbox until it's fully migrated? And what methods could I use to stop delivery to a mailbox during migration? Our user data is stored on an LDAP server. Cheers, -- j.hofm?ller
2013 Jun 20
0
Produce HTML reference in knitr using rmd
Hello guys, I'm new to knitr and to R in general. I'm using RStudio and knitr, both the latest version. I am trying to produce an html page with multiple graph, which has a url reference to each of them that bring us lower on the page. For those produce separately it is pretty easy, since I just include the html location like I did for graph 1. But in a loop, I am struggling to
2005 Aug 15
0
Ast.1.0.9 (only) strange problem with IAX and DDNS
Asterisk 1.0.9: IAX2 registration timeout! --- I have 2 locations with ADSL lines, both with dynamic IP (+ dynamic DNS). On location 1 => Asterisk 1.0.RC2 / Slackware 10 On location 2 => Asterisk 1.0.9 / Slackware 10 They are on private network and connected via IAX2 through NAT(win2000server), and registering to DDNS name of each other. I know that Asterisk is not very smart on handling
2014 Apr 04
1
dsync deleted my mailbox - what did I do wrong?
Hi. Mostly annoying: I migrated from one machine to another, made sure the target host worked as expected, updated mx records and - after a couple of days - signed it off as good. This is just my private machine, no big deal if something goes wrong.. Everything's fine? Good, let's migrate my inbox from the old machine. There's no direct connectivity between those servers, so what
2006 Nov 01
0
[SPAM HEADER] - RE: Re: Newbie Questions - Grandstorm phones? - Email found in subject
Ken - take a look at using IAX protocol to route calls between your Asterisk boxes. Cory Andrews -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ken Williams Sent: Wednesday, November 01, 2006 10:58 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [SPAM HEADER] - RE: [asterisk-users]