Displaying 20 results from an estimated 791 matches for "cameron".
2011 Feb 25
4
means, SD's and tapply
I'm trying to use tapply to output means and SD or SE for my data but
seem to be limited by how many times I can subset it. Here's a snippet
of my data
> stems353[1:10,]
Time DataSource Plot Elevation Aspect Slope Type Species
SizeClass Stems
1 Modern Cameron 70F221 1730 ESE 20 Conifer ABCO
Class1 3
2 Modern Cameron 70F221 1730 ESE 20 Conifer ABMA
Class1 0
3 Modern Cameron 70F221 1730 ESE 20 Hardwood ACMA
Class1 0
4 Modern Cameron 70F221 1730 ESE 20 Hardwood AE...
2006 May 24
5
Joining variables
Hello,
If I have two variables that are factors or characters and I want to
create a new variable that is the combination of both what function can
I use to accomplish this?
Ex.
Var1 Var2
SA100055113 19851113
And I want
NewVar
SA10005511319851113
Thanks in advance.
Cameron Guenther, Ph.D.
Associate Research Scientist
FWC/FWRI, Marine Fisheries Research
100 8th Avenue S.E.
St. Petersburg, FL 33701
(727)896-8626 Ext. 4305
cameron.guenther at myfwc.com
2018 Aug 30
4
[FPEnv] FNEG instruction
On Wed, Aug 29, 2018 at 3:13 PM, Cameron McInally <cameron.mcinally at nyu.edu>
wrote:
> On Wed, Aug 29, 2018 at 1:51 PM, Stephen Canon <scanon at apple.com> wrote:
>
>> On Aug 29, 2018, at 1:22 PM, Cameron McInally via llvm-dev <
>> llvm-dev at lists.llvm.org> wrote:
>>
>>
>> FSUB(-0...
2004 Jan 30
1
Cameron Palmer / voiceglo
I found a message in the archives from Cameron Palmer on 23 Dec regarding
his voiceglo SIP configuration. Unfortunately (for me), the archive has
his email address removed.
So, Cameron -- or anybody else using voiceglo with their * box -- please
reply to me so that I can get your email address and ask you a question
about your setup.
Thanks,...
2012 Mar 01
0
[LLVMdev] Stack alignment on X86 AVX seems incorrect
On Thu, Mar 1, 2012 at 5:30 PM, Cameron McInally
<cameron.mcinally at nyu.edu>wrote:
> Aligning the stack to 32 bytes when there are auto AVX vector variables
>> present shouldn't necessarily break the x86-64 ABI, as long as smaller auto
>> variables remain properly aligned. A similar approach was taken for i38...
2006 May 10
3
Unique?
...fine on this sample data set but the full
data set has 446,000 rows of data and my computer and R simply cannot
handle this follwing code on data this large.
conds<-by(Step4,Step4$TRIPID,function(x)
replace(x[1,],"CONVUNIT",sum(x$CONVUNIT)))
Step5<-do.call(rbind,conds)
Thank you,
Cameron Guenther, Ph.D.
Associate Research Scientist
FWC/FWRI, Marine Fisheries Research
100 8th Avenue S.E.
St. Petersburg, FL 33701
(727)896-8626 Ext. 4305
cameron.guenther at myfwc.com
2005 Nov 21
3
Warning message help
...TOW*7412)
effort[Gear==301]=(DIST_TOW*7412)
The code appears to work for some of the data but fails for others and
inserts a NA value
I also get this warning message
Warning message:
number of items to replace is not a multiple of replacement length
Can anybody tell me what this means.
thanks
Cameron Guenther
Associate Research Scientist
FWC/FWRI, Marine Fisheries Research
100 8th Avenue S.E.
St. Petersburg, FL 33701
(727)896-8626 Ext. 4305
cameron.guenther at myfwc.com
2006 May 16
3
subset
...with duplicated
variables. Now, how can I remove just those rose from the original data
frame. I think I can create a new data frame without the duplicates
using subset. I have tried:
Subset(x,!x1) and subset(x,!x[x1,])
I can't seem to find the correct syntax. Any advice.
Thanks in advance
Cameron Guenther, Ph.D.
Associate Research Scientist
FWC/FWRI, Marine Fisheries Research
100 8th Avenue S.E.
St. Petersburg, FL 33701
(727)896-8626 Ext. 4305
cameron.guenther at myfwc.com
2012 Mar 01
4
[LLVMdev] Stack alignment on X86 AVX seems incorrect
...return address to be
found at 8(%rbp) and mem arg[0] at 16(%rbp). Unfortunately, to align the
frame at runtime, it's sometimes required to insert padding in between the
two.
I'll ask for my company's permission to share my implementation. Until
then, I'll have to bite my tongue.
-Cameron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120301/e9a0be25/attachment.html>
2006 Oct 19
2
randomize a matrix
...1 1 1 1 1 1
1 1 1 1 0 0
1 1 1 0 0 0
1 1 1 0 0 0
1 1 0 0 0 0]
I want to create a new uniform random matrix [a] that is filled with 0's
and 1's but constrained so that the row and column sums are the same as
in [P]. Does anyone know how to accomplish this?
Thanks in advance
Cameron Guenther, Ph.D.
Associate Research Scientist
FWC/FWRI, Marine Fisheries Research
100 8th Avenue S.E.
St. Petersburg, FL 33701
(727)896-8626 Ext. 4305
cameron.guenther at myfwc.com
2013 Nov 18
2
[LLVMdev] Broken build: r194813
...ake rules for building the ASan runtime for iOS
> simulator.
Tim Northover was kind enough to track this down to a dependency on
the “iphonesimulator” SDK. How should this issue be resolved? I'm
currently following the receipe to build Clang from
http://clang.llvm.org/get_started.html.
Tx,
Cameron
2013 Nov 19
1
[LLVMdev] Broken build: r194813
Hi,
can you please check the problem is fixed by r195125?
On Tue, Nov 19, 2013 at 2:35 PM, Alexander Potapenko <glider at google.com> wrote:
> Hi Cameron,
>
> I'm planning to address this issue today.
>
> HTH,
> Alex
>
> On Mon, Nov 18, 2013 at 9:45 PM, Cameron McInally
> <cameron.mcinally at nyu.edu> wrote:
>> Hey guys,
>>
>> My local build is broken after:
>>
>>>r194813 | glider |...
2006 Nov 28
5
Counting zeros in a matrix
...I would like is to have
Sum
1 1 1 1 0 1 1 1 1 1
1 1 1 0 1 0 1 0 0 2
1 0 1 0 0 1 0 0 0 2
1 1 0 0 0 0 1 0 0 1
I tried writing a function to do this but am getting mixed up in the
[i,j] coding. This is just an example the real matrix is much larger.
Thanks in advance.
Cameron Guenther, Ph.D.
100 8th Ave. SE
St. Petersburg, Fl 33701
727-896-8626 ext. 4305
cameron.guenther at myfwc.com
2016 Sep 01
6
Segmentation fault in samba_upgradedns - Samba 4.4.5
...dumped)
The system is running Freebsd 11.0-RC2. I have two domain controllers and I
am attempting this on one of them whilst the other is still running.
Filesystem is zfs.
Both DCs are running Samba 4.4.5 and are otherwise running well.
Any help or suggestions would be most appreciated.
Thanks
Cameron
2011 Jun 17
2
[LLVMdev] ARM support status (GHC/ARM new calling convention)
Hello Cameron,
thanks a lot for your fast answer, which just makes me curious if making
ARM tailcalls on par with x86 in the future is on some of the
development plans already? If not, then what do you think is the
complexity of such work?
Thanks!
Karel
On 06/17/11 10:41 PM, Cameron Zwarich wrote:
> The...
2003 Feb 08
3
Bug moving file over link?
Can someone explain to me what is happening here:
~ $ touch foo
~ $ ln foo bar
~ $ ls foo bar
bar foo
~ $ mv foo bar
~ $ ls foo bar
bar foo
I try to move a file over a hard linked copy of itself and the move
fails, but there is no error. Is this the intended behavior?
--
Ben Escoto
2011 Oct 19
1
why does rsync translate user@host into '$RSYNC_RSH -l user host'?
...necting to firewalled
nonroutable hosts or to take a particular route through a network.
It is a particular joy to run:
rsync -e sshto foo host1!host2!host3:bah
and have things "just work".
So here I am attempting to deposit a kit onto a newly installed
nonroutable machine:
sshto cameron at accessiblehost!root at newhost blah
which works just fine. But if I call rsync with this:
rsync -e sshto -aH kit/ cameron at accessiblehost!root at newhost:kit/
what it invokes is:
sshto -l cameron at accessiblehost!root newhost rsync .....
Since sshto is my own tool I can probably have...
2013 Nov 19
0
[LLVMdev] Broken build: r194813
Hi Cameron,
I'm planning to address this issue today.
HTH,
Alex
On Mon, Nov 18, 2013 at 9:45 PM, Cameron McInally
<cameron.mcinally at nyu.edu> wrote:
> Hey guys,
>
> My local build is broken after:
>
>>r194813 | glider | 2013-11-15 08:13:01 -0500 (Fri, 15 Nov 2013) | 2 lines
&g...
2012 Mar 01
1
[LLVMdev] Stack alignment on X86 AVX seems incorrect
On Mar 1, 2012, at 3:04 PM, Cameron McInally <cameron.mcinally at nyu.edu> wrote:
> On Thu, Mar 1, 2012 at 5:30 PM, Cameron McInally <cameron.mcinally at nyu.edu> wrote:
> Aligning the stack to 32 bytes when there are auto AVX vector variables present shouldn't necessarily break the x86-64 ABI, as long as small...
2006 Nov 30
3
Expression
...pt and obs as subscript. I have even just tried to get the
star to be superscript.
The code I tried was
text(Dstar+7,120,expression(paste({}D,^*))), but that doesn't work and I
get a syntax error.
I can't seem to find anything in the help files that explains it.
Thanks in advance.
Cameron Guenther, Ph.D.
100 8th Ave. SE
St. Petersburg, Fl 33701
727-896-8626 ext. 4305
cameron.guenther at myfwc.com