Displaying 20 results from an estimated 400 matches similar to: "scatterplot matrix with ggplot2"
2008 Jul 25
1
plot zoo custom panel help
#the below code is the way that I would like the plot to look. I have tried
to write a panel function:
my.panel <- function(x, y, ..., pf = parent.frame()) {
axis(side=1, at = seq(rng[1], rng[2], 1/12), labels = n, tcl = -0.3)
}
#but it does not work and I am at a loss and help would be appreciated. I
will use this for multiple
library(zoo)
library(chron)
#this is what I would like the
2005 Sep 29
1
Asterisk Echo problems, Urgent, please help,
Hi all,
I hope someone can help, as I have an urgent problem.
I've got a production Asterisk server thats been deployed, but we are seeing
a strange voice echo problem. There is about a 250ms echo for the users in
the office, and they are hearing their own voice back at them.
I'm running the CVS Head code, on RH9.0. This is on a P4 box with 2gb of
memory. The client SIP phones are
2005 Oct 09
1
Asterisk, VoiceTronix & UK Caller ID
Hi All,
Just a quick question, but I could really use some help on this one.
I've got the CVS-Head of * installed and running, and am using a VoiceTronix
OpenSwitch12 to connect to 12 analouge lines. I've got callerid activated by
the Telco, and can get callerid using a std phone. However, using *, I
always get an error 'Cannot decode callerid'.
Does anyone know if I need to
2011 Jan 26
1
Local & Relay
Hi all,
I'm new to the list, and I wonder if someone could offer some advice
please or point me to a previous thread about this in the archives?
I work for a Radio station on the Costa Del Sol in Spain, and
currently we're using DarkIce to take an audio feed (over USB) from
our desk into DarkIce and then sending up to a hosted IceCast2 server.
This works perfectly, and I have a cronjob
2009 Mar 11
3
Converting a dataframe to a matrix
If I have a dataframe which is organized like this:
name color likes?
1 sally red 0
2 sally blue 1
3 sally green 1
4 jake red 0
5 jake blue 1
6 jake green 1
7 tom red 1
8 tom blue 0
9 tom green 0
And I want to create a matrix in the form:
red blue green
sally 0 1 1
jake 0 1 1
tom 1 0 0
Are there any built-in
2010 Jul 31
3
Installing iTunes on Linux Mint Isadora 9
Hi all,
I have downloaded the latest version of wine in order to run iTunes but when I tried to execute the program here is what I get :
cd /home/sally/Documents
$ wine iTunes64Setup.exe
Trying to load PE image for unsupported architecture (AMD-64)
err:process:create_process starting 64-bit process L"Z:\\home\\sally\\Documents\\iTunes64Setup.exe" not supported on this platform
wine:
2016 Apr 20
0
Data reshaping with conditions
Hi sri,
As your problem involves a few logical steps, I found it easier to
approach it in a stepwise way. Perhaps there are more elegant ways to
accomplish this.
svdat<-read.table(text="Count id name type
117 335 sally A
19 335 sally A
167 335 sally B
18 340 susan A
56 340 susan A
22 340 susan B
53 340 susan B
135 351 lee A
114 351 lee A
84 351 lee A
80 351 lee A
19 351 lee A
8 351 lee A
2016 Apr 21
2
Data reshaping with conditions
Hi Jim,
Thanks for your time. But somehow this code did not help me to achieve my
expected output.
Problems: 1) x, y are coming as logical rather than values as I mentioned
in my post
2) The values that I get for Max A and Max B not correct
3) It looks like a pretty big data, but I just need to
concatenate the values with a comma, the final output will be a character
2016 Apr 20
2
Data reshaping with conditions
Dear All,
I am trying to reshape the data with some conditions. A small part of the
data looks like below. Like this there will be more data with repeating ID.
Count id name type
117 335 sally A
19 335 sally A
167 335 sally B
18 340 susan A
56 340 susan A
22 340 susan B
53 340 susan B
135 351 lee A
114 351 lee A
84 351 lee A
80 351 lee A
19 351 lee A
8 351 lee A
21 351 lee A
88 351 lee B
111 351
2003 Apr 02
19
Combining the components of a character vector
Dear Help,
Suppose I have a character vector.
x <- c("Bob", "loves", "Sally")
I want to combine it into a single string: "Bob loves Sally" .
paste(x) yields:
paste(x)
[1] "Bob" "loves" "Sally"
The following function combines the character vector into a string in the
way that I want, but it seems somewhat inelegant.
2008 Jan 31
2
request to install app
Hi,
I would like to generate a facebook call on behalf of a user to create
a request to another user to install the app.
Is there a way to do this without being in a fb_request_form?
the use case is:
Fred is creating a task, he assign it to a friend Sally , if Sally has
already installed & setup my app, no problem, if she hasnt, I want to
send an add request from Fred along with
2008 Sep 22
1
Help for SUR model
I am an R beginner and trying to run a SUR model in R framework.
subset(esasp500, Obs <=449 & Obs>=197, select = -Date) ->ev13sub
c(Obs>=397) & c(Obs<=399) ->d13
c(Obs>=400) & c(Obs<=449) ->f13
SP500*f13 ->SP500f13
BBC~SP500+d13+SP500f13 ->sur132
BOW~SP500+d13+SP500f13 ->sur133
CSK~SP500+d13+SP500f13 ->sur134
2003 Jan 27
1
more info - NT_STATUS_ACCESS_DENIED opening remote file
Thanks to those who had suggestions on my last post, but none of those seems to have worked. I have narrowed down the problem a bit though, seems users can't write to a share that is not their primary group. For example: Bob's primary group is Bob and secondary group is Sally. Bob can write to the Bob group share but not the Sally group share. Anymore thoughts/suggestions. Thanks
2009 Feb 15
1
Delete row if first letter of row name is
Hello!
I am still a beginner. Can you tell me how to delete a row (from a matrix or data.frame) if the row name starts with U? See example below:
U179971039 0.058663 0.087575
empty1 -0.1296 -0.09105
empty2 0.136259 0.398073
empty3 0.446041 -0.33997
Sally
[[alternative HTML version deleted]]
2011 Feb 12
1
IceS output to alsa sound card
Hi Guys,
I'd reflect Vieri's question actually, because there must be a way of
doing it? Maybe not with ICES, but maybe combines with JackIT?
The reason for my interest is I work in a radio station in Spain, and
because of the geographics where I am we have to relay around a lot.
If there is a way of sending an incoming feed into ICES, and sending
it out in various directions, would
2005 Sep 25
0
VPB Driver Question
Hi,
I hope some can help me out, as I have a problem with the vpb driver in *,
and I am hoping someone has hit these issues and can offer some advice.
First off, I'm connected to a British Telecom SystemX exhange with the local
Tel Co. I can ring out fine, but when the callee on POTS answers, the vpb
driver detects a loop drop and immediantly disconnects the call. I have
currently set
1998 Aug 31
1
Problem with SCO 5.0.2
-----------------------------------
Has anyone been able to compile a working version of Samba using the native
compiler on SCO Openserver 5.0? The compile completes successfully.
But I get the following on smbclient:
#-------------------------------------
$ smbclient \\\\larry\\c
number of interfaces returned is: 2
Impossible netmask 255.255.255.0 - using defaults
error connecting to
2008 Nov 14
2
GAM and Poisson distribution
Hi -I'm running a GAM with 7 explanatory variables with a Poisson error
structure. All of the variables are continuous so I'm getting error
messages in R.
cod.fall.full.gam.model<-gam(Kept.CPUE~s(HOUR)+s(LAT_dec)+s(LONG_dec)+s(meantemp_C)+s(meandepth_fa)+s(change_depth)+s(seds),
data=cod.fall.version2,family=poisson)
In dpois(y, mu, log = TRUE) ... : non-integer x = 5.325517
2011 Nov 07
2
logistric regression: model revision
Hello,
I am working on fitting a logistic regression model to my dataset. I removed the squared term in the second version of the model, but my model output is exactly the same.
Model version 1: GRP_GLM<-glm(HB_NHB~elev+costdis1^2,data=glm_1,family=binomial(link=logit))
summary(GRP_GLM)
Model version 2: QM_1<-glm(HB_NHB~elev+costdis1,data=glm_2,family=binomial(link=logit))
2001 Sep 17
5
Samba 2.2.1a
I just loaded Samba 2.2.1a (previously running 2.0.7) and am having major
problems. The load on my server keeps climbing (got as high as *95* this
morning. Relevant info following:
Manufacturer is Sun (Sun Microsystems)
System Model is Enterprise 250 Model 2400
Main Memory is 2.0 GB
Virtual Memory is 4.3 GB
OS Version is 5.7
This machine is