Displaying 20 results from an estimated 273 matches for "oak".
Did you mean:
ak
2006 Feb 22
3
elements that appear only once
Hi.
I have a factor and I want to extract just those elements that appear
exactly once.
How to do this?
Toy example follows.
> a <- as.factor(c(rep("oak",5) ,rep("ash",1),rep("elm",1),rep
("beech",4)))
> a
[1] oak oak oak oak oak ash elm beech beech beech beech
Levels: ash beech elm oak
> table(a)
a
ash beech elm oak
1 4 1 5
>
So I would want "ash" and...
2006 Jul 22
3
Multcomp
Here it is again, hope this is more clear
I am using the following data (only a small subset is given):
Habitat Fungus.yield
Birch 20.83829053
Birch 22.9718181
Birch 22.28216829
Birch 24.23136797
Birch 22.32147961
Birch 20.30783598
Oak 27.24047258
Oak 29.7730014
Oak 30.12608508
Oak 25.76088669
Oak 30.14750974
Hornbeam 17.05307949
Hornbeam 15.32805111
Hornbeam 18.26920177
Hornbeam 21.30987049
Hornbeam 21.7173223
I am using the multcomp package to do multiple comparisons as follows
library(multcomp) # loads the package
fungus&l...
2016 Mar 22
2
Unable to demote DC
...red
GENSEC backend 'sasl-EXTERNAL' registered
GENSEC backend 'ntlmssp' registered
GENSEC backend 'http_basic' registered
GENSEC backend 'http_ntlm' registered
GENSEC backend 'krb5' registered
GENSEC backend 'fake_gssapi_krb5' registered
Using SOGO3.ad.oak-wood.co.uk as partner server for the demotion
Using binding ncacn_ip_tcp:SOGO3.ad.oak-wood.co.uk[,seal]
resolve_lmhosts: Attempting lmhosts lookup for name
SOGO3.ad.oak-wood.co.uk<0x20>
resolve_lmhosts: Attempting lmhosts lookup for name
SOGO3.ad.oak-wood.co.uk<0x20>
Password for [NUM...
2016 Feb 16
3
Password changes and syncing passwords with Linux accounts
...chine itself) it all reports that things have worked. I can
then login to Samba using the new password.
However, when I now try to login to Linux using the new password I get
this error on the terminal:
Failed to add entry for user MYDOMAIN\someuser.
In /var/log/auth.log I see
Feb 16 07:18:20 oak sshd[12723]: pam_unix(sshd:auth): authentication
failure; logname= uid=0 euid=0 tty=ssh ruser=
rhost=cranesbill.thegrove.oak-wood.co.uk user=someuser
Feb 16 07:18:20 oak sshd[12723]: pam_winbind(sshd:auth): getting
password (0x00000388)
Feb 16 07:18:20 oak sshd[12723]: pam_winbind(sshd:auth): p...
2006 Jul 25
1
valgrind complains about save (PR#9096)
...he purported bug occurs, there is no error
reported in bar.Rout which does not have the save command.
Irrelevant to the bug, but this was originally spotted when package
checking the aster package, which happened to have a save in tests/predict.R.
Script started on Tue 25 Jul 2006 09:59:59 AM CDT
oak$ cat /etc/SuSE-release
SUSE LINUX 10.1 (X86-64)
VERSION = 10.1
oak$ export VALGRIND_OPTS="--tool=memcheck"
oak$ R CMD BATCH --vanilla --debugger=valgrind foo.R
oak$ R CMD BATCH --vanilla --debugger=valgrind bar.R
oak$ cat foo.R
foo <- 2
save(foo, file = "foo.Rdata")
oak$...
2003 Aug 12
4
print points from a huge matrix
...I want to print out a file with the row name,
column name and the value for those point with values satisfying a condition.
I tried using a for loop, however, it took me forever to get the result. Is
there a fast way to do this? Thanks!
Bing
---------------------------------
1060 Commerce Park
Oak Ridge National Laboratory
P.O. Box 2008, MS 6480
Oak Ridge, TN 37831-6480
Phone: 865-241-0761
Email: zhangb at ornl.gov
2016 Feb 16
2
Password changes and syncing passwords with Linux accounts
.../sam.ldb
> '(&(objectclass=user)(samaccountname=*))' | grep chris
>
> Can you post the results.
Here you go, without any changes to generic names (ie I've kept my
actual domain name of NUMBER37 instead of changing it to MYDOMAIN):
dn: CN=NUMBER37chris,CN=Users,DC=ad,DC=oak-wood,DC=co,DC=uk
cn: NUMBER37chris
name: NUMBER37chris
sAMAccountName: NUMBER37\chris
distinguishedName: CN=NUMBER37chris,CN=Users,DC=ad,DC=oak-wood,DC=co,DC=uk
dn: CN=chris,CN=Users,DC=ad,DC=oak-wood,DC=co,DC=uk
cn: chris
name: chris
sAMAccountName: chris
unixHomeDirectory: /home/chris
distinguish...
2003 Jul 22
1
Making a group membership matrix
...Red Fir
39 Levels: Alpine-Dwarf Shrub Annual Grassland Aspen Barren ... White
Fir
> summary(foo)
Alpine-Dwarf Shrub Annual Grassland
Aspen
7402 0
582
Barren Bitterbrush Blue
Oak-Foothill Pine
69111 9
0
Blue Oak Woodland Chamise-Redshank Chaparral Closed-Cone
Pine-Cypress
0 0
0
Cropland Desert Scrub
Douglas-Fir...
2016 Mar 23
0
Unable to demote DC
...tie a écrit :
> I'm trying to remove a DC from a Samba4 based AD network, but run into
> an error that I can't fathom. Can anyone point me in the right direction?
>
> # samba-tool domain demote -Uadministrator
which version of samba are you using? 4.4 or below?
is the sogo3.ad.oak-wood.co.uk server still running ok or do you have
replication problem on that server?
Server demotion has been a common issue for quite some time. Could you
try to upgrade to 4.4 and run the samba-tool demote with the
--remove-other-dead-server flag?
Otherwise you can demote by hand cleaning u...
2016 Feb 16
0
Password changes and syncing passwords with Linux accounts
...t; worked. I can then login to Samba using the new password. > >
However, when I now try to login to Linux using the new password I > get
this error on the terminal: > > Failed to add entry for user
MYDOMAIN\someuser. > > In /var/log/auth.log I see > > Feb 16 07:18:20
oak sshd[12723]: pam_unix(sshd:auth): authentication > failure; logname=
uid=0 euid=0 tty=ssh ruser= > rhost=cranesbill.thegrove.oak-wood.co.uk
user=someuser Feb 16 > 07:18:20 oak sshd[12723]: pam_winbind(sshd:auth):
getting password > (0x00000388) Feb 16 07:18:20 oak sshd[12723]:
pam_...
2012 Feb 01
0
RoR Developer Needed (Royal Oak, MI)
Hi everyone,
I am looking for an RoR Developer with the following experience for a
great opportunity in Royal Oak, MI. If you or anyone you know is
interested in learning more please contact me directly at
mbarile-WmwNS7czg+Vl57MIdRCFDg@public.gmane.org or 734.462.9505.
• 5+ years of total commercial software development
expertise
• 2 + years of commercial Ruby on Rails experience
•...
2003 Sep 17
5
using matrix data for function
...I have a function, f(x,y)
I have a matrix of data, m, with the 1st column is x and the 2nd column is y
What's the best way to get f(x,y) for each row of the matrix?
I tried
result<-f(m[,1],m[,2]) but it doesn't work.
Thanks!
Bing
---------------------------------
1060 Commerce Park
Oak Ridge National Laboratory
P.O. Box 2008, MS 6480
Oak Ridge, TN 37831-6480
Phone: 865-241-0761
Email: zhangb at ornl.gov
2003 Sep 25
2
allShortestPath function in e1071 package
...work on more than 5000 nodes, I ran into memory problem. The problem I really
want to solve has 10000-15000 nodes.
Does anybody know how to deal with this problem? Are there any other packages
in R that can handle this problem? Thanks!
Bing
---------------------------------
1060 Commerce Park
Oak Ridge National Laboratory
P.O. Box 2008, MS 6480
Oak Ridge, TN 37831-6480
Phone: 865-241-0761
Email: zhangb at ornl.gov
2009 Aug 16
1
R CMD check --use-valgrind doesn't run valgrind on tests
...0 and it certainly does.
R CMD check --help for 2.9.1 says (among other things)
--use-valgrind use 'valgrind' when running examples/tests/vignettes
so the documentation seems to say that the old behavior should also be
the current behavior, but it isn't -- at least on my box.
oak$ cat /etc/SuSE-release
openSUSE 11.0 (X86-64)
VERSION = 11.0
oak$ valgrind --version
valgrind-3.3.0
oak$ gcc --version
gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]
If this is just a stupid user problem and not a bug, how do I get the old
behavior (valgrind is run o...
2005 Jun 28
2
function for cumulative occurrence of elements
...point.prop log.prop
point.hprime
1 7 American elm 7 27 0.25925926 -1.3499267
0.3499810
2 7 apple 2 27 0.07407407 -2.6026897
0.1927918
3 7 black cherry 8 27 0.29629630 -1.2163953
0.3604134
4 7 black oak 1 27 0.03703704 -3.2958369
0.1220680
5 7 chokecherry 1 27 0.03703704 -3.2958369
0.1220680
6 7 oak sp 1 27 0.03703704 -3.2958369
0.1220680
7 7 pignut hickory 1 27 0.03703704 -3.2958369
0.1220680...
2007 Jul 06
5
Clustering nested data
Hi all,
I am interested in performing a cluster analysis on ecological data from
forests in Pennsylvania. I would like to develop definitions for forest
types (red maple forests, upland oak forests, etc.(AH AR in attached table))
based on measured attributes in each forest type. To do this, I would like
to 'draw clusters' around forest types based on information from various
tree species (red maple, red oak, etc.(837, 832 in attached table))
occurring in those forests. Each...
2006 Jul 21
2
Problems with character spacing in windows metafiles...
This problem was posted a couple years ago here:
http://tolstoy.newcastle.edu.au/R/help/04/01/0231.html
Using Windows XP with R 2.3.1, I am now experiencing the same problem again:
when a plot is saved and/or copied as a WMF, the labels do not have the
correct character spacing. I am trying to insert the WMF into a MS Word
2003 document (my first mistake, I know), but even when the WMF is
2006 Mar 30
13
Trying Agile book, found problem
Pg. 57 of Agile asks you to create a scaffolding by typing in
ruby script/generate scaffold Product Admin
Instead of generating everything, it only gives me
exists app/controllers/
exists app/helpers/
exists app/views/admin
exists test/functional/
dependency model
exists app/models/
exists test/unit/
exists test/fixtures/
identical
2006 Jul 21
2
seeking robust test for equality of variances w/ observation weights
Hello R community,
I am looking for a robust test for equality of variances that can take
observation weights.
I realize I can do the F-test with weighted variances, but I've read that
this test is not very robust.
So I thought about maybe adding a "weights" argument to John Fox's code for
the Levene Test (in the "car" library, "levene.test"),
substituting
2000 Oct 26
1
competing risks survival analysis
...resp type stim type
300 a A
200 b A
155 a B
250 b B
80 c A
1000 d B
...
c is left censored observation; d is right censored
This sort of problem is discussed in Chap 9 of Cox & Oakes Analysis of
Survival Data under the name "competing risks".
Observations are obtained from n independent individuals in the form
(t_i,r_i;s_i) where t_i is the time of the event (failure), r_i is the
response type (failure type), and s_i is the stimulus type (explanatory
variable).
I...