search for: cognitively

Displaying 20 results from an estimated 191 matches for "cognitively".

Did you mean: cognitive
2013 Jan 22
0
[LLVMdev] Looking for an LLVM back-end developer
Cognitive Electronics is an innovative systems startup headquartered in Boston designing a new low power massively parallel processor for use in Big Data analytics, simulation, research and other parallel compute-intensive applications. We are seeking a Principal Compiler Engineer to develop the optimizing LLVM-based compiler that will be the centerpiece of our software toolkit. If you are
2009 Mar 16
1
Creating variables with different levels depending on conditions
Dear R-help-list, I started using R coming from the former use of SPSS, mainly writing my own syntax. I do classical experimental cognitive psychology and am interested in the cognitive control of task sequences (i.e. classification task). Especially I am interested in the performance of the actual depending on the tasks before. Thus, in SPSS I create variables like this one: Compute cond =
2014 Sep 11
3
[LLVMdev] patch for DragonEgg 3.3
Hi - attached is a patch to enable building DragonEgg (x86_64) for LLVM3.3 and LLVM3.4. That is, add these changes to the 3.3 release, and it becomes possible to build DragonEgg against a llvm3.4 compiler. Regards, Richard Gorton Cognitive Electronics rcgorton at cog-e.com ---------- -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name:
2011 May 11
1
Parantheses highlighting
Dear list, is it just me or is everybody experiencing this? Since the upgrade to R 2.13.0 on my Mac (OS X 10.6.7, R GUI 1.40 (5751)) the highlighting of matching parantheses doesn't work the way it used to. It doesn't highlight the matching parantheses while typing, but it still does while scrolling over it with the cursor with the arrow keys. This is quite inconvenient since I have to go
2002 Oct 21
4
samba 2.2.6 name
Hi, I've just installed samba 2.2.6 [solaris 2.6] and while ./smbstatus (on solaris) reports version 2.2.6, network neighbourhood [ or net view4] (on win 2k/win98) report Samba 2.2.5 Any ideas? ta iain -- -------------------------------------------------------------- Iain Morrison MRC Cognition and Brain Sciences Unit 15 Chaucer Road Tel 01223 355294 xt 581
2007 Jul 24
1
function optimization: reducing the computing time
Dear useRs, I have written a function that implements a Bayesian method to compare a patient's score on two tasks with that of a small control group, as described in Crawford, J. and Garthwaite, P. (2007). Comparison of a single case to a control or normative sample in neuropsychology: Development of a bayesian approach. Cognitive Neuropsychology, 24(4):343?372. The function (see
2011 Jan 28
6
User error in calling predict/model.frame
I want to predict values from an existing lm (linear model, e.g. lm.obj) result in R using a new set of predictor variables (e.g. newdata). However, it seems that because my linear models was made by calling scale() on the target predictor that predict exits with an error, "Error in scale(xxA, center = 9.7846094491829, scale = 0.959413568556403) : object 'xxA' not found". By
2016 Oct 19
4
IntrusiveRefCntPtr vs std::shared_ptr
On Wed, Oct 19, 2016 at 6:24 PM, Benjamin Kramer via llvm-dev < llvm-dev at lists.llvm.org> wrote: > In terms of performance shared_ptr has a number of disadvantages. One > is that it always uses atomics even though most IntrusiveRefCntPtrs > are used in single-threaded contexts. Another is weak_ptr adding a lot > of complexity to the implementation, IntrusiveRefCntPtr
2010 Sep 21
2
Trouble installing pwr package
Hi all, I'm having trouble getting access to the pwr. This is on Ubuntu Lucid Lynx, 64 bit. I'm installing pwr via packages.install('pwr'), and loading it via library(pwr), both of which appear successful. Strangely, I never get access to the pwr object in R. I tried installing it to /usr/local/lib/R/site-library and ~/R/x86_64-pc-linux-gnu-library. I also tried installing it
2005 Sep 12
5
remedial stats education
In short: I didn't take enough stats courses in college. Now I am working on scientific research and I feel somewhat lost when it comes to designing the statistical framework. I have looked through the books at: http://www.r-project.org/doc/bib/R-books.html I even tried to read [17] Julian J. Faraway. Linear Models with R. This book is too advanced. It helped a little bit but I still
2019 Apr 22
3
[RFC] Should we add isa_or_null<>?
Hi All: Just wanted to wind this up and summarize the results. Although there were a few no votes, it looks like there's a consensus for adding a `isa_and_nonnull` type operator. While there were some who preferred `isa_nonnull`, it wasn't overwhelming, and since `isa_and_nonnull` is already committed, I'm going to leave it as `isa_and_nonnull` for the time being. Thanks for all
2019 May 04
2
[RFC] Should we add isa_or_null<>?
On Mon, Apr 29, 2019, 02:37 David Chisnall via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On 22/04/2019 15:15, Don Hinton via llvm-dev wrote: > > Although there were a few no votes, it looks like there's a consensus > > for adding a `isa_and_nonnull` type operator. While there were some who > > preferred `isa_nonnull`, it wasn't overwhelming, and since
2007 Oct 26
0
Masters/PhD Scholarship at National University of Ireland
More Scholarships are posted at http://cambodiajobs.blogspot.com ** *National University of Ireland* *Institute of Microelectronics and Wireless Systems* - Masters/PhD Scholarship in Software Defined Radio Systems - Masters/PhD studentship in the area of Spectrum Sensing for Cognitive Radio - Masters/PhD studentship in the area of Spectrum Sensing for Cognitive Radio and -
2007 Aug 24
4
perception of graphical data
Hello, I apologize that this is off-topic. I am seeking information on perception of graphical data, in an effort to improve the plots I produce. Would anyone point me to literature reviews in this area? (Or keywords to try on google?) Is this located somewhere near cognitive science, psychology, human factors research? For example, some specific questions I have are: I recall as a child
2005 Feb 12
2
comparing predicted sequence A'(t) to observed sequence A(t)
Hi, I have a question that I have not been succesful in finding a definitive answer to; and I was hoping someone here could give me some pointers to the right place in the literature. A. We have 4 sets of data, A(t), B(t), C(t), and D(t). Each of these consists of a series of counts obtained in sequential time-intervals: so for example, A(t) would be something like: Count A(t): 25,
2001 Jan 09
2
PAM clustering (using triangular matrix)
Hi, I'm trying to use a similarity matrix (triangular) as input for pam() or fanny() clustering algorithms. The problem is that this algorithms can only accept a dissimilarity matrix, normally generated by daisy(). However, daisy only accept 'data matrix or dataframe. Dissimilarities will be computed between the rows of x'. Is there any way to say to that your data are already a
2019 May 05
3
[RFC] Should we add isa_or_null<>?
+1 on not adding the new API On Sat, May 4, 2019, 11:51 AM David Blaikie via llvm-dev < llvm-dev at lists.llvm.org> wrote: > +1, if we're voting. I don't think it adds to the readability of code > for me personally. > > On Sat, May 4, 2019 at 11:47 AM Chandler Carruth via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > > On Mon, Apr 29, 2019,
2009 Jul 06
0
Student research assistant, Part-time, Max Planck Institute, Berlin (Germany)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Center for Adaptive Behavior and cognition (ABC) at Max Planck Institute, Berlin (Germany) is looking for Student research assistants. We work on a mixed environment of R and Java. Skills on both would be a plus, but some R knowledge (or willingness to learn) should suffice. Requirements: You must be enrolled in a German University. You must have
2003 Sep 25
0
LME problem
I am analyzing data on a study of the effects of Coronary Artery Bypass Graft (CABG) on cognitive function, as measured by a score from an objective test. I have 140 people who receive the CABG surgery and 92 controls, with four measurements of cognitive function over time (at 0, 3, 12 and 36 months). I have fitted a linear mixed model using lme with a random intercept for subject and a random
2005 Mar 24
1
Has the add parameter of plot commands been deprecated?
R for OS X, version 2.0.1 Has the add parameter of plot commands been deprecated? It no longer occurs in the help listing for plot, and doesn't work, either. If it has been deprecated, what is the replacement? That is, how does one overlay an existing plot? -- John R. Vokey, PhD Professor B.E.R.G. - Behaviour and Evolution Research Group Micro-Cognition Laboratory Department of