search for: stockhausen

Displaying 16 results from an estimated 16 matches for "stockhausen".

2012 Feb 07
2
units for mapproject() function result
Does anyone know what the units are for projected coordinates obtained using mapproj's mapproject function with an Albers projection? Thanks for any and all help! Buck Stockhausen *************************************************** * Dr. William T. Stockhausen * *************************************************** * Resource Ecology and Fisheries Management * * Alaska Fisheries Science Center * * National Marine Fisheries Service...
2009 Dec 20
3
How to rotate an axis?
...tem with R. For that, I need to rotate an axis. Does anybody know, if it is possible to rotate an axis, created with the command axis(), about for instance 60 degrees? I'm looking foward to any ideas and hints and want to wish everybody a merry merry christmas. Thanks in advance. Etienne Stockhausen
2010 Jun 28
2
Using if statement on function
Hello everybody, I'm trying to use a if-statment on a function. For a better understanding I want to present a small example: FUN=mean # could also be median,sd or any other function if (FUN == mean) plot(...) if (FUN == median) plot(...) ... This doesn't work, because FUN is a function. I've already tried to coerce the
2017 Dec 12
0
[ovirt-users] qemu-kvm-ev-2.9.0-16.el7_4.11.1 now available for testing
2017-12-11 18:11 GMT+01:00 Markus Stockhausen <stockhausen at collogia.de>: > Hi Sandro, > > I'm wondering if BZ1513362 (AIO stuck fixed in qemu-kvm-rhev-2.9.0-16.el7_ > 4.12) > will be worth to give the newer version a try. > Above version is not yet released, can't see it on ftp://ftp.redhat.com/pub/redhat/l...
2010 Aug 09
2
How to extract the conf.level out of t.test() data
Good afternoon everybody, I'm writing a little function to visualise hypothesis testing. Therefore I need to extract the confidence level of a t-test. Here a little example: x <- str(t.test(1:10) gives List of 9 $ statistic : Named num 5.74 ..- attr(*, "names")= chr "t" $ parameter : Named num 9 ..- attr(*, "names")= chr
2010 Jan 18
2
permutations from vectors out of a matrix
Dear R-Users, I'm relativley new to R and have the following problem. I need all permutations of the vectors created by the collumns of a matrix. I will give a small example: p=3 n=2^p-1 #number of obtainable vectors mat=matrix(0,p,p) for(i in 1:p) { mat[i:1,i]=1/i } mat is now a
2010 Jan 12
2
Making routine faster by using apply instead of for-loop
Hey everybody, I have a small problem with a routine, which prepares some data for plotting. I've made a small example: c=10 mat=data.frame(matrix(1:(c*c),c,c)) row.names(mat)=seq(c,1,length=c) names(mat)=c(seq(2,c,length=c/2),seq(c,2,length=c/2)) v=as.numeric(row.names(mat)) w=as.numeric(names(mat)) for(i in 1:c) { for(j in 1:c) {
2010 Jan 08
1
Using outer with function predict
Hey everybody, I have a problem with the combination of the commands outer() and predict(). I want to visualize the solutions of a regression modell in a matrix. Therefore I want to use the command predict for a linear modell as the function inside the command outer. I've made a small example: x = 1:10 y = 11:20 z = rnorm(10) lm.1 = lm(z ~ x*y)
2011 Mar 29
1
Pictures/ Graphics in rd-files
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110329/ec6a4e5d/attachment.pl>
2010 Nov 08
2
Visualization of histograms
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20101108/60bbf91d/attachment.pl>
2011 May 24
2
Problem with visualization of power of t test
Dear R-User, I'm trying to visualize the results of the power calculation with the function power.t.test(). Therefore I want to plot the related t-distributions and shade the surfaces indicatingt the type I error, the type II error and the power. For sample sizes greater 30 I got results which are very satisfying. For small sample sizes I got stuck and did'nt find a mistake. To show you
2017 Jun 17
1
client reconnect fails (was gluster heal entry reappears)
Hi Ravi, back to our client-cannot-reconnect-to-gluster-brick problem ... > Von: Ravishankar N [ravishankar at redhat.com] > Gesendet: Montag, 29. Mai 2017 06:34 > An: Markus Stockhausen; gluster-users at gluster.org > Betreff: Re: [Gluster-users] gluster heal entry reappears > > > On 05/28/2017 10:31 PM, Markus Stockhausen wrote: > > Hi, > > > > I'm fairly new to gluster and quite happy with it. We are using it in an OVirt > > environment...
2009 Oct 09
0
Wine release 1.1.31
...e. winealsa.drv: Remove test for mmap in waveinit. winealsa.drv: Fix dsoutput to work better with pulseaudio. Marcus Meissner (3): jscript: Initialize val_str (Coverity). mapi32: Fixed uninitialized variable (Coverity). wpp: Fixed resource leakages (Coverity). Markus Stockhausen (2): ole32/storage32: Fix for reference counters in nested storage. ddraw: Set dwBackBufferCount=0 in CreateSurface for backbuffer. Matteo Bruni (7): wpp: Remove the assumption ppy_error calls exit(). wpp: Manage malloc failure in pp_xstrdup. wpp: Handle memory alloca...
2009 Oct 23
0
Wine release 1.1.32
.... mciwave: Return on error (Coverity). winmm: Handle NULL szFileName in mmioOpen16 (Coverity). cabinet: Fixed free_decompression_temps/_mem , handle NULL (Coverity). localspl: Check for NULL return from HeapAlloc. reg: Remove wrong and useless check (Coverity). Markus Stockhausen (1): dinput8: Ensure balance of CoInitialize/CoUninitialize. Matteo Bruni (4): wpp: Add I/O callbacks. d3dx9: Add D3DXAssembleShader and related declarations. d3dx9: D3DXAssembleShader and D3DXAssembleShaderFromFile stubs. d3dx9: D3DXAssembleShaderFromResource impleme...
2009 Sep 25
0
Wine release 1.1.30
...check. wineoss.drv: 2 more close(mixer) added. gdiplus: do not memcpy over NULL ptrs (Coverity). jscript: Initialize this_obj with NULL (Coverity). mshmtl: Check nsrange before calling ->Release (coverity). jscript: Check for arg_array being NULL (Coverity). Markus Stockhausen (1): gdi32: Check for NULL pointer in GdiAlphaBlend. Michael Karcher (1): ntdll: Fix DEP status initialization. Michael Stefaniuc (5): windowscodecs: Use FAILED instead of !SUCCEEDED. setupapi: Use FAILED instead of !SUCCEEDED. shell32: Use FAILED instead of !SUCCEED...
2009 Nov 13
0
Wine release 1.1.33
...ws2_32: Use correct buffer for 17 byte write. d3d8: Removed superflous NULL checks (Coverity). crypt32: Pass the correct pointer into CertificateFindStore. rpcrt4: Compare network options correctly (Coverity). mciavi32: Removed duplicate strlen/NULL check (Coverity). Markus Stockhausen (1): ddraw: Avoid memory overwrite in GetDeviceIdentifier(). Matteo Bruni (1): d3dx9: Add D3DXAssembleShader tests. Michael Martin (1): kernel32/tests: Additional tests for CopyFile/MoveFile used on mapped files. Michael Stefaniuc (1): mshtml: Free the right variable (Sma...