similar to: Boost library in R package.

Displaying 20 results from an estimated 300 matches similar to: "Boost library in R package."

2005 Nov 26
2
Double FOR
Hi, I want to run through a formula several times with several different variables (which are defined by independent vectors of equal length 10 elements). It looks like this: function (m,s,y) { for (j in m){ for (k in s){ for (i in y){ DIC.hat<-sum(-2*((log(1/sqrt(2*pi*s^2))*exp((((y-m[j])/s)^2)/-2)))) } } } DIC.hat } My problem is that R runs the three
2005 Feb 22
2
Graphics
Hi, The R platform that I installed on my Windows XP crashes everytime that I try to run some sophisticated graphics (e.g. Demo Graphics). Is that to do with the configuration? Shall I reinstall it? Thanks, ------------------- Cedric E. Ginestet PsyPAG Chair Psychology Department Thames Valley University Saint Mary's Road London W5 5RF 077-8688-4313 [[alternative HTML version
2006 May 09
4
ks.test one-sample - where can I get a list of the strings specifying the distribution?
Dear all, One can use ks.test(x,y) for a one-sample kolmogorov-smirnov test: x being the data sample y being a string specifying a distribution I notice the help on ks.test does not tell you how to get such a list. Is this a hole in my R knowledge? Where can I get a list of the strings specifying the possible distributions? and more specifically What would be the string and following
2011 Aug 27
3
all combinations of the elements of two vectors
Dear R-help readers, I'm sure this problem has been answered but I can't find the solution. I have two vectors v1 <- c("a","b") v2 <- c(1,2,3) I want an easy way to produce every possible combination of v1, v2 elements Ie I want to produce c("a1","a2","a3", "b1","b2","b3") regards Desmond Desmond
2015 Jul 06
1
Windows 8.1 Join Domain
El 6/7/2015 7:22 p. m., "Chuck Theobald" <chuckt at uoregon.edu> escribi?: > > On 6/26/2015 3:32 AM, Daniel M?ller wrote: >> >> You have a dotted domain like my.dom? >> >> The windows 8.1 will refuse to join. >> Just look at: >> http://tam.belchenstuermer.de/join-a-samba-domain-with-dot-in-its-name-using >> -windows-8-1/ >>
2015 Jun 26
2
Windows 8.1 Join Domain
You have a dotted domain like my.dom? The windows 8.1 will refuse to join. Just look at: http://tam.belchenstuermer.de/join-a-samba-domain-with-dot-in-its-name-using -windows-8-1/ Good Luck Daniel EDV Daniel M?ller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076 T?bingen Tel.: 07071/206-463, Fax: 07071/206-499 eMail: mueller at tropenklinik.de Internet:
2015 Jun 26
2
Windows 8.1 Join Domain
I have Samba 3.6.6 configured as a domain controller, but am unable to get new machines to join the domain. I've set the WINS on these machines in the IPv4 network configuration and get as far as entering my samba (ldap) credentials, but the whirlything spins for a while then says it cannot contact the domain, domain does not exist. If a machine had already been part of the domain when it
2005 Mar 15
1
RODBC, sqlSave and sqlAppend
Hi all, I am currently trying to read, write and append data between R and MS access using the RODBC library functions. I have no problems reading in the data but when using sqlSave and sqlAppend it doesn't seem to work. I have made sure that all the column names are sensible and there are no gaps etc in the variables. My call looks like this: sqlSave(channel,treatlist,test=F) I've
2005 May 22
2
some cannot join domain
Hi, I have some machines (winXP and win2k) that cannot join my domain. Others I have joined to the domain. I am using the smbldap-tools 0.8.9 with an add machine script as follows: add machine script = /usr/local/samba/sbin/smbldap-useradd -w "%u" The LDAP entity gets created with objectClasses top, inetOrgPerson, and posixAccount. My impression is that samba then comes
2011 Jun 28
2
Loop through each subject
R help - I am attempting to write a script that has multiple subjects in 1 data file. Each subject has multiple rows with columns as variables. Here is my code, I am having problem executing it on each unique subject id (dat$Subject). getwd() setwd("/Users/edwardpatzelt/Desktop/Neuroimaging/MERIT/SRRT/merge") dat <- read.table("test2.txt", header = TRUE, na.strings
2011 May 04
1
General "nil" reference class object
Dear John and others, I've been wondering about whether there's any way to indicate a "nil" reference class object, which will represent "no value", and be tested for, but not fail the internal type checking. NULL is the obvious choice (or seems so to me), but can only be used if an explicit class union is created: > Foo <- setRefClass("Foo") > Bar
2004 Dec 08
5
problems with print$
Hi All, I finally signed up for the list after years of using Samba successfully - a testament to the quality of Samba. Yet now I have a problem with the point-and-print functionality. I am able to authenticate against my server (Solaris 8, Samba 3.0.7, OpenLDAP 2.1.25) as user 'chuck' in my LDAP directory and browse the shares, but when I right-click on the printer and select
2010 Feb 28
1
Problem with gsl package
Hi all, I am new to R and am writing after having contacted Robin Hankin, who maintains the R gsl wrapper. I am trying to use an AFNI (neuroimaging analysis) program that depends on the R gsl package. When I try to use the script I wrote, I get an error that led me to suspect the gsl package was a culprit. When I do library("gsl") within R, I get: Error in dyn.load(file, DLLpath
2005 Aug 01
1
Slow browsing from Win2k and WinXP
Hi, I have Samba 3.0.14a + OpenLDAP 2.2.24 installed on Solaris 8 as a PDC for serving files only (no profiles, no printing). Performance of network browsing is slow in Windows 2000 and XP, taking 10-15 seconds to open and display the contents of a folder. The same browsing activity from a Mac works fine with no unacceptable delays. I'm trying to sell Samba here, but these delays are
2005 Apr 12
0
Can you subset with the context of RExcel
Hi all, I am trying to use RExcel at the moment. I am able to get it to work for simple commands, but I can't seem to get it to work when I subset the data. So for example, if I start RExcel, and then 'Put R var' with the following: 1 1 2 2 1 2 3 1 2 4 1 2 5 1 2 6 1 2 7 1 2 8 1 2 9 1 2 10 1 2 and set it to variable x, then I 'run R' on the code 'z <- t(x)' and
2011 Feb 11
1
Help optimizing EMD::extrema()
Hi folks, I'm attempting to use the EMD package to analyze some neuroimaging data (timeseries with 64 channels sampled across 1 million time points within each of 20 people). I found that processing a single channel of data using EMD::emd() took about 8 hours. Exploration using Rprof() suggested that most of the compute time was spent in EMD::extrema(). Looking at the code for EMD:extrema(),
2005 May 17
1
smbldap-tools broken pipe
Hi, I am working on establishing a Samba+LDAP server with management by the smbldap tools from idealx. Versions are Samba 3.0.14a, OpenLDAP 2.2.24, smbldap tools 0.8.8 all on Solaris 8. I'm thinking I have a problem with my perl (perhaps), version 5.8.5, as I keep getting "Broken pipe" messages when using smbldap-populate, smbldap-groupadd, etc. Google produced no useful
2007 Oct 11
2
test for whether dataset comes from a known MVN
Dear all, I have a multivariate dataset containing 100,000 or more points. I want find the p-value for the dataset of points coming from a particular multivariate normal distribution With mean vector u Covariance matrix s2 So H0: points ~ MVN( u, s2) H1: points not ~ MVN( u, s2) How do I find the p-value in R? To me this is a likelihood ratio test problem. In H0 the parameters are
2005 Mar 15
0
Fwd: RODBC, sqlSave and sqlAppend
Début du message réexpédié : > De: Depiereux Constant <constant.depiereux@aqte.be> > Date: 16 mars 2005 00:11:11 GMT+01:00 > À: spjgmwn@iop.kcl.ac.uk > Objet: Rép : [R] RODBC, sqlSave and sqlAppend > > > Le 15-mars-05, à 16:19, Matthew W Nash a écrit : > >> Hi all, >> >> I am currently trying to read, write and append data between R and MS
2006 Mar 18
1
Time-Series, multiple measurements, ANOVA model over time points, analysis advice
Hi, I have some general questions about statistical analysis for a research dataset and a request for advice on using R and associated packages for a valid analysis of this data. I can only pose the problem as how to run multiple ANOVA tests on time series data, with reasonable controls of the family-wise error rate. If we run analysis at many small sections of a long time-series, the Type-I