Displaying 20 results from an estimated 2000 matches similar to: "Where can I get the sweave package ?"
2006 Nov 07
1
Re : Draw a circle with a given radius in an existing map
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20061107/01cea378/attachment.pl
2006 Nov 24
1
Re : View code of function
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20061124/c670126c/attachment.pl
2007 Apr 20
2
Udpate R under a proxy
dear all,
I get internet via a proxy server when I try to
downlaod package it always fail. Even when i add and
environnment variable for the http proxy server. I use
windows XP SP2
Sincerly
Justin BEM
El?ve Ing?nieur Statisticien Economiste
BP 294 Yaound?.
T?l (00237)9597295.
2006 Oct 19
1
Re : CI
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20061019/dc66a793/attachment.ksh
2005 Dec 28
2
Importing Genstat files into R
Does anyone know if there is a package or other method of reading Genstat
files directly into R. Genstat isn't listed in the foreign package.
Many thanks,
Graham
[[alternative HTML version deleted]]
2005 Aug 23
1
Problem with RCMD build ...
Hi
I have write A function to draw pyramid of age. I have two function
draw.pyramide(h,f,l) , pyramide(h,f,l) and a data frame with data.
I first use package.skeleton("pyra")
I got the package structure
Then in my shell I use
> RCMD build pyra
I get this :
check for description ... OK
....
removing junk files
but
"cannot open
2007 May 15
1
Re : Bootstrap sampling for repeated measures
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070515/799f44ed/attachment.pl
2007 Apr 25
1
for loops
Hello everybody
I'm very new at using R so probably this is a very stupid question.
I have a matrix of "p" columns and I have to calculate for each of them the "two sample t-statistic" and p-value and to save the results into two different vectors.
I have divided my matrix into two submatrices: submatrix A containing the first "n1" rows (p columns) and submatrix B
2006 Dec 07
2
Simulation in R
Hello!
I have the following problem.
My code:
--snip--
ergebnisse <- rep(0, each=2)
stichproben <- rep(0, each=2)
for (i in seq(1:2)) {
n <- dim(daten)[1]
ix <- sample(n,200) # producing samples
samp_i <- daten[ix,]
stichproben[i] <- samp_i # doesn???t works
# Calculation of the model:
posterior_i <- MCMClogit(y ~ fbl.ind + fekq3 + febitda4 + fuvs + fkru +
2007 Aug 02
2
Re : beamer error with R
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070802/04c0f92e/attachment.pl
2006 Dec 12
0
Re : Re : implementation of t.test
Excuses I have a mistake in previous mail
Type stats:::t.test.defaultThe formal way is to use getAnywhere(t.test)
Justin BEM
Elève Ingénieur Statisticien Economiste
BP 294 Yaoundé.
Tél (00237)9597295.
----- Message d'origine ----
De : justin bem <justin_bem@yahoo.fr>
À : Weiwei Shi <helprhelp@gmail.com>
Cc : R-help@stat.math.ethz.ch
Envoyé le : Mardi, 12 Décembre 2006,
2009 Jan 29
1
Re : standard error of logit parameters
Run
outfit<-nlm(..., hessian=T) and then standards error are
se<-diag(solve(outfit$hessian))
Justin BEM
BP 1917 Yaoundé
Tél (237) 76043774
________________________________
De : Bomee Park <bombom@stanford.edu>
À : r-help@r-project.org
Envoyé le : Jeudi, 29 Janvier 2009, 4h01mn 56s
Objet : [R] standard error of logit parameters
Hi everyone.
I am now estimating the
2009 Jan 27
2
Need help on running Heckman Correction Estimation using R
Team,
I am trying to resolve the self-selection bias of a sample in an experiment
and would like to run the Heckman Correction Estimation using R. Can
someone help me with the R-Code... I tried searching for the discussion, but
not successful. Thanks in advance,
Best,
Kishore/..
http://kaykayatisb.blogspot.com
[[alternative HTML version deleted]]
2008 May 23
1
Re : How to import package into R script
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20080523/7061f532/attachment.pl>
2007 Aug 03
1
Re : change the names of all listed objects
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070803/ae1807ba/attachment.pl
2009 Feb 25
4
Have a function like the "_n_" in R ? (Automatic count function )
Have the counter function in R ?
if we use the software SAS
/*** SAS Code **************************/
data tmp(drop= i);
retain seed x 0;
do i = 1 to 5;
call ranuni(seed,x);
output;
end;
run;
data new;
counter=_n_; ***** this keyword _n_ ****;
set tmp;
run;
/*
_n_ (Automatic variables)
are created automatically by the DATA step or by DATA step statements.
*/
/*** Output
2007 May 09
1
swfdec export into avi
Hi
I'd like to you know if this is possible to do this with swfdec, or even to know if one day, it will be possible
I have a swf player that grabs some piece of sprites, music and move all this in some kind of a cartoon
Is it possible with swfdec to record this cartoon into an avi file ?
Thanks
Enzo
___________________________________________________________________________
2007 Apr 18
1
smbclient tar function : no password asked ?
Hello,
We're using samba 3.0.24 on a Linux box, to access and
backup some XP boxes. smbclient access is okay, but
there is something quite weird with the tar
subfunction
-----
$ smbclient //xpbox/Documents -U someuser -d 2 -Tc
/tmp/tarfile .
added interface ip=192.168.1.xxx bcast=192.168.1.255
nmask=255.255.255.0
session setup failed: NT_STATUS_LOGON_FAILURE
-----
Smbclient does NOT ask us
2007 Mar 01
1
Fit Student Copula
Hello everybody,
I have a big problem that I do not manage to solve !
I will be very grateful if you can solve this !
I want to fit a t Copula with the copula package :
> student.cop <- ellipCopula("t", param = c(0.5, 0.6, 0.7), dim = 3, dispstr = "un",df=5)
> x<-rcopula(student.cop,1000)
> fit <- fitCopula(x, student.cop, c(0.5,0.5,0.5,5))
And there is an
2006 Dec 24
1
Copying my system to another drive
Hi, I'm trying to copy my CentOS install to a new drive.
- old drive is /dev/hda and had
hda1 : /boot
hda2 : swap
hda3 lvm
hda5 : lvm
hda4 : /usr/local
- new drive is /dev/hdb
hdb1 : /boot
hdb2 : swap
hdb3 : /
I decided to get rid of lvm which is useless to me. I've created and
formated the new partitions and copied anything from the old drive to
the new one