Displaying 20 results from an estimated 20 matches for "sgm".
Did you mean:
sgi
2007 Jun 15
0
Question with nlm
...tmp %*% t(xM) %*% invQ);
sigma2 <- (1/totalTime) * t(y- xM %*% Bt)%*% invQ %*% (y- xM %*% Bt);
# log likelihood function
loglik <- -0.5*log(abs(det(diag(rep(sigma2,totalTime)))))-0.5*log(abs(det(Q)))-
(0.5/sigma2)* (t(y- (xM%*% Bt)) %*% invQ %*% (y-(xM %*% Bt)));
sgm <- sigma;
# gradients eq. (4.16)
gr <- function(sgm) {
gradVecs <- c();
# sgm <- c(sigma1, sigma2);
sgm <- sgm*sgm;
for (i in 1:length(sgm)) {
Eij <- matrix(rep(0, length(sgm)^2), nrow=length(sgm), ncol=length(sgm));
Eij[i,i]...
2002 Dec 04
1
Converting R help files to S-Plus 6 sgml,html
I have help files in several formats. Up until now I have converted nroff files to S-Plus 6 sgml and html files using
Splus doc_to_S ... (creates .sgml file)
Splus HINSTALL ... (creates .sgm and .html files)
I maintain master help files in R .Rd files, and for some of my functions converting from .Rd to .sgm using R CMD Rdconv --type=Ssgm ... produces better .sgm files than beginning wit...
2006 Jul 01
1
Rdconv --type=Ssgm drops singleton keywords (PR#9051)
If an Rd file has only one keyword entry then
the Splus sgm file made with Rdconv --type=SSgm
has no keyword entries.
To reproduce:
Use prompt() to make a skeleton help file
R> f<-function(x)log(1+x)-log1p(x)
R> prompt(f)
Created file named 'f.Rd'.
Edit the file and move it to the appropriate directory.
R&g...
2006 Mar 06
0
Problems with R CMD Rdconv and R CMD Sd2Rd (PR#8661)
I'm using R 2.2.0 on Windows.
Doing some conversions of help files. Internal comments indicate
that the Sd2Rd conversion is "Converted by Sd2Rd version 1.21."
I'm converting
.d -> .Rd
.sgml -> .Rd
using Sd2Rd, then checking by using Rdconv to
convert .Rd back to .d or .sgml.
Here are errors in some of the conversions.
The most significant errors are in .Rd to .sgml.
The largest number of errors are in .Rd to .d (however,
this conversion is not so important).
--------------------...
2005 Jun 16
3
possible bug in merge with duplicate blank names in 'by' field.
...g something. I hesitate to submit this as a bug, since technically I
guess you could say that blank names, especially duplicates, are not
kosher. But on the other hand, this combinatorial behaviour seems to occur
only for blanks.
-Frank
PhD, Computational Biologist,
Harvard Medical School BCMP/SGM-322, 250 Longwood Ave, Boston MA 02115, USA.
Tel: 617-432-3555 Fax:
617-432-3557 http://llama.med.harvard.edu/~fgibbons
2003 Aug 28
4
Cook-distance-type plot (vertical bars)
...ld be).
Can anyone give me pointers on where to look for more info. I've had a look
in the places I could think of (plot.lm.R, termplot.R, plot.R, aov.R), and
couldn't find anything. Maybe I overlooked it?
Thanks
-Frank Gibbons
PhD, Computational Biologist,
Harvard Medical School BCMP/SGM-322, 250 Longwood Ave, Boston MA 02115, USA.
Tel: 617-432-3555 Fax:
617-432-3557 http://llama.med.harvard.edu/~fgibbons
2003 Aug 21
1
LDA in R: how to extract full equation, especially constant term
...e past, but it was never really
answered by anyone who was familiar with R/S-PLUS. Can anyone help me with
this? I guess I'm really wondering how R is computing the constant term in
its discriminant function.
Thanks,
-Frank Gibbons
PhD, Computational Biologist,
Harvard Medical School BCMP/SGM-322, 250 Longwood Ave, Boston MA 02115, USA.
Tel: 617-432-3555 Fax:
617-432-3557 http://llama.med.harvard.edu/~fgibbons
2002 Jun 13
1
Using RSPerl with add-on package ctest and named parameters
...message. I'd
really appreciate any suggestions for this problem. I've scoured the web,
and haven't been able to find any examples in which an add-on package
function is called using the RSPerl module.
Thanks,
Frank Gibbons
PhD, Computational Biologist,
Harvard Medical School BCMP/SGM-322, 250 Longwood Ave, Boston MA 02115, USA.
Tel: 617-432-3555 Fax:
617-432-3557 http://llama.med.harvard.edu/~fgibbons
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send &quo...
2013 Aug 20
1
obtener matriz de contactos
Hola Freddy.
Yo parto de un shape en que tengo los típicos archivos .shp, .sbx, .sbn,
.shx y .dbf.
En la tabla tengo el área de los poligonos en m2, el perímetro, el estado y
el código ISO del estado dispuesto por el SGM.
¿Me puedes orientar un poco más?
Gracias,
Sebastían.
El 14 de agosto de 2013 16:19, Freddy Omar López Quintero <
freddy.vate01@gmail.com> escribió:
> Hola Sebastian,
>
> Ellos utilizan GeoDaSpace para calcular la matriz de contigüidad (tambien
>> llamada de contactos,...
2015 Apr 18
4
Como leer una BD con una estructura inadecuada
...for Temuco with green city
standards for living
Nota: Las tildes se han omitido para asegurar compatibilidad con algunos
lectores de correo.
------------ próxima parte ------------
ID Number Name Fed Sex Tit WTit OTit SRtng SGm SK RRtng RGm Rk BRtng BGm BK B-day Flag
14319110 Van Der Walt, Dina RSA F 0000 w
10218181 (mastar Marine), Asaduzzaman BAN M...
2003 Aug 26
2
discriminant function
How can I extract the linear discriminant functions resulting from a LDA
analysis?
The coefficients are listed as a result from the analysis but I have not
found a way to extract these programmatically. No refrences in the
archives were found.
Thank you very much,
Stefan
2013 Aug 14
2
obtener matriz de contactos
Estimados usuarios de R:
Estoy probando la econometría espacial reproduciendo el paper Introduction
to Spatial
Econometrics: An application to the study of fertility in Argentina using
R. de Herrera Gómez, Marcos; Cid , Juan Carlos and Paz , Jorge Augusto.
La diferencia es que voy a usar datos de Uruguay del Censo 2011.
Ellos utilizan GeoDaSpace para calcular la matriz de contigüidad (tambien
2010 Apr 09
0
rjags syntax error
...8]*xi[i,14]+alp[42]
mu[i,43]<-xi[i,15]+alp[43] ## Work4
mu[i,44]<-lam[29]*xi[i,15]+alp[44]
mu[i,45]<-lam[30]*xi[i,15]+alp[45]
xi[i,1:45]~dmnorm(u[1:15],phi[1:15,1:15])
}
for(j in 1:45){alp[j]~dnorm(0.0, 1.0)}
for(j in 1:30){lam[j]~dnorm(0.8,psi[j]}
for(j in 1:P){
psi[j]~dgamma(9.0, 4.0)
sgm[j]<-1/psi[j]
}
psd~dgamma(9.0, 4.0)
sgd<-1/psd
phi[1:3,1:3]~dwish(R[1:3,1:3], 5)
phx[1:3,1:3]<-inverse(phi[1:3,1:3])
}
2012 Aug 13
0
rjags error. Error parsing model file:,syntax error on line 5 near ""
...8])
lam[10] ~ dnorm(0,psi[10])
lam[11] ~ dnorm(0,psi[11])
lam[12] ~ dnorm(0,psi[12])
lam[13] ~ dnorm(0,psi[13])
lam[14] ~ dnorm(0,psi[14])
lam[15] ~ dnorm(0,psi[15])
#---------------------------------------
#Priors on Precisions
for(j in 1:nIndicators) {
psi[j] ~ dgamma(9.0, 4.0) # Error variances
sgm[j] <- 1/psi[j]
}
phi[1:2,1:2] ~ dwish(R[1:2,1:2], 5) # Precision matrix
phx[1:2,1:2] <- inverse(phi[1:2,1:2]) # Variance/Covariance matrix
}
"
writeLines(modelstring,con="model.txt")
#--------------------------------------------------------
# READ IN DATA AND PREPARE FOR JAG...
2003 Oct 01
5
lda source code
I am new to R. Trying to find out how lda() {in MASS R1.8.0 Windows} was
implemented in R. Does anyone know where to find out lda source code ?
Thanks.
Wei
2005 Jun 19
1
Trouble building R2.1.0 from source on Linux: package VR
...e Debian.
This is a pretty time-critical matter for me (I wouldn't have chosen to
upgrade now, were it not for my earlier problem with merge when there are
empty labels), any assistance greatly appreciated. Thanks in advance.
-Frank
PhD, Computational Biologist,
Harvard Medical School BCMP/SGM-322, 250 Longwood Ave, Boston MA 02115, USA.
Tel: 617-432-3555 Fax:
617-432-3557 http://llama.med.harvard.edu/~fgibbons
2010 Jun 10
1
Re: Recognising an unrecognisable scanner
...argument)
checking /dev/sgh... failed to open (Invalid argument)
checking /dev/sgi... failed to open (Invalid argument)
checking /dev/sgj... failed to open (Invalid argument)
checking /dev/sgk... failed to open (Invalid argument)
checking /dev/sgl... failed to open (Invalid argument)
checking /dev/sgm... failed to open (Invalid argument)
checking /dev/sgn... failed to open (Invalid argument)
checking /dev/sgo... failed to open (Invalid argument)
checking /dev/sgp... failed to open (Invalid argument)
checking /dev/sgq... failed to open (Invalid argument)
checking /dev/sgr... failed to open (Inval...
2011 Dec 21
1
APC BZ1200-BR
Dear friends,
I installed NUT and followed all suggested procedures to
verify if my ups is supported.
No driver recognized my ups, and the genericups tests
get wrong.
Here I send some informations about it:
The ups model is APC BZ1200-BR
I use Ubuntu, and the lsusb results
Bus 003 Device 003: ID 0403:6001 Future Technology Devices
International, Ltd FT232 USB-Serial (UART) IC
for ups.
The
2004 Mar 31
1
wine segfaults and crashes my 2.4.x kernel
kernel is downloaded with up2date:
[s2@katleriai s2]$ cat /etc/redhat-release && rpm -q glibc kernel && uname -r
Red Hat Linux release 8.0 (Psyche)
glibc-2.3.2-4.80.8
kernel-2.4.20-27.8
kernel-2.4.20-28.8
2.4.20-28.8
when i make wine to run setup.exe from WordViewer97, i am getting usual
installer's window with two buttons. after pressing "Continue" i am
getting
2003 Dec 01
0
No subject
...http://www.rit.bme.hu/~balsa/pam_ldap_ntlm/
debian packages on
deb http://www.rit.bme.hu/~balsa/debian/ padl/
for more info see README.ntlm
When you have any constructive idea mail it me.
balsa
Return-Path: <cstorer@infinitisystems.com>
Delivered-To: samba@lists.samba.org
Received: from ISGMAIL.ISGDomain (mail.infinitisystems.com
[209.119.129.212]) by lists.samba.org (Postfix) with SMTP id B61B54105
for <samba@lists.samba.org>; Sat, 8 Sep 2001 13:54:57 -0700 (PDT)
Received: by ISGMAIL.ISGDomain with Internet Mail Service (5.5.2653.19)
id <SPKXYNJ6>; Sat, 8 Sep 2001 1...