Displaying 16 results from an estimated 16 matches similar to: "Plot multiple lines, same plot, different axes?"
2003 Sep 17
2
CART analysis
Greetings,
Does anyone know of an R code for classification and regression tree
analysis (CART)?
Thank you
Ron
Ron Thornton BVSc, PhD, MACVSc (pathology, epidemiology)
Programme Co-ordinator, Active Surveillance
Animal Biosecurity
MAF Biosecurity Authority
P O Box 2526
Wellington, New Zealand
phone: 64-4-4744156
027 223 7582
fax: 64-4-474-4133
e-mail: ron.thornton at maf.govt.nz
2004 Jul 05
3
Randy Bush is a destructive force with a hidden professional agenda
. Monday, July 5, 2004
15:50:06 (-08:00hrs UTC)
Hello asterisk-users,
From the following post:
On Mon, 5 Jul 2004, Joe Baptista wrote:
> On Mon, 5 Jul 2004, Randy Bush wrote:
>> i did not criticize the protocol. remember, my question started
>> with
>>
>> >> i am looking at iax to
2018 May 12
3
(no subject)
hello
for exampl, i have this programme
# Generating data which are right truncated
library(DTDA)
library(splines)
library(survival)
n<-25
X<-runif(n,0,1)
V<-runif(n,0.75,1)
for (i in 1:n){
while (X[i]>V[i]){
X[i]<-runif(1,0,1)
V[i]<-runif(1,0.75,1)
}}
res<-lynden(X=X,U=NA, V=V, boot=TRUE)
attach(res)
temps = time
M_i = n.event
L_t = res
2006 Mar 11
2
How do you display validation errors when validating child models?
I can''t seem to figure out how to get child validation error messages
to display. I''m going through the simple blog example DHH uses in his
video. In the example, a comment belongs_to a post. Validating posts
works fine and the errors are displayed as they should be. When I try
to validate a comment using:
validates_presence_of :summary
It does the proper validation by not
2018 May 10
0
(no subject)
We need some idea of the problem.
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example
http://adv-r.had.co.nz/Reproducibility.html
On Thursday, May 10, 2018, 11:07:30 a.m. EDT, malika yassa via R-help <r-help at r-project.org> wrote:
Hello
Do You help me, i have the problem in the package DTDA for ?find the probability of truncation
2018 May 13
0
(no subject)
> On May 12, 2018, at 9:42 AM, malika yassa via R-help <r-help at r-project.org> wrote:
>
>
> hello
> for exampl, i have this programme
> # Generating data which are right truncated
> library(DTDA)
> library(splines)
> library(survival)
> n<-25
> X<-runif(n,0,1)
> V<-runif(n,0.75,1)
> for (i in 1:n){
> while (X[i]>V[i]){
>
2013 May 11
1
STDOUT.should_receive(:puts).with Works *** (:print) fails
I use: STDOUT.should_receive(:puts).with...... many times in RSPEC
However, I have a couple of "do you want(Y/N)?" where I use ''print''
and apparently ..(:print).with... does not work. I can change ''print''
to ''puts'' and it works perfectly.
How do I test :print and ...getch("y") for input???
Any help would be
2005 May 12
1
Inheriting security permissions from target directory with Cygwin
I am trying to upload a directory structure with rsync via ssh from one
domain to another. I would like the target files (which may or may not
already exist on the target machine) to assume the security permissions of
the target directory they are placed into, since the target machine lies in
a different domain.
Currently, when I upload these files they seem to assume some strange random
2009 Aug 06
1
Section 1.3.1 of R-Ext Documentation lists tests/Examples/pkg-Rex-Rout.save incorrectly (PR#13877)
Full_Name: Andrew Thornton
Version: Webpage
OS: Linux
Submission from: (NULL) (81.154.9.63)
The Writing R Extensions documentation at:
http://cran.r-project.org/doc/manuals/R-exts.html
lists two different filenames for making the example's Rout.save a test result.
Section 1.1.3 says:
"If tests has a subdirectory Examples containing a file pkg-Ex.Rout.save, this
is compared to the
2004 Mar 22
3
Long time needed for "Building file list" Any suggestions ?
We're running rsync 2.5.7 on a Windows2000 server, in combination with
cygwin/ssh. The server who receives the data is a Linux server.
The amount of data from the Windows server is about 100 Gb. Represented
by 532.000 files of different nature. Mostly doc, ppt and xls files.
It takes about 2 hours to create only the file list.
Is the amount of data/files to big, should I segmentate the
2013 Mar 18
1
Windows R-3.0.0 and Tcl/tkrplot issue
Greetings R Developers,
I've been testing the alpha release of R-3.0.0 and I noticed that the plotting functionality in package tkrplot was not working correctly.
Further diagnosis found the issue to be related to the command '.Tcl("image create Rplot plotname")' from package "tkrplot".
The following example is taken from here:
2011 Sep 21
1
PDU support for DigiPower and Aviosys devices
Hi,
I'm thinking about adding support for PDU (Power Distribution Unit) devices
from Digipower [1] and Aviosys [2] to NUT via the SNMP interface.
The specific devices I have in mind are the following:
Digipower AMz-1623/SW-08-1
Aviosys IP Power 925x
(both are 8-port PDUs which are SNMP capable via an ethernet interface)
Does anybody have other DigiPower or Aviosys devices and if so
2007 Mar 19
5
Dovecot 'suicide'
I have a Dovecot installation on a Fedora 4.
With the last update from Dovecot RC10 to Dovecot RC27, the daemon
kills itself every night with this error:
Mar 17 05:23:11 mail dovecot: Time just moved backwards by 6 seconds.
This might cause a lot of problems, so I'll just kill m
yself now.
The error appears just after the night maintenance script executes a
ntpdate syncronization
ntpdate
2007 Jul 16
6
Advice regarding extending RedCloth
Hello,
I am in a bit of a bind. I need to reliably parse mediawiki markup to
html, and the only parser that I can find (mediacloth) has a lot to be
desired, so I would like to extend something that works and parse
mediawiki markup. My question to this list is should I start working
on RedCloth or SuperRedCloth or is there a difference as far as
extending them? Also does anyone know of a write up
2006 Mar 17
7
OT: Subversion folder cleanup
How do you clean up your app folder to place onto the server? I want to
get rid of all the .svn stuff.
Seth Buntin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060317/cc81d9f7/attachment.html
2018 May 14
0
(no subject)
hello
> p(X ? V) diffetente zero
> look this
> Let X and V be two independent random variables with unknow
>? distribution functions (d.f.?s) F and G respectively. Under truncation from the right we observe (X, Z) only if X ? Z
> I simulate X and Z and I use Lynden bell estimation
> I need now to calculate alpha =p(X ? V)but no p(X ? V)=0
>?
> >
> >
> >