search for: spm

Displaying 20 results from an estimated 57 matches for "spm".

Did you mean: smp
2012 Sep 19
2
Deleting a folder with & character
Hello, One of my users has a mailbox named 'INBOX.Kron & SPM' (maybe created a long time ago, when we use courier imap as pop/imap server, but I'm not sure). I can see the maildir with a doveadm list command: amateo_adm at myotis31:~$ sudo doveadm mailbox list -u <user> ... INBOX.Kron & SPM ... but I can't delete it, neithe renam...
2010 Jan 29
1
SemiPar/spm question
Hello -- I posted this question yesterday and for some reason the post seems to be attached to the wrong thread. Also, I extended my test a little and it seems to indicate the problem is with spm. I would appreciate any help. Thanks. ========================================================== library(plyr) library(SemiPar) data <- data.frame(id=c(rep("111",100),rep("222",200)), value=c(rnorm(100,2,1),rnorm(200,10,5)), lhs=c(rnorm(100,2,1),rnorm(200,10,5))) #this wor...
2010 May 06
0
spm() default knots
Hi, When you use the default knot choice in spm() (library(SemiPar)) a figure showing the knot locations is sent to the screen and you have to accept the knots to move on. I am trying to run simulations using this function. Is there a way to get spm() to use the default "REML" knots without needing to approve each set of knots? Her...
2017 Aug 30
0
FW: Predictive accuracy measures in a recently released R package, spm: Spatial Predictive Modelling [SEC=UNCLASSIFIED]
Hi All, Just thought you might be interested in a recently released R package, spm: Spatial Predictive Modelling. It aims to introduce some novel, accurate, hybrid geostatistical and machine learning methods for spatial predictive modelling. Of 22 functions available in spm, two functions are for accuracy assessment. Perhaps they are not only useful tools for spatial predicti...
2018 Mar 20
0
A new version (1.1.0) of the “spm” package for spatial predictive modelling reelased on CRAN [SEC=UNCLASSIFIED]
Dear R users, A new version (1.1.0) of the ?spm? package for spatial predictive modelling is now available on CRAN. The introductory vignette is available here: https://cran.rstudio.com/web/packages/spm/vignettes/spm.html There are several new enhancements to the package including a fast version of random forest in using ranger (rg) libr...
2009 Dec 10
2
plotting with varying dot sizes
...st.csv", skip=1,sep=",",nrows=1) names(Insitu)= as.character(as.matrix(Header)) CRS_4326 = CRS("+init=epsg:4326") Insitu_sp <- SpatialPointsDataFrame(cbind(Insitu[,"Boylam"],Insitu[,"Enlem"]), data=Insitu, proj4string=CRS_4326) plot(Insitu_sp[,"SPM"],col="black",pch=19,cex=0.725*sqrt(Insitu["SPM"]))
2012 Oct 06
0
SPM/SemiPar -- Plotting additive interactions
I'm taking the residual-regression approach to semiparametric estimation (Robinson 1988, Econometrica), and basically using SemiPar simply as a convenient means of doing multivariate nonparamteric additive models. The final bit of code is here: finalfit <- spm(res~f(V3,basis="trunc.poly")+f(V5,basis="trunc.poly")+f(V6,basis="trunc.poly")) summary(finalfit) par(mfrow = c(2,2)) plot(finalfit) you can see the plot here: http://i.imgur.com/qaPc8.png V3 is a main effect, V5 and V6 are interactions between dummy variables and...
2009 Nov 27
0
changing titlessymbols in plot.spm
Hi all, I'm trying my best in changing the names of my experiments in the spectral map. My experiments are from six different time points, two as control and two treated experiments. I set have for each time point a different color . Now I want to change the symbols so that I have for the treated experiments one and for the controls a different one. But I want only two different symbols
2009 Jun 26
1
Heteroskedasticity and Autocorrelation in SemiPar package
Hi all, Does anyone know how to report heteroskedasticity and autocorrelation-consistent standard errors when using the "spm" command in SemiPar package? Suppose the original command is sp1<-spm(y~x1+x2+f(x3), random=~1,group=id) Any suggestion would be greatly appreciated. Thanks, Susan [[alternative HTML version deleted]]
2008 May 27
1
smp falls back to up mode on quad core
Hi, I'm running Centos 5.1 on an Intel Quad 2 Core with four Q6600 processors. Despite Centos 5 supporting multiple cores (SPM), it doesn't seem to work for me: 1) a dmesg shows that only one processor is seen: "SPM alternatives: switching to UP code", etc. 2) file /proc/cpuinfo shows only one processor 3) top with option 1 (to toggle between seeing all processors or an average) shows only 1 processor....
2005 Feb 18
1
Two-factorial Huynh-Feldt-Test
...me a suggestion of how I could do this, where I could find information about it etc? Google doesn't help much except more SAS examples...:-( hf <- function(mtxCov,ncol,nrow) { X <- mtxCov*(nrow-1) r <- length(X[,1]) D <- 0 for (i in 1: r) D<- D+ X[i,i] D <- D/r SPm <- mean(X) SPm2 <- sum(X^2) SSrm <- 0 for (i in 1: r) SSrm<- SSrm + mean(X[i,])^2 epsilon <- (ncol^2*(D-SPm)^2) / ((ncol-1) * (SPm2 - 2*ncol*SSrm + ncol^2*SPm^2)) print(epsilon) } # 2. do variance-covariance matrices for conditions first avCov2 <- matrix(rep(0,36),nco...
2017 Jun 11
2
Cannot build Clang/LLVM on Windows with LLVM_BUILD_LLVM_DYLIB
On 10 June 2017 at 21:04, biologi spm via llvm-dev <llvm-dev at lists.llvm.org> wrote: > clang.exe, clang++.exe, clang-cl.exe, clang-cl.exe and > msbuild-bin/cl.exe are each 37MB, but they serve almost the same > purpose, just receive different flavours of command flags. On Unix systems these are all symlinks and so ess...
2008 Jun 17
0
[LLVMdev] [llvm-announce] llvm and simplescalar
Thank you for your answers and suggestions! Well, I want to do some experiments about the compiler optimization in llvm under SPM and I need performance evaluation. As I know, alpha is a general-purpose CPU, so I consider that arm may be an alternative. Simplesim-arm is able to do performance simulation while m5-arm is still under development. Then, what should I do? Do the experiment under m5-alpha or use simplesim-arm? And...
2017 Jun 09
5
Cannot build Clang/LLVM on Windows with LLVM_BUILD_LLVM_DYLIB
I am trying to build Clang/LLVM with -DLLVM_BUILD_LLVM_DYLIB=ON and -DLLVM_LINK_LLVM_DYLIB=ON to reduce the size of toolchain. I am getting LINK error 1181 about `lib\LLVM.lib` not found. After investigating, `lib\LLVM.lib` is supposed to be produced along with `bin\LLVM.dll`. `bin\LLVM.dll` is indeed produced, but it does not contain any exported symbols (10KB only) because LLVM does not use
2003 Nov 07
6
SIP protocol bug ???
Hello, I have a problem with asterisk when dial out to a SIP provider. Asterisk send a INVITE with no credentials, the provider reply with a 401 Unauthorized. However, Asterisk DOES NOT resend the invite again with credentials. But it hangs there (maybe waiting for a ok) It is this a bug in asterisk or the provider is supposed to send something else rather than a 401 as answer for a INVITE ?
2008 Jun 16
6
llvm and simplescalar
hello everyone, I'm wondering whether llvm can work together with simplescalar. Would anyone please give me some clarification? Thanks a lot!
2008 Jun 16
6
llvm and simplescalar
hello everyone, I'm wondering whether llvm can work together with simplescalar. Would anyone please give me some clarification? Thanks a lot!
2006 Jul 30
2
Question about data used to fit the mixed model
Hi everyone, I would like to ask a question regarding to the data used to fit the mixed model. I wonder that, for the response variable data used to fit the mixed model (either via "spm" or "lme"), we must have several observations per subject (i.e. Yij, i = 1,..,M, j = 1,.., ni) or it can be just one observation per subject (i.e. Yi, i = 1,...,M). Since we have to specify the groups for random effect components, if we have only one observation per subject, th...
2004 Aug 06
1
new maintainers
...ngs, if anyone wants to maintain this or has > > patches, Scott Manley is the person to talk to. > > I don't have a place to put up web pages about LiveIce et al, and with > all the myplay stuff taking my time my maintenance has been > non-existant. is http://star.arm.ac.uk/~spm/software/liveice.html deprecated? If you want I can check teh latest code into cvs cleanly and move the liveice local. Let me know. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message...
2011 Sep 09
0
analyse fMRI statistical maps in a mixed procedure (within-subject and between-subject error term)
...- All subject are dizygotic (non-identical) twins. For every single scan (and thus statical map) we have a behavioural measure, which we would like to regress against the set of maps, while correcting for the dependency between scans and ideally also between twins. In neuroimaging software like SPM and FSL it is not possible to have a within-subject error term as well as a between-subject error term. The advice I got from multiple people on the FSL and SPM mailinglists was to just average the spatial maps over sessions and possibly also twins. However, that would mean also averaging over the...