search for: exp1

Displaying 20 results from an estimated 88 matches for "exp1".

Did you mean: exp
2011 May 21
0
Problem with ANOVA repeated measures: "Error() model is singular"
...correct. Indeed using the function aov I get the following error:"In aov (......) Error() model is singular" The structure of my table is the following: subject, stimulus, condition, sex, response Example: subject stimulus condition sex response subject1 gravel EXP1 M 59.8060 subject2 gravel EXP1 M 49.9880 subject3 gravel EXP1 M 73.7420 subject4 gravel EXP1 M 45.5190 subject5 gravel EXP1 M 51.6770 subject6 gravel EXP1 M 42.1760 subject7 gravel EXP1...
2014 May 01
2
[LLVMdev] Ubuntu 14.04 Trusty packages broken
...trzelecki wrote: >> Hello, >> >> I don't know how it happened, but recent Ubuntu builds have broken -dev packages, which contain same libraries as non-dev packages. >> >> >> dpkg: error processing archive /var/cache/apt/archives/libllvm3.5_1%3a3.5~svn207603-1~exp1_amd64.deb (--unpack): >> trying to overwrite '/usr/lib/llvm-3.5/lib/libLLVM-3.5.so', which is also in package llvm-3.5-dev 1:3.5~svn207603-1~exp1 >> >> dpkg: error processing archive /var/cache/apt/archives/clang-3.5_1%3a3.5~svn207603-1~exp1_amd64.deb (--unpack): >>...
2011 Aug 16
2
Filtering a table
...5 1 59.646657 1000 2 20.47707761 575 1 3.255755538 575 1 29.3392412 575 1 2.578551542 575 1 52.71564453 575 1 119.8069955 575 1 83.45738555 575 1 7.763555744 725 1 2.578551542 I would like to calculate the dbh mean but only for species 1, time 575. I have tried this > names (exp1) [1] "time"    "species" "dbh"     > time = c(1) > species=c(2) > dbh=c(3) > dbhmean <- mean (exp1 [time==575 & species ==1]) > dbhmean named list() I am not sure why it appears the message "named list()"... Can anybody give me some hi...
2013 Mar 20
1
About adding bricks ...
Hi @all, I've created a Distributed-Replicated Volume consisting of 4 bricks on 2 servers. # gluster volume create glusterfs replica 2 transport tcp \ gluster0{0..1}:/srv/gluster/exp0 gluster0{0..1}:/srv/gluster/exp1 Now I have the following very nice replication schema: +-------------+ +-------------+ | gluster00 | | gluster01 | +-------------+ +-------------+ | exp0 | exp1 | | exp0 | exp1 | +------+------+ +------+------+ | | | | +------+----------+ |...
2013 Nov 01
2
computation of hessian matrix
...1.730,2.860,0.760) x2<-c(0.137,2.499,0.419,1.699,0.605,0.677,0.159,1.699,0.340,2.899,0.082,0.425,0.444,0.225,0.241,0.099,0.644,0.266,0.351,0.027,0.030,3.400,1.499,0.351,0.082,0.518,0.471,0.036,0.721) b1<-4.286b2<-1.362 n<-29 for(i in 1:n){     gh<-matrix(0,2,2) exp0<-(1+b1*x2^b2) exp1<-x1*x2^b2*log(x2) exp3<-x1*b1*x2^b2*(log(x2))^2 gh[1,1]<-2*x2^(2*b2)*exp0/exp0^4 gh[1,2]<--(exp0^2*exp1 - 2*b1*x2^b2*exp0*exp1)/exp0^4 gh[2,1]<--(exp3*exp0^2-2*exp0*b1^2*x2^b2*log(x2)*exp1)/exp0^4 gh[2,2]<--(exp1*exp0^2-2*exp0*x2^b2*b1*exp1)/exp0^4 } [[alternative HTML version de...
2016 Apr 04
2
Evaluating an expression
...es(df)[2:3] <- paste("var",1:2,sep="") which yields aaa var1 var2 1 a 0 0 2 b 0 0 3 c 0 0 I would not relish having to paste 'integer(3)' 5000 times :( So (I figure) there must be a way to do this programmatically, something akin to exp1 <- paste(rep("integer(3)",2),collapse=',') which looks like it might work: "integer(3),integer(3)" , as in the following df <- data.frame(aaa=xxx, eval(parse(text=exp1))) but this yields Error in parse(text = exp1) : <text>:1:11: unexpected ','...
2011 Jan 05
1
Bug#609005: xen-utils-4.0: please consider supporting remus
...AME) dh_install --sourcedir=$(DIR) usr/lib/xen-$(VERSION) + dh_install --sourcedir=$(DIR) usr/bin/remus usr/lib/xen-$(VERSION)/lib/python dh_pysupport -V$(shell pyversions -rv) /usr/lib/xen-$(VERSION) dh_strip dh_makeshlibs -V overlord3:~$ cat /local/xen/lindi-exp1/config.pvops name = 'lindi-exp1' vcpus = '1' memory = '256' kernel = '/local/xen/lindi-exp1/vmlinuz-2.6.32-5-amd64' ramdisk = '/local/xen/lindi-exp1/initrd.img-2.6.32-5-amd64' nfs_server = '10.7.2.17' nfs_root = '/tftpboot/lindi-exp1' extra =...
2010 Mar 06
1
transposing data
...e is response time (RT). I want to transpose the data to a form suitable for MANOVA such that there is one observation per subject and RT is recoded across many variables, the totality of which represents all the combinations of all the levels of all the independent variables. For example, exp1.r5 is my data frame, Subject is the grouping variable, I want to go from long to wide, the dependent variable is RT, and I want to get RT as observed at each combination of each level of all the variables listed in the timevar argument: exp1.r5.wide <- reshape(exp1.r5, idvar="Subject&...
2011 Jan 05
0
Bug#608988: xen-utils-4.0: please consider supporting remus
...AME) dh_install --sourcedir=$(DIR) usr/lib/xen-$(VERSION) + dh_install --sourcedir=$(DIR) usr/bin/remus usr/lib/xen-$(VERSION)/lib/python dh_pysupport -V$(shell pyversions -rv) /usr/lib/xen-$(VERSION) dh_strip dh_makeshlibs -V overlord3:~$ cat /local/xen/lindi-exp1/config.pvops name = 'lindi-exp1' vcpus = '1' memory = '256' kernel = '/local/xen/lindi-exp1/vmlinuz-2.6.32-5-amd64' ramdisk = '/local/xen/lindi-exp1/initrd.img-2.6.32-5-amd64' nfs_server = '10.7.2.17' nfs_root = '/tftpboot/lindi-exp1' extra =...
2014 May 05
4
[LLVMdev] Ubuntu 14.04 Trusty packages broken
On 02/05/2014 11:26, Adam Strzelecki wrote: >> It should be fixed. Can you confirm? > > Nope. Sorry. Still doesn't work here: > > Get:3 http://llvm.org/apt/trusty/ llvm-toolchain-trusty/main libllvm3.5 amd64 1:3.5~svn207822-1~exp1 [7,300 kB] > Get:4 http://llvm.org/apt/trusty/ llvm-toolchain-trusty/main llvm-3.5-runtime amd64 1:3.5~svn207822-1~exp1 [52.0 kB] > Get:5 http://llvm.org/apt/trusty/ llvm-toolchain-trusty/main llvm-3.5 amd64 1:3.5~svn207822-1~exp1 [1,075 kB] > Get:6 http://llvm.org/apt/trusty/ llvm-toolcha...
2010 Dec 01
1
[R-lme] Extract estimated variances from output of lme?
Hi all, I have the output of summary() of an lme object called "lme.exp1", for example ############################################# > summary(lme.exp1) Linear mixed-effects model fit by REML Data: DATA Log-restricted-likelihood: -430.8981 Fixed: fixed.exp1 .... Random effects: Formula: ~-1 + mu1 + log.sig1 | animID Structure: Diagonal...
2018 Apr 04
0
problem with apt.llvm.org?
...8.4-2ubuntu1~14.04.4 is to be installed Depends: libstdc++-4.9-dev but it is not installable Depends: libgcc-4.9-dev but it is not installable Depends: libobjc-4.9-dev but it is not installable Depends: libclang-common-6.0-dev (= 1:6.0~svn326550-1~exp1~20180325230527.62) but it is not going to be installed Depends: libclang1-6.0 (= 1:6.0~svn326550-1~exp1~20180325230527.62) but it is not going to be installed Recommends: libomp-dev but it is not installable libclang-6.0-dev : Depends: libstdc++-4.9-dev but it is not inst...
2012 Feb 20
2
overlay of two sets of boxplots
Hello, I am new to R and currently have the following problem: I have successfully loaded my data in R which consists of two numeric columns (LI_F and female) and one character column (Strain). So far I can plot two different set of boxplots for each of the numeric columns plotted by the groups of the character column and the commands look like that: boxplot(LI_F~Strain, ylab="LI_F",
2017 Aug 14
4
[5.0.0 Release] Release Candidate 2 source and binaries available
Hello everyone, Source, binaries and docs for LLVM-5.0.0-rc2 are now available at http://prereleases.llvm.org/5.0.0/#rc2 (I'll add more binaries as they become available.) Please try it out, run tests, builds your favourite projects and file bugs about anything that needs to be fixed (including docs!), marking them blockers of http://llvm.org/pr33849. Cheers, Hans
2012 Jan 13
0
Processed: found 655714 in 1.3-15, found 582755 in 1:1.05-9~exp1
Processing commands for control at bugs.debian.org: > found 655714 1.3-15 Bug #655714 [xcp-squeezed] xcp-squeezed: fails to install due to insserv rejecting the script header Bug Marked as found in versions xen-api/1.3-15. > found 582755 1:1.05-9~exp1 Bug #582755 [dnscache-run] Please make dnscache-run compatible with resolvconf Bug Marked as found in versions djbdns/1:1.05-9~exp1. > thanks Stopping processing here. Please contact me if you need assistance. -- 582755: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582755 Debian Bug Tracki...
2001 Jul 19
3
Write a script
Dear R users, I would like to write a script to launch R commands from a Unix prompt but I do not have any idea how to do it. Can someone bring me help please? Thanks in advance Denis Choquet -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2014 Apr 30
2
[LLVMdev] Ubuntu 14.04 Trusty packages broken
Hello, I don't know how it happened, but recent Ubuntu builds have broken -dev packages, which contain same libraries as non-dev packages. dpkg: error processing archive /var/cache/apt/archives/libllvm3.5_1%3a3.5~svn207603-1~exp1_amd64.deb (--unpack): trying to overwrite '/usr/lib/llvm-3.5/lib/libLLVM-3.5.so', which is also in package llvm-3.5-dev 1:3.5~svn207603-1~exp1 dpkg: error processing archive /var/cache/apt/archives/clang-3.5_1%3a3.5~svn207603-1~exp1_amd64.deb (--unpack): trying to overwrite '/usr/lib...
2006 May 28
1
problems while correlating values
...e rows of the data are blank ( in the sense that there is no value available for the particular experiment). When i try to open the file in R. I get an warning message. The specific warning message i get is {Warning message: NAs introduced by coercion } My data more or less looks like this - exp1 exp2 exp3 exp4 exp5 exp6 fish 20 10 40 30 - 10 duck 15 - 20 - - - swan 10 5 7 12 15 - kiwi 12 10 30 15 16 12 goat 18 10 20 - 10 - {where '-' is blank spaces} when I correlate this data using this > round(cor(person.data,use="pairwise.complete.obs")) correlation is done bet...
2017 Sep 13
2
Slow, Incorrect Group Resolution through Winbind
...in the configuration files, not using specifying the old and new > options simultaneously. The "idmap config" options were apparently > implied since they're favored over the deprecated options.) > > Despite that, I still have the same problem: > > editshare at es-exp1:~$ time groups dwill627 > dwill627 : groups: cannot find name for group ID 131073 > 131073 _adsso_editors editors exp1-promos domain users KUTZTOWN\ > computeradministrativeaccesslabs > KUTZTOWN\computeradministrativeaccessclassrooms > allstudents KUTZTOWN\oitfs_software_r KUTZTOWN\...
2017 Sep 13
4
Slow, Incorrect Group Resolution through Winbind
On Wed, 13 Sep 2017 11:58:27 -0400 Sonic <sonicsmith at gmail.com> wrote: > On Wed, Sep 13, 2017 at 11:32 AM, Rowland Penny via samba > <samba at lists.samba.org> wrote: > > On Wed, 13 Sep 2017 11:18:59 -0400 > > Sonic via samba <samba at lists.samba.org> wrote: > > > >> Should be more like: > >> idmap config STUDENTS : range =