Displaying 20 results from an estimated 5000 matches similar to: "LaTeX errors"
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
2005 Jun 05
5
A long digression on packages
Hello again,
First, thanks for the help that got the latest plotrix package finished.
I had been planning to write something about packages since Scott
Waichler offered the gantt.chart function. Then Ben Bolker (who helped
me to write the axis.break function) asked if I would be willing to
include some of his plotting functions and almost immediately after that
Sander Oom kindly donated the
2005 Jun 05
5
A long digression on packages
Hello again,
First, thanks for the help that got the latest plotrix package finished.
I had been planning to write something about packages since Scott
Waichler offered the gantt.chart function. Then Ben Bolker (who helped
me to write the axis.break function) asked if I would be willing to
include some of his plotting functions and almost immediately after that
Sander Oom kindly donated the
2007 May 14
1
parsing an lmer error with interaction term
I'm trying to specify a model using lmer with a binary response and
interaction term, but I get an error I can't parse (see below).
Here is some sample data:
Subject Concord Age Disc
SVC999MX148SU-F yes u int
TOU999JU030S1 yes u int
TOU999JU030S1 yes u int
TOU999JU030S1 yes u int
TUT578MX037S2 yes g int
COL140MX114S2 yes yf
2006 Mar 07
13
hosting multiple rails apps in one webroot?
It''s actually REALLY easy with lighttpd on linux.
Two apps...
Myserver.com/code/ => /apps/code/
Myserver.com/test/ +> /apps/test/
Each application needs this in the environment.rb
/apps/code/config/environment.rb
ActionController::AbstractRequest.relative_url_root = "/code"
/apps/test/config/environment.rb
ActionController::AbstractRequest.relative_url_root
2007 Mar 24
3
Patch for superredcloth to enable textile table headers
SuperRedCloth v1.160 and svn rev 163 don''t work the textile commands
that specify table headers instead of table data.
Here''s a simple test:
require ''superredcloth''
w = "|_. a|_. b|_. c|\n|1|2|3|"
h = SuperRedCloth.new(w).to_html
puts h
<table>
<tr>
<td>_. a</td>
2000 Dec 15
2
Even more secure FTP?
L.S,
I was very happy to find that OpenSSH 2.3.0 now has server support for F-Secure's Win32 FTP client.
A problem I have run into a few times (and maybe others before me) is:
I want to allow technically unsophisticated users to update their web pages without having to resort to running something like wu-ftpd on my system. SFTPD is a great solution for that since even a casual user can
2007 Dec 12
1
eliminating cancel button in winDialogString call
I would like to use the function winDialogString to get input from a user to
a program but would like to eliminate the cancel button option and just have
the OK button appear. The problem is that if a user enters data then
accidently hits Cancel instead of OK, the program may either run incorrectly
or quit due to the error of having NULL for a variable. I can think of some
unsophisticated ways
2007 Jan 31
7
GET request works via curl, crashes from Java
[That subject line is of course a severe truncation!]
I''ve got a REST request that works fine from curl but causes a
mongrel error when executed from a Java program. This all worked with
fine with rails 1.1.6 and webrick. I''m trying to update the app to
rails 1.2.1 (I need working around_filters).
I''m running in development mode with mongrel 1.01 running on macosx
2004 Aug 06
1
playlist handler questions
I have a bad habit of re-creating the wheel, and have the feeling Im missing
some critical info, so... before I delve any deeper I wanted to throw this
out there for some clarity: Im all kinds of confused about building a
playlist handler.
Lets say I wanted on demand streaming...
(running icecast-1.3.12, ices-0.2.3 on RH7.2)
I COULD conceivably write a cgi that says:
heres a list of tunes
check
2010 Oct 12
1
Bootstrapping Krippendorff's alpha coefficient
Hi,
I don't know how to sample such data, it can't be done by row sampling
as default method on matrix in boot.
Function takes matrix and returns single coefficient.
#There is a macro but I want use R :)
http://www.comm.ohio-state.edu/ahayes/SPSS%20programs/kalphav2_1.SPS
library(concord)
library(boot)
# The data are rates among observers with NA's
2007 Jan 13
2
Working with Sweave: inverse search?
The xdvi and yap DVI viewers allow inverse (aka reverse) search: you
click on a location in the output display, and your editor moves to the
corresponding location in the input file. yap at least also allows
forward search, where you can have your editor tell it to location where
a particular input line is displayed.
I would like something like this to work in Sweave files. That is, I
2008 Sep 07
1
cohen's kappa
Dear all,
I have a question on Cohen's kappa:
Assume I have two datasets, one has 500 objects, 10 methods and the other,
1000 different objects, 20 different methods. Could I compare between the
two datasets to conclude the 10 methods are more "concordant" than the 20
ones by looking at some output, for example, cohen.kappa{concord} ?
One more, could anyone explain in brief,
2005 Nov 03
2
Can I do content analysis by R?
Can R conduct content analysis? I search "content analysis" in mail
archives and only find the concord package can compute Krippendorff's
alpha. If R cannot cope with content analysis, does anyone can tell me some
other softwares? Thank you very much!
2006 May 17
1
mc nemar test
Hello R users,
I would like to perform a mc nemar test.
There is my data :
__________________________________
x <- matrix(4:1,2,2)
x
[,1] [,2]
[1,] 4 2
[2,] 3 1
__________________________________
My population is too small for normal approximation.
__________________________________
library(concord)
mcnemar.mh(x)
$statistic
[1] 0.2
$p
[1] 0.6547208
Warning message:
low
2010 May 31
2
geepack installation problem?
Hello R Forum members.
I have installed for my statistician user, apparently without error, both
the concord and geepack packages. The target system is R 2.10.1 on a
64-bit RedHat Enterprise Linux platform.
However when she attempts to invoke a function in geepack, for example...
geeglm((abuse_total ~ case),id=mother, family="poisson")
the resultant error is
Error: could not find
2004 Feb 10
0
Bug in concord package
Please note that there is a bug in the tie correction function in the package:
concord_1.2.tar.gz
Thanks to Dr Siegfried Macho, who discovered it. I have fixed it, and
uploaded the revised package:
concord_1.2-1.tar.gz
If anyone has downloaded the first package, please replace it with the second
one.
Thanks,
Jim
Dr Jim Lemon
Research Psychologist
Health Psychology Unit
University of
2006 Mar 06
11
Capistrano setup fails
I can''t get past the setup step in Capistrano. I know the paths are
correct and I''m using zsh locally (bash on remote), so the shell
shouldn''t be a problem. It never asks for the SSH password, even. Any
help you could give would be greatly appreciated. Thanks.
Kenneth
--
=> the blog from beyond <=
=> www.eyeheartzombies.com <=