Displaying 20 results from an estimated 1200 matches similar to: "data shape"
2007 Dec 02
3
documenting yoru progress
Hello all:
I have a function that writes a fairly elaborate report based on some
survey data. For documentation and bookkeeping purposes, I'd like to
write out in the report the function call that produced the report, or
at least enough information to help me recreate the steps that led to
that report. I've been generating all the reports with scripts, in
order to be able to recreate
2007 Oct 15
1
avoiding a loop?
Hi All:
I feel like there must be a slick R-native no-loop way to get the counts
for the entries in a factor, but I'm unable to see how. Right now I'm
doing this:
hn.ent<-data.frame(rep(0,length(levels(hnf))), row.names=levels(hnf))
colnames(hn.ent)<-c("count")
for (lev in levels(hnf)) {
hn.ent[lev,"count"] <- sum(lev == hnf)
}
I'm sure there's a
2007 Nov 30
1
vector sprintf argument
Hello all:
If I have a vector and a format, I want to do this:
> A <- c(3,4,5)
> F <- "Number: %d, %d, %d"
> sprintf(F,A)
This doesn't work because A isn't three arguments, it's just one. Is
there a way to peel the vector members out of A so that sprintf can get
at them?
I would like to do this because I have a large set of variable-length
data that
2007 Sep 27
1
curvilinear grid
Hello all:
A question from a new user. I have data on a geo-referenced curvilinear
grid. This is a grid with 75 rows and 51 columns, is not aligned
north-south, and the rows and columns are not straight. (And the
coordinates are in meters.) I want to make image plots of this data,
but where the grid is deformed according to the correct locations of the
grid points, instead of coming out
2007 Oct 10
3
simulated data using empirical distribution
Hello all:
I'm sure this is a trivial request, but I'm still a beginner at this,
and haven't been able to find it. I need to create simulated data based
on some empirical distributions of a single variable. I've found R
functions to help me simulate data based on analytical distributions, or
to make simulations based on correlation matrices, but nothing so simple
as what I need.
2007 Nov 30
0
vector sprintf argument [SEC=UNCLASSIFIED]
Hi Tom,
Try this:
> G <- "Number: %s"
> sprintf(G, toString(A))
[1] "Number: 3, 4, 5"
Cheers Joe
Joe Crombie
Biosecurity and Information Sciences
Bureau of Rural Science
Canberra Australia
p: +61 2 6272 5906
e: joe.crombie at brs.gov.au
-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]
On Behalf Of
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
2012 Nov 29
1
Coerce rownames to factor for ordering
Hi all,
I think this might be an easy one but I cannot think of a way to do this
other than what I am currently attempting. I simply want to sort my data
frame's rownames by a defined vector so that the plots I generate from that
vector are in the desired order
Consider the test data below:
#Create test data
DataToPlot.. <- data.frame("Location1" =
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
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">
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
.
.
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
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
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
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
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]
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