Displaying 20 results from an estimated 9000 matches similar to: "Bug in concord package"
2004 Aug 19
2
Getting data loaded
Hi,
I have been informed of a bug in the concord package, in that the data files
containing the tabulated critical values for Kendall's W are not loaded on
the command library(concord).
I had assumed that the lines in install.R would correspond to the commands to
load data in R, e.g.
data(Wcrit01)
data(Wcrit05)
While these work on the command line, I get the errors:
library(concord)
2004 Aug 19
2
Getting data loaded
Hi,
I have been informed of a bug in the concord package, in that the data files
containing the tabulated critical values for Kendall's W are not loaded on
the command library(concord).
I had assumed that the lines in install.R would correspond to the commands to
load data in R, e.g.
data(Wcrit01)
data(Wcrit05)
While these work on the command line, I get the errors:
library(concord)
2005 Nov 19
1
[package concord] seeking maintainer
Hi,
can anybody tell me how to contact the maintainer of the
"concord" package? The address given in the help file is not
valid anymore.
,----
| > help(package=concord)
|
| Information f?r Paket 'concord'
|
| Description:
|
| Package: concord
| Version: 1.4-2
| Date: 2005-05-10
| Title: Concordance and reliability
| Author: Jim Lemon
2004 Feb 01
2
3 little questions
> From: Siegfried.Macho
>
> Dear R-helpers,
>
> 3 questions:
> 1. Is there a package that contains a routine for computing
> Kendall's W
> (coefficient of concordance), with and without ties ?
Is that the same as Kendall's tau, as in cor(..., method="kendall")?
> 2. Is there a package that contains a routine for computing
> Goodman' s
2024 Mar 22
1
Problem with new version of R: Mutated vocals
Dear ladies and gentlemen,
I have recently installed the latest version of R (4.3.3) for windows. Now I have the following problems with mutated vowels like ?, ?, etc. Here is an example:
If I type the command:
Dir <- "C/Users/macho/Documents/_LVn/Experimentelle ?bungen"
in the R console there is no problem. However, if I put the same command into a source file (e.g. Test.r) and call
2003 Nov 28
1
problem with nls()
I wanted to use the nls() module to solve a Problem from Sen & Srivastava
(1990, p.209). Here is the (basic) code used to perform the estimation:
library(SenSrivastava)
library(nls)
data(E9.8)
# Use Linear Least Square for estimating start values
lm.obj <- lm(R.1 ~ I.1 + S.1, data = E9.8)
nls1.obj <- nls(R.1 ~ b.0 + b.1*(I.1^a.1-1)/a.1 + b.2*(S.1^a.2-1)/a.2,
2004 Jan 23
1
Problem with hasArg() using R-files
Please do give reproducible example. The code you gave, which you claimed
`works correctly' doesn't:
> SDT.Optim <- function(crit = NULL, Hess = F)
+ {
+ q <- length(par); x <- data
+ if(hasArg(crit))
+ cat("\n Crit present\n")
+ else
+
2005 Oct 27
0
where is Jim Lemon? (PR#8259)
This concerns the contributed package "concord". Sorry to bother
you with it, but my attempt to contact the author/maintainer
failed (see below). Perhaps you can forward it, or let me
know where to send it.
Regards, Rob Kushler
------------------------------------------------------
This is the Postfix program at host tak.itd.uts.edu.au.
I'm sorry to have to inform you that
2016 Apr 13
0
Adding Two-Headed Arrow in map legend
Hi Milu,
My fault here. As I don't have the data to make the map and try out my
suggestions I mixed up the x and y coordinates. Try this:
par(xpd=TRUE)
arrows(-19.75966,53,33.60000,53,code=3)
par(xpd=FALSE)
Jim
On Tue, Apr 12, 2016 at 10:11 PM, Miluji Sb <milujisb at gmail.com> wrote:
> Hello Jim,
>
> Thanks again. I am getting the two-headed arrow but I cannot seem to get
2016 Apr 12
2
Adding Two-Headed Arrow in map legend
Hello Jim,
Thanks again. I am getting the two-headed arrow but I cannot seem to get
the coordinates right for the arrow to appear beneath the map. These
coordinates puts the arrow on the left hand side. Thanks again!
Sincerely,
Milu
On Tue, Apr 12, 2016 at 1:15 PM, Jim Lemon <drjimlemon at gmail.com> wrote:
> Hi Milu,
> There is a two-headed arrow on the image you sent, and it
2004 Jul 20
1
LaTeX errors
Hello again,
Having successfully mastered the creation of fairly unsophisticated print
methods, I have encountered the dreaded LaTeX error, i.e.:
* checking concord-manual.tex ... ERROR
LaTeX errors when creating DVI version.
This typically indicates Rd problems.
As I have no idea what these errors might be, I wondered if there is any way
to cozen such information out of whatever program is
2004 Apr 26
3
Change in downloading packages
Hi,
I sent an earlier message concerning this, but perhaps I wasn't clear enough.
Up until about a month ago, I downloaded packages by clicking on the filename
of the package. Now this action leads me to a directory listing, e.g.:
drwxr-xr-x hornik/users 0 2002-03-20 18:00:54 npmc/
-rw-r--r-- hornik/users 314 2002-03-20 11:33:42 npmc/DESCRIPTION
-rw-r--r-- hornik/users 202
2016 Apr 12
0
Adding Two-Headed Arrow in map legend
Hi Milu,
There is a two-headed arrow on the image you sent, and it seems to be
where you specified. Did you want it beneath the map, as:
par(xpd=TRUE)
arrows(-22,54.75,-22,74,code=3)
par(xpd=FALSE)
Jim
On Tue, Apr 12, 2016 at 7:58 PM, Miluji Sb <milujisb at gmail.com> wrote:
> Dear Jim,
>
> Thanks again! I do want the arrows at the bottom (beneath the map). This is
> what I am
2005 Mar 11
0
patch for icecast-2.2.0 to add client maxtime (fwd)
Hi,
Sorry, I accidentally rejected this message instead of approving it.
Geoff.
---------- Forwarded message ----------
Date: Fri, 11 Mar 2005 17:33:06 +0100
From: Siegfried Wagner <esiggi@gmail.com>
Reply-To: siegfried@esiggi.net
To: icecast-dev@xiph.org
Subject: Re: [Icecast-dev] patch for icecast-2.2.0 to add client maxtime
Hi,
I did your recommended changes on my patch.
But with the
2016 Apr 12
2
Adding Two-Headed Arrow in map legend
Dear Jim,
Thanks again! I do want the arrows at the bottom (beneath the map). This is
what I am doing:
# Draw the map
eps_europe <- mapCountryData(n, nameColumnToPlot="eps_score", mapTitle="EPS
Score - Europe",colourPalette=colourPalette,
catMethod="fixedWidth", missingCountryCol = "white", mapRegion="Europe",
addLegend=FALSE)
# ISO3 codes on
2002 Dec 20
1
Installation of SAMBA 2.2.7a
Hello,
I had downloaded the samba 2.2.7a tarball, the pubkey and the
samba-2.2.7a.tar.asc files from your website.
The import of the samba-pubkey.asc works probably, but by the verify I get the
errormessage that no path to this signature is defined and the signature can't
verified.
The distribution of Linux is the SuSE 8.0 and I used this lines.
gpg --import samba-pubkey.asc
2005 Jan 17
0
patch for icecast-2.2.0 to add client maxtime
Hi,
sorry I forgot to mention:
> Siegfried,
> This sounds good, and I will be trying it. I just wondered could this
> timer be applied per connection or is it global per mount point (
> sorry havent had chance to look at the diff yet ).
I tried to add the code so that it also could be defined per mount
point but I didn't test this out. But of course this makes much more
2004 Dec 02
0
A somewhat off the line question to a log normal distribution
Sigfried,
I am not a statistician, but I have learned that according to the Central Limit Theorem (CLT) sums of random variables, regardless of their form, will tend to be normally distributed. CLT does not require the variables in the sum to come from the same underlying distribution.
Ciao,
Hannu Kahra
Progetti Speciali
Monte Paschi Asset Management SGR S.p.A.
Via San Vittore, 37
IT-20123
2008 Jun 22
1
No HTML package list update in 2.7.0?
Hi all,
As I was uploading a couple of little fixes to prettyR, I remembered
that there was a question I wanted to ask. I remember the package list
being updated whenever I installed a new package (at least on Linux, oh
yes, Fedora Core 9 now), but not on Windows (I just used to unzip the
packages and manually update the package list). Since I have upgraded to
2.7.0, the HTML package list
2000 Jun 25
0
Testing 1.0pre2 from CVS
>> I run the very new tinc on both sides this time.
>> Both sides had "IndirectData = yes" in their tinc.conf.
>> Procedure was to start tinc on server side, then start tinc on client
>> side. So far everthing looked okay. Then (12 seconds later - 22:39:37) I
>> tried to ping the server side (=VPN peer) at 192.168.9.1 but without
>> success.
>
>