Displaying 20 results from an estimated 1000 matches similar to: "installing FlowingSoftware"
2012 May 15
2
R
To all moderators i guess, my question was probably not clear this is not a homework, i am trying to understand R by doing some exercise in my book.
I will however participate a course in R in august and thought it could be good to have some
knowledge before. I hoped for help from you since i have no instructor to ask, that would have been
my first choice.
thanks anyway
Lotta
2012 May 15
9
help
1. Emma is performing an experiment that requires individual handling of some animals. The sizes of the animals are lognormally distributed: The natural logarithms of their sizes has a normal distribution with mean 3 and standard deviation 0.4. The time (in minutes) it takes to handle each animal is given by
10 + s · 1.5 + eε for animals with s ≤ 20 20 + s · 0.8 + eε for animals with s > 20
2006 Oct 19
3
Time conversion from Win32 64bit FILETIME?
Windows-32 has a time structure called FILETIME, a 64-bit value
representing the number of 100-nanosecond intervals since January 1,
1601 (UTC). That is not a typo, the year is 1601.
Does anyone have a clue(or algorhithm)for how this is converted to
something a little more POSIX-like ?
Thank you,
Derek
--
Derek N. Eder
Gothenburg University
VINKLA - Vigilance and Neurocognition
2002 Nov 28
3
Running R away from windows (to Linux)
I want to migrate my R workspace databases (e.g., .Rdata) from Windows to Linux. The R help file for "save" says that "[a]ll R platforms use the XDR representation of binary objects in binary save-d files, and these are portable across all R platforms."
Is it is simple as that? Copy the Windows .Rdata file to the Linux .ext3 file system?
Thanks,
Derek
Derek N. Eder
2001 Mar 28
1
Returning position of mouse cursor (without button press) ?
I would like a function that return the X,Y position of the mouse cursor
whenever it is called PERIOD, i.e., without the button presses of locator()
or identify().
E.G.,
> where.is.mouse()
[1] 123 34 # X and Y coordinates of present mouse position in current
graphics window
Is this a conceivable R function or does it need to be addressed with a call
to the OS (Windows 2000 in my case)?
2002 May 15
1
Fwd: Re: Combining many dataframes from listings of objects?
> I want to combine (rbind) many dataframes into a single data frame, but "automatically"
> specifying the names of the dataframes as listing of object names.
> E.g., combine these 18 df objects into one big df using something conceptually like this :
> rbind(objects(pattern="*.df"))
Brian Ripley suggested that something along the lines of:
2006 Dec 06
1
POSIX and summer savings time
I have a time stamp in UTC (GMT) time:
> format(ISOdatetime(1970,1,1,0,0,0)+1165398135729/1000,"%Y-%m-%d
%H:%M:%OS3")
"2006-12-06 09:42:18.823" (note millisecond accuracy, but not relevant
to question here)
Now, this time stamp actually "happened" at local (Swedish) time one
hour later (10:42).
Regarding summer/winter adjustments in time ("spring
2007 Jan 03
2
Lattice / Trellis analog of axis(graphics) ?
My question is so basic that I am (almost too) embarrassed to admit that
I could not find an answer after an hour's worth of homework.
What is the Trellis / Lattice analog for the axis(graphics) function
that enables the creation of axes in locations other than the default
(i.e., bottom for X axis and right for Y axis) ?
For example when plotting mileage against weight (in American
2002 Sep 06
1
Scope problems - passing an argument from one function to another (LME) within
I am having trouble understanding what must be a quite simple rule of scope.
In the code example below, the argument to the main function, my.subset, would like to be passed to the function LME. This does not happen however. Curiously, the other argument (my.data) is passed to LME.
This problem goes away with this: assign("my.subset", my.subset, env = sys.frame()).
It works, but it
2002 Nov 29
2
Regular Expressionsionism
Isn't there a cryptic footnote somewhere in the blue book that describes regular expressions as "a funny little language ..." ? Well, I'm not laughing!
I've googled and Man paged, but the GREP-style solution to the following problem still eludes me:
... Using a regular expression in the "pattern" argument to list.files() to restrict the return to filenames which
2002 Sep 27
3
? Exact pattern matching in GREP ?
How is exact pattern matching achieved in GREP (and GREPlike) functions ?
# Want: listing of all object names that end in *.lm
> objects(pattern="*.lm",pos=1)
# ... but get: all objects that partially match *.lm, e.g., *.lme
[1] "j3.lm" "J3.lme" "j8.lm" "J8.lme"
# Want: position of string "4jan2002" in vector
>
2013 May 06
2
BIOENV
Dear all,
Does anyone knows why the results of a BIOENV (PRIMER v. 6.1.15) are
diferent of the bioenv() + mantel() in vegan? Not the spearman correlation,
indeed the pseudo-p value.
I know that the approach bioenv() + mantel() is biased. So, how the BIOENV
(PRIMER) ends with larger p values (permutated).
Acctualy how the permutation test in BIOENV (PRIMER) is conducted. The user
guide does not
2012 Apr 25
2
comparison of bivariate normal distributions
sorry for cross-posting
Dear all,
I have tow (several) bivariate distributions with a known mean and variance-covariance structure (hence a known density function) that I would like to compare in order to get an intersect that tells me something about "how different" these distributions are (as t-statistics for univariate distributions).
In order to visualize what I mean hear a little
2005 Apr 13
5
R binaries for UMBUTU Linux?
Has anyone out there compiled R for the Umbutu Linux* (ne? Debian) v.
5.04 distribution for Intel-type platforms (32 and 64 bit) ?
Thank you,
Derek Eder
* Umbutu, a popular new Linux distribution, not a Nigerian scam, I
promise! http://www.ubuntulinux.org/
--
Derek Eder
SDS KLINIKEN
Vasaplatsen 8
SE 411 34 G?teborg (Gothenburg) Sweden
phone: +46 (31)* - 10 77 80
fax: +46 (31)* - 10 77
2005 Nov 16
0
[LLVMdev] PyPy sprint announcement: Gothenburg 7th - 11th December 2005
[The first part of the announcement did not make it into the previous
mail]
Hello LLVM-ers,
Most of you know of the LLVM backend in PyPy. We would like to use
LLVM JIT
for the next phase of PyPy. If any of you would like to help us,
please come to Gothenburg
next december. We have not put an LLVM track on the todo-list below
mainly because
no one will be there dedicated to LLVM. If
2005 Nov 16
0
[LLVMdev] PyPy sprint announcement: Gothenburg 7th - 11th December 2005
Hello LLVM-ers,
Most of you know of the LLVM backend in PyPy. We would like to use
LLVM JIT
for the next phase of PyPy. If any of you would like to help us,
please come to Gothenburg
next december. We have not put an LLVM track on the todo-list below
mainly because
noone will be there dedicated to LLVM. If however someone would like
to participate we
will make sure some of the PyPy
2008 May 11
8
debugging / dll file / wine / company of heroes
hi.
i try to get company of heroes 2.301 workin on ubuntu 8.04.
i get this error:
>
> user666 at user666-desktop:~$ wine "e:\Gamez\Company Of Heroes\RelicCOH.exe"fixme:heap:HeapSetInformation 0x16a0000 0 0xfffb9c 4
> fixme:heap:HeapSetInformation 0x19d0000 0 0xfffb98 4
> fixme:heap:HeapSetInformation 0x1ae0000 0 0xfffb98 4
> fixme:heap:HeapSetInformation 0x1bf0000 0
2009 Dec 13
6
Company Of Heroes, broke at Wine 1.1.34
Hey there, I'm an unhappy camper since I didn't carefully select my updates to install for Linux, now I'm stuck with the newest wine, which for some reason broke my company of heroes. There is no downgrading Wine on Ubuntu Karmic is there? I have not been able to find package archives so far.
Before, I had 1.1.32, and COH worked perfectly. Now however, it (the game) searches for
2010 Sep 21
3
Install shield error 5006 : 0x8000ffff
Hi
I am running Arch x64.
I have installed Il2-1946which works perfectly. There are some mods I would like to add but cannot install.
When I run 'wine setup.exe' for the mod installer I get the error messages below and a dialogue box telling me that I have the error I reference in the title field.
All I've seen so far is that I should delete the installshield professional folder
2000 Jun 06
1
Binary file input to R
I suspect that the recent queries about reading database files into R
implicitely answered my question here, but I'll ask anyway.
Are there any native binary file read routines in R?
I need to a binary data file consisting of 2 byte records, strip off the
upper 6 bits (using a logical AND, leaving a ten bit word), and then write
the ten bit number in text form for R.
Assuming that R