Displaying 20 results from an estimated 700 matches similar to: "Help joincount.test"
2003 May 21
1
help on spatial data
Hi,
I have a dataset with x and y coordinates and in each point I have an
identity of point, in some cases I can have more then one identity by point.
My dataset is something like this:
> x <- rep(c(1:4),4)
> y <- rep(c(1:4),c(4,4,4,4))
> area1 <- sample(factor(rep(c("a","b","c","d"),4)))
> area2 <-
2012 Mar 13
7
ROC Analysis
Hi everybody,
I have a data set with a value and a status (positive or negative case) and
I want make a ROC Analysis. So, with ROCR Package, I have got the ROC curve
(True Positive Fraction [tpf] according 1-True Negative Fraction [1-tnf]).
http://r.789695.n4.nabble.com/file/n4469203/01.png
But, now I want a new graphic which show the sum of true positive fraction
and true negative fraction
2006 Apr 13
3
editor for Ubuntu
Hello,
I am new on Ubuntu. I would like to use R, but I tried Kate and Scite.
The first one keeps trying to use KDE applications,while the other does
not understand the language. I have searched for another editor for
hours, in vain. Which editor should work with Ubuntu?
I am looking forward to your answer,
thanks,
Camille
2006 Dec 19
1
Is logic right?
OK. My basic asterisk install seems to be working. I can get caller
ID. My dialplan says:
[incoming]
; incoming calls from the FXO port are directed to this context from
zapata.conf
exten => s/9185415897,1,Set(CALLERID(name)=Michael Sullivan)
exten => s/9185415897,1,HANGUP(1)
exten => s,1,Set(CALLERID(name)=Someone Else)
This is for testing. It's supposed to check the caller ID
2004 Sep 27
1
multinom object :way of plotting??
Dear all,
I'm fitting a multinom function to my dataset (multinom(outcome~age+K+D))
and I need to present my results on a poster. Does someone know a nice way
of doing that? I think I saw in an archive that you cannot plot a
multinom.object, is it true?
Thank you by advance for your help,
Cheers
Camille
2009 Jun 05
2
[LLVMdev] Using LLVM JIT inside a Cocoa application
Hello,
I am trying to compile a project I am writing with Xcode that will use
LLVM libraries to generate code executed with the JIT.
I would be curious to learn how you deal with LLVM header files,
libraries, makefiles and Cocoa application projects.
My candid understanding is that LLVM projects need to be built with
LLVM makefiles (hence the previous message I sent about LLVM
Projects). I am
2006 Dec 12
3
Need help getting started with asterisk
I am new to asterisk. I need help getting started, if it's even worth
getting started. I say if it's worth getting started because I'm not
sure if my hardware will even work with asterisk. I have a US ROBOTICS
56K V.90 PCI SOFT MODEM. I have standard twisted pair telephone wire.
I can't afford to alter my hardware. I know I won't be able to do any
sophistocated VoIP stuff.
2010 Oct 28
2
How to enable Arial font for postcript/pdf figure on Windows?
Hi,
I need to generate some figure using the Arial font as a requirement for
PLoS.
Following their guidelines, I have converted the windows font files
arial.tff files to .afm using tff2afm (exec file from MikTeX), but when I
try to generate a postcript file, the postcript device does not recognize
the .afm files.
The code I use to test the new font is the following:
2010 Feb 20
1
Advanced use of to_xml and to_json
Hello,
I''m working on a Rails app which has a REST API. I manage two formats
JSON and XML.
Very often to simplify the use if the API, I''m making includes. But when
you add params to to_json and to_xml like :only, :except, it''s not only
applied on the root object but on all the objects included.
Do you know libs or methods to answer to these different problems:
* Tell
2009 Jun 01
2
[LLVMdev] Questions about LLVM
Dear list,
I am learning LLVM and would like to add JIT support to the F-Script
language. F-Script is a Smalltalk like scripting language that lives in the
Objective-C runtime. It is written by Philippe Mougin.
The goal is for me to become more familiar with LLVM, and learn about the
conclusions we can draw in terms performance improvements (or degradation
!), possible optimizations, etc. So
2009 Jun 05
0
[LLVMdev] Using LLVM JIT inside a Cocoa application
Hello,
I'm not an LLVM expert, but I think you can build a Cocoa/LLVM project
by using the LLVM's libraries and headers the same way you did with
any other third party library.
In fact, that's what the clang Xcode project does. It does not use any
makefile.
In short:
- Add the llvm/include folder in you header search path (in the
project's build settings).
To add
2009 Jun 05
2
[LLVMdev] Creating a LLVM Project from the Sample project
Hello,
I have followed the steps described in http://llvm.org/docs/Projects.html.
It seems there is a problem with the AutoRegen.sh script.
In order to get the whole sample project working in a directory
outside of llvm directory structure, I had to replace lines 22 and 23
by :
llvm_src_root=../llvm
llvm_obj_root=../llvm
I am not a configuration specialist, so I can't tell if this is a
2009 Jun 11
2
[LLVMdev] Access a specific address in the JIT compiler
Hi,
I am using the JIT compiler to execute code that must interface with
the running process.
I would like to access some specific addresses.
The solution I found is to create a global variable for each address I
want to reference, and pass it as a mapping to the ExecutionEngine
with addGlobalMapping.
Is that how I should do this?
Is there no way to just reference the addresses with constants?
2010 Jul 21
3
Problem with invoking R from the command line (Windows Vista)
Dear all
I am running in a problem when trying to run R from Windows command line.
I am runnning Windows Vista, R-2.10.1.
I have a script I would like to run remotely from another program. As it did
not work, I thought I would test the script from the Windows command line
which highlighted a problem.
When I open the command line and type R at the prompt (or any other variant
(R CMD BATCH,
2007 Dec 18
7
Xen dom0 memory
I just discovered that my xen hypervisor only believes that it has 3199
MB of memory, when there are 4GB inside the computer. I don''t know how
long this has been this way, but I do not know how to try and force the
hypervisor to realize how much memory it has. Any ideas how I can
accomplish this?
I am running CentOS 5 (RHEL 5), kernel 2.6.18-53.1.4.el5xen, x86_64, xen
3.0.3.
2006 Apr 06
2
Unable to obtain a DLL.
> Jean-Marc, to generate a DLL using MinGW, you need to add -no-undefined
> to the link line. For libsndfile, I do this using the following in
> the Makefile.am file:
>
> libsndfile_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@
Could you tell me more about what that flag does? Any side effects? Is
it gcc-specific?
Jean-Marc
2009 Mar 23
1
Help with 'boot'
Hi,
I'm wanting to test for a difference in medians between 2 groups using
resampling methods. I found the boot package, but don't really understand
how to write the 'statistic' function required as the 2nd argument for the
bootstrap test.
Thanks if you can help,
Paul
--
View this message in context: http://www.nabble.com/Help-with-%27boot%27-tp22653487p22653487.html
Sent from
2013 Apr 16
1
Spatial Ananlysis: zero.policy=TRUE doesn't work for no neighbour regions??
Hello,
I'm new to R and to Spatial Analysis and got a problem trying to create a
Spatial Weights Matrix.
*I us the following code to create the Neighbourslist:*
>library(maptools)
>library(spdep)
>library(rgdal)
>location_County<- readShapePoly("....")
>proj4string(location_County)<- CRS("+proj=longlat ellps=WGS84")
>location_nbq<-
2006 Nov 03
2
Strangeness with OggFlac files
Josh et al,
I've been tracking down a problem with generating OggFlac files.
While investigatint this issue I hacked one of the test files from
the test_libFLAC directory of the flac-1.1.3-beta2. The result of
this hacking is this standalone C file:
http://www.mega-nerd.com/tmp/erikd_test.c
Directions for compiling this is in the comments at the top of
the file.
When the program is
2006 Dec 01
1
memory problem
hi to all,
frustated for this error, to day i buy a 1 GB memory
slot for my laptop
now it have 1,28GB instead the old 512, but i've the
same error :-(
damn!damn!....how can i do?
repeat for a little area (about 20X20 km and res=20m)
it work fine!
have you any suggestion?
is ther a method for look if this error depend from my
ram or other....?
thanks foe any suggestion!
i need your help.