Displaying 20 results from an estimated 760 matches for "wade".
Did you mean:
made
2006 Jul 14
1
Cluster Analysis with flexible beta linkage method
Hi all,
I am trying to run a cluster analysis using Sorenson (Bray-Curtis) distance
measure with flexible beta linkage method. However, I can't seem to find
flexible beta in any of the functions/packages I have looked at.
Any help would be appreciated.
[[alternative HTML version deleted]]
2001 Feb 22
2
afx.h... configure: error: Could not find the MFC includes
This is driving me nuts. I'm trying to compile an MFC application using
WINE. I can specify the location of the ATL includes and configure is
quite happy but it chokes when I give it the MFC includes in the same way:
./configure --with-atl-includes=/home/wade/VC98/atl/Include
--with-mfc-includes=/home/wade/VC98/mfc/Include
Wassup? I'm using
Winemaker 0.5.5
And wine
codeweavers-wine-20010112.tar.gz
And I've tried all possible variations of --with-mfc-includes
(upper/lower case on everything, with and without running winmaker
--lower-uppercas...
2006 Nov 16
3
X-fold cross validation function for discriminant analysis
Hi all,
I ran a discriminant analysis with some data and want to get a general idea
of prediction error rate. Some have suggested using X-fold cross validation
procedure. Anyone know if there is a function for this in R?
Thanks,
Wade
[[alternative HTML version deleted]]
2006 May 22
3
ssize_t not defined in sockconn.c (PR#8889)
...e_t was not defined.
The following change in sock.h fixes the problem, though it's probably
not fixed the _right_ way.
/* Following line changed by WTR (Cira) to overcome make problem.
#if defined Win32 && !defined _SSIZE_T_
typedef int ssize_t;
#endif
*/
typedef int ssize_t;
Thanks!
Wade
--please do not edit the information below--
Version:
platform = i686-pc-linux-gnu
arch = i686
os = linux-gnu
system = i686, linux-gnu
status =
major = 2
minor = 3.0
year = 2006
month = 04
day = 24
svn rev = 37909
language = R
version.string = Version 2.3.0 (2006-04-24)...
2008 Jan 07
3
Naming list objects
...g so. At the
moment I have list alninc that has 3 objects and I can refer to them as
alninc[[1]] . . .alninc[[3]]. I would like to refer to them as alninc$F,
alninc$V and alninc$G. How do I do this? This appears to be an elementary
question, but I can't find the solution anywhere.
Thanks
Wade Wall
[[alternative HTML version deleted]]
2008 Oct 26
3
Process dataframes from list
...ulations on all fifty
dataframes, but can't find a way to batch process from a list with the
dataframe names using a loop. Is there a way to read the file names from
the dataframe with the names and then call the referenced dataframe? This
would save me a lot of typing.
Thanks for any help,
Wade
[[alternative HTML version deleted]]
2009 Oct 14
1
change order of bar plot categories
...bar", position="dodge") + scale_fill_discrete("Temp",labels=c('Low','Medium','High'))
dat.plot
Felipe D. Carrillo
Supervisory Fishery Biologist
Department of the Interior
US Fish & Wildlife Service
California, USA
--- On Wed, 10/14/09, Wade Wall <wade.wall at gmail.com> wrote:
> From: Wade Wall <wade.wall at gmail.com>
> Subject: change order of bar plot categories
> To: "ggplot2" <ggplot2 at googlegroups.com>
> Date: Wednesday, October 14, 2009, 12:40 PM
>
> Hi all,
>
> I am tryi...
2008 Feb 02
9
best text editor for Linux?
...any guidance as to a text editor that works
well with R. At the present time I am running R on Windows and using
TINN-R. For a number of reasons I want to switch to Linux, but can't find
much in the way of a text editor in sync with R. Any experiences,
recommendations would be appreciated.
Wade Wall
[[alternative HTML version deleted]]
2003 Mar 12
4
Printers Icon
...am seeing the Printers icon. I only want
to use Samba to share resources, and not for printing. Is there a way to
make the Printers Icon invisible? I already tried the hide files, and
veto files parameters in the smb.conf file, but that did not appear to
work. Any suggestions????
Pamela M. Wade
IT Systems Engineering
2006 Jul 24
3
random section of samples based on group membership
...mber of samples, some have 4, some 3 etc. Is there a
function to do this, or would I need to write a looping statement to
look at each successive group?
I basically want to combine the randomly selected samples from the 120
groups into a new matrix in order to perform a cluster analysis.
Thanks,
Wade
2010 Nov 05
4
assignment operator saving factor level as number
....5 101.8 152.9 34.6 ...
However, whenever I try to assign values, like this
df2[j,1]<-df2$Site[i]
the values are changed from alphanumeric (e.g. PYBR003A) to numerals (e.g.
1).
Does anyone know why this is happening and how I can assign the actual
values from df1 to df2?
Thanks in advance,
Wade
[[alternative HTML version deleted]]
2009 May 29
2
excluding NAs in data frame without deleting rows
...udes at least one NA, so I don't want to omit them. Is there a
way to sum across rows and columns, ignoring the NAs but not deleting
the row or column? If not, I suppose I can write a loop function, but
I have learned that it is best to stay away from loops if possible.
Thanks for any help,
Wade
2006 Jul 24
3
trim function in R
...xample, I have the codes
37-079-2, 370079-3,37-079-8 and want to trim them to 37-079 by
removing the last two characters. Is sub the correct function to use,
and if so how can I specify trimming the last 2 characters? I have
read the help file, but can't quite figure out how to do it.
Thanks,
Wade
2010 Oct 13
3
Matrix subscripting to wrap around from end to start of row
...o pass start.month, end.month into that format that
because paste or sprintf forces them to strings, which are not accepted in a
subscript.
I have the feeling I am unaware of some obvious trick.
Any ideas would be greatly appreciated!
*****************************************************
Alisa A. Wade
Postdoctoral Center Associate
National Center for Ecological Analysis and Synthesis
wade@nceas.ucsb.edu
(406) 529-9722
home email: alisaww@gmail.com
[[alternative HTML version deleted]]
2006 Jun 23
3
NT_STATUS_SHARING_VIOLATION when trying to delete files
...ong after the
software on the client that created the file has exited. However,
sometimes everything works just fine and the Perl script is able to
delete the files without problems.
Does anybody know what causes this, or at least can point me in the
right direction towards solving this problem?
Wade
2008 Oct 07
11
Creating GUIs for R
...all,
I have looked around for help on creating GUIs for R, but haven't found
anything. I would be interested in any advice or webpages that have
information on the best language, tutorials etc. for creating simple GUIs.
Mainly I want to do this as a heuristic exercise.
Thanks for any help.
Wade Wall
[[alternative HTML version deleted]]
2008 Jul 28
3
Case statements in R
...100] <- NA
where values are assigned based on the geometric means. However, I think
that my syntax for the && operator is wrong and I can't find a reference to
proper syntax. I basically want to "bin" the geometric means.
Any help would be greatly appreciated.
Thanks,
Wade
[[alternative HTML version deleted]]
2007 Jun 12
3
Updating Folders in Mail box
...o update the folder
structure.
I had some computer problems so I back up my mail and when I
reinstalled I got rid of a bunch of unused old mail. But now when I
open my mail client it still things all of those folders are still
there. Im looking for how to update the file on what is and isnt
there.
wade
2003 Sep 08
5
Help needed with IAX behind NAT
Hi All,
I know, IAX is NAT friendly, but... I have a problem running gnophone from a
box behind NAT firewall.
I can register gnophone with * through NAT, but when I try to make a call it
instantly disconnects. CLI
iax show peers command tells me that peer is unreachable. However this peer
is registred. Gnophone also tells me that it is registred.
It seems that registration handshake has
2008 Jun 04
2
Can icecast stream a file from disk?
On Jun 4, 2008, at 5:25 AM, Thomas B. Ruecker wrote:
> H. Wade Minter schrieb:
>> I'm in a situation where I have some MP3 files I'd like to stream on-
>> demand, but for various reasons can't just make the MP3 files
>> themselves available.
>>
>> Is there a way, using icecast, to set up a server that would just
>...