Displaying 20 results from an estimated 2000 matches similar to: "degree-min-sec data"
2009 Jun 16
1
overshoot of formula line in summary output of Sweave
Hi,
In the Sweave output for summary for several types
of model objects and also for the comparison of models
with anova, I find that that the display of the call(s)
or formula does not obey the width option, even with
keep.source=TRUE set, so that a long formula will overshoot
the margins in the document. I would like to know if
there is a good way to correct that. Looking at the
print.summary
2012 Feb 20
2
Help on lattice barchart ploting
Hi friends,
I have following data and would like to plot this with barchart() availble
with lattice package.
RsID Freqs Genotype
AAA 63.636 1/1
AAA 32.727 1/2
AAA 3.636 2/2
BBB 85.965 2/2
BBB 14.035 2/1
CCC 63.158 1/1
CCC 21.053 1/2
CCC 15.789 2/2
DDD 26.786 2/2
DDD 46.429 2/1
DDD 26.786 1/1
EEE 32.759 2/2
EEE 43.103 2/1
2010 May 20
2
Re : Manipulating Data Frames
Dear All,
I have data some thisng like this :
> data <- read.csv(file='ipsample.csv',sep=',' , header=TRUE)
> data
State Jan Feb Mar Apr May Jun
1 AAA 1 1 0 2 2 0
2 BBB 1298 1195 1212 1244 1158 845
3 CCC 0 0 0 1 2 1
4 DDD 5 11 17 15 10 9
5 EEE 18 28 27 23 23 16
6 FFF 68 152 184 135 111
2004 Mar 29
6
How to purchase R on CD
My organization has a policy against "installing software downloaded from
the Internet." There is a waiver procedure, but it is difficult and
lengthy. It is much easier to get approval to purchase software, even if
it is a CD copy of open-source.
However, a search on r-project.org didn't seem to show any way of obtaining
the distribution in this way.
Any clues would be
2004 Mar 29
6
How to purchase R on CD
My organization has a policy against "installing software downloaded from
the Internet." There is a waiver procedure, but it is difficult and
lengthy. It is much easier to get approval to purchase software, even if
it is a CD copy of open-source.
However, a search on r-project.org didn't seem to show any way of obtaining
the distribution in this way.
Any clues would be
2012 Oct 02
3
PROBLEM : Cannot require an Exec
hello:
i currently am using Puppet to run some commands in a sequence. there are
two sequences of exec resources. we found that we cannot use require =>
Exec and it does not work at all as expected. here is some sample code.
exec { "exec-AAA":
command => "/bin/true",
returns => 0,
notify => Exec["exec-BBB"],
}
exec { "exec-BBB":
1999 May 27
2
Can't connect to samba from foreign network --- 'Gethostbyaddr failed' error in log.smb
I have a samba server at ip address
aaa.bbb.ccc.ddd
I can connect to it from clients on subnets aaa.bbb.eee. and
aaa.bbb.fff.
I can't connect to it from clients on ggg.hhh.
smb.conf has
hosts deny = all
hosts allow = localhost, aaa.bbb., ggg.hhh.
The client can successfully 'ping mysambaserver' (resolves to
aaa.bbb.ccc.ddd). Doing 'net view \\mysambaserver' fails with
2012 Jan 08
2
uid / gid and systemusers
Hi all,
I'm facing a problem when a user (q and g in this example) is logging into dovecot. Can anybody tell some hint?
Thanks in advance.
George
/var/log/mail.log:
...
Jan 8 16:18:28 test dovecot: User q is missing UID (see mail_uid setting)
Jan 8 16:18:28 test dovecot: imap-login: Internal login failure (auth failed, 1 attempts): user=<q>, method=PLAIN, rip=AAA.BBB.CCC.DDD,
2005 Apr 29
3
generalized matrix product ?
Is there available in R a generalized inner product or matrix product,
similar to 'outer(x,y, fun)', where one can specifiy an arbitrary function
in place of ordinary multiplication?
Here's my application. I frequently analyze user questionnaires from our
HR/training department. These have questions of the form
"please rate your skill in task X",
and other questions
2004 Jul 20
2
question regarding Asterisk. X-Lite, and firewall
Hello,
I have a one-way audio problem. If any one can give me a clue on how to
solve it, I'd highly appreciate.
My configuration is:
Both Asterisk server and a SIP phone run within a LAN. Asterisk:
CVS-HEAD-06/27/04-11:42:23. SIP phone is X-Lite release 1103m build stamp
14262. The Linux box that running Asterisk server is RedHat 2.4.18-14.
Asterisk server runs on IP: 192.168.1.102. X-Lite
2010 May 19
1
Re : Adding column sum to new row in data frame
Dear All,
I have data some thing like this:
State Jan Feb Mar Apr May Jun AAA 1 1 0 2 2 0 BBB 1298 1195 1212 1244
1158 845 CCC 0 0 0 1 2 1 DDD 5 11 17 15 10 9 EEE 18 28 27 23 23 16 FFF
68 152 184 135 111 86
I want to sum all the column(Jan, Feb, Mar ...) and have to merge the total
at last row. like this:
StateJanFebMarAprMayJunAAA110220BBB12981195121212441158845CCC 000121DDD51117
2005 May 26
2
warnings from hist(): parameter XXX couldn't be set in high-level plot functionN
Hello -
This is not a real problem, just an annoyance. Sometimes, but not always,
I get a set of strange warnings from hist(). Example follows.
############################
#Produce a histogram of start dates for a set of field measurements.
# I didn't reproduce all the dates, because not sure it's relevant, but
here's a sample.
# Note the invalid date in the fifth element.
>
2005 Mar 29
4
slide show with R
Trying to use R to build an interactive "slide show", to be displayed on a
projector. The purpose of the presentation is to show how one could
construct a simple graph using R. It is meant as a general overview rather
than as detailed instruction.
For example, something like the following sequence of commands. At
lecture time, I want the interpreter to read these commands one at a
2012 Jun 28
2
R help, using R to build choropleth
Hi guys
i need some help to build choropleth.
Basically i am trying to colour regions on the map by population.
I possess the shape file of the country, and also the population data,
however, i am having trouble to create the plot, below is my code:
population=read.csv("nz2.csv")
population
names(population)
nz=readShapeSpatial((sprintf('nz-geodetic-marks',tmp_dir)))
2005 Mar 07
1
How to set netbios node type to Samba server
I have 2 samba server. both server is multi homed server.
mostly same smb.conf.
First server, run on FreeBSD 5-Stable,and this machine
register two NetBIOS name to IP adress mapping to wins server.
And this machine is m-node.
Another server ,run on Linux,and this machine
register only one NetBIOS name to IP adderss mapping to wins server.
And this machine is h-node.
I have a question.
1) Why
2010 Nov 30
2
xyplot : superimposed 2 groups in different panels
Hello,
I would like to plot the following xyplot : for each date of fff (1 date per
panel), bbb=f(aaa) for the two groups (ddd=1 and ddd=2) superimposed.
I can do it by group (see below) but not together.
I looked at http://lmdvr.r-forge.r-project.org/figures/figures.html but I
haven't found what I was looking for (to be honest, I haven't understood all
the examples).
Any help will be
2004 Aug 06
2
SV: Speex modes
Thanks!
Btw, have you tried using SBR-technology or similar with speech codecs? That
might be a good idea I thought.. But I don't know if it produces as good
quality with speech codecs as it does for music codecs. Do you know if there
is any open source variant of SBR?
/Pontus
-----Ursprungligt meddelande-----
Från: owner-speex-dev@xiph.org [mailto:owner-speex-dev@xiph.org]För
Jean-Marc
2010 Jul 07
3
how to process this in R
Here are what i am going to accomplish:
I have 400 files named as xxx.txt. the content of the file looks like the
following:
name count
1. aaa 100
2. bbb 2000
3. ccc 300
4. ddd 3000
........
more that 1000 rows in each files.
these are the areas i need help:
1. how can i only read in the files with the string patterns ggg or fff as
part of the file names?
for
2007 Jul 17
1
problem with length()
In the following, can anyone tell me why length(eee) returns 9? I
was expecting 15398, and when I try to add this vector to a data
frame with that many rows, it fails complaining that the vector is of
length 9. In what I thought was an identical situation with a
related dataset, the same code worked as expected.
> length(fff)
[1] 15398
> str(fff)
int [1:15398] 20010102 20010102
2008 May 30
1
nlm and "missing argument
Dear R Gurus,
I am having a little difficulty with nlm. I've searched the archives and
found nothing that tells me why this is occuring -- though there are
some slightly similar issues.
A simple example:
lev2<-function(aaa,bbb,ccc,ddd,eee){
res<-aaa+bbb+ccc+ddd+eee
res
}
nlm(lev2,p=c(32,4,5),ddd=45,eee=23)
Error in f(x, ...) : argument "bbb" is missing, with no default