search for: rudge

Displaying 20 results from an estimated 64 matches for "rudge".

Did you mean: rude
2013 May 15
2
animating plots over time with a slider
I have a population of subjects each with a variable which has been captured at a baseline date. Then for many subjects (but not all) an intervention has occurred and the variable has changed at one or more time points after the baseline date. So my dataset consists of a subject ID (x), which may appear several times or just once, a measure (y), and a date of observation (z). I would like to be
2012 Apr 12
2
pyramid.plot in plotrix, axis labelling
Hi, I've been looking at ways to make pyramid plots in R. I like the pyramid.plot method in plotrix as it seems the simplest to use and building them in ggplot looks a bit more code intensive than I'd like, being as I'm new to R. This package does pretty much what I need it to do, however I can't seem to scale the x axis labels. The other labels scale fine with labelcex. I
2008 Nov 15
2
creating matrices from vectors
If I have 4 vectors (a, b, c, and d) each of length 1000, how do I then create 1000 two by two matrices from these vectors, such that: myMatrix[i] = matrix(c(a[i],b[i],c[i],d[i]),2) Then I'd like to create a single vector containing the largest eigenvalues of each matrix? (Sorry I am quite new to R) Many thanks, James _________________________________________________________________
2012 May 22
2
getting a Likert plot from a data frame
I'm creating a stacked bar chart using the likert command in the HH package. My data are in a data frame, with two numeric variables and a categorical variable, I can't get likert to use the column containing the categorical variable as a my y axis label. Here is a quick example: library(HH) #my data are:
2018 Jan 19
1
Leaflet maps. Nudging co-incident markers
I have a dataset showing points, with a category for each point and its location. I simply want to display my points, in a way that users can toggle the points on and off by category. Where I have two objects in the same category I'd like to display them nudged to appear as two distinct, but very close points. I have made reproduceable example (the places are not real), which is loosely
2012 Nov 09
1
predict.zeroinfl not found
Hi Just a quick problem that I hope is simple to resolve. I'm doing some work with zero inflated poisson models using the pscl package. I can build models using zeroinfl and get outputs fom them with no problem, but when I try to use the predict.zeroinfl function, I get Error: could not find function "predict.zeroinfl". I was using an older version of R, but still had the same
2020 Aug 07
0
Wine release 5.0.2
...ex11.drv: Interpret mouse 6/7 as horiz scroll. Nikolay Sivov (3): comctl32/button: Use duplicated image for drawing. comctl32/listview: Only apply horizontal offset when setting header position. dxgi: Translate DXGI_USAGE_UNORDERED_ACCESS to corresponding wined3d bind flag. Owen Rudge (2): winecfg: Add support for '/v' parameter allowing Windows version to be changed. winecfg: Return 0 on success when setting Windows version. Paul Gofman (1): d3d11: Use stricmp() instead of _strnicmp(..., -1). Piotr Caban (1): msvcp90: Add std:_XLgamma implement...
2018 Jun 22
0
Wine release 3.11
...lable ARRAY_SIZE() macro. crypt32/tests: Use the available ARRAY_SIZE() macro. Nikolay Sivov (4): user32: Fix returned class name for other process windows. po: Update Russian translation. crypt32: Use ARRAY_SIZE macro. crypt32/tests: Compact existing OID tests. Owen Rudge (10): wsdapi: Add support for listening for UDP multicast broadcasts. wsdapi: Add critical section around notification sinks. wsdapi: Add stub for Probe message parsing, prepare notification sink message. wsdapi: Add initial support for reading messages; identify Probe messa...
2010 Oct 08
0
Wine release 1.2.1
...; from the resource files. winhlp32: Move from a per resource to a global LANGUAGE setting. Nikolay Sivov (1): comctl32/listview: Fix infinite loop case for full item range as a first search range. Octavian Voicu (1): wined3d: Add missing ckey, fx, and pal directdraw caps. Owen Rudge (2): fusion: Install assemblies into correct directory for architecture. fusion: Implement IAssemblyNameImpl_GetDisplayName more completely. Paul Vriens (17): comctl32: Add the Serbian (Latin) translation. msi: Add the Serbian (Latin) translation. msi: Add the Serbian...
2017 Jun 23
0
Wine release 2.11
...roperty. d3drm: Implement appdata property for the rest of objects. d3drm: Make it possible to create meshes with CreateObject(). d3drm: Added IDirect3DRMAnimation stub. Nils Kuhnhenn (1): oleaut32: Use variable with the correct type in LIST_FOR_EACH_ENTRY_SAFE macro. Owen Rudge (2): ws2_32: Extract IPv6 address from brackets in getaddrinfo. ws2_32/tests: Test IP address conversion in getaddrinfo. Paul Gofman (5): d3dx9: Introduce get_reg_components() helper function and use it instead of get_offset_reg() when appropriate. d3dx9: Add const qualifie...
2019 Nov 25
0
Wine release 4.0.3
...bar: Do not consider window size when initializing fixed length thumb. kernel32/nls: Add LOCALE_SPERCENT locale data. kernel32/nls: Add LOCALE_SPERMILLE data. kernel32/nls: Add percent formatting values. kernel32/nls: Add locale data for positive and negative infinity. Owen Rudge (1): wininet/tests: Fix http tests to reflect current state of winehq test server. Paul Gofman (14): d3dx9: Factor out {lock|unlock}_surface() functions. d3dx9: Use temporary surface in D3DXFillTexture() for unmappable textures. d3dx9: Do not ignore surface map failure in D...
2018 May 11
0
Wine release 3.8
...Fix the number of transformed points for squared caps. gdiplus: Convert actually used points for anchored round caps. gdiplus: Fix the number of transformed points for round caps. gdiplus: Draw using actual point data for custom caps. dsound: Use correct pointer type. Owen Rudge (2): include: Add WSD_PROBE structure to wsdtypes.h. wsdapi/tests: Add initial test for receiving probe messages. Pablo Martin (2): d3d11: Handle D3D11_FEATURE_ARCHITECTURE_INFO in d3d11_device_CheckFeatureSupport(). d3d11/tests: Add tests for D3D11_FEATURE_ARCHITECTURE_INF...
2017 Jul 07
0
Wine release 2.12
...ternally to add all types of keys. iphlpapi: Fix GetIfTable() trace message. d3drm: Store frame traversal options. d3drm: Store face color. regedit: Remove commented out block. d3drm: Initial support for storing animation keys. d3drm: Implement DeleteKey(). Owen Rudge (16): wsdapi: Add stub implementation of IWSDUdpMessageParameters and WSDCreateUdpMessageParameters. wsdapi/tests: Add tests for CreateUdpMessageParameters. wsdapi/tests: Add tests for Get/SetLocalAddress. wsdapi/tests: Add tests for Get/SetRemoteAddress. wsdapi/tests:...
2017 May 12
0
Wine release 2.8
...itializeMessage() tests (Coverity). comctl32/listview: Convert item text once when looking for insertion point. dwrite: Initial support for number substitution. dwrite: Fix compilation failure regarding nameless unions. comdlg32: Use existing symbol for Help button id. Owen Rudge (5): wsdapi: Implement WSD LinkedMemory functions. wsdapi: Implement WSDXMLAddChild, Sibling, BuildAnyForSingleElement, CleanupElement. wsdapi/tests: Add tests for WSDXMLBuildAnyForSingleElement. wsdapi/tests: Add tests for WSDXMLAddChild. wsdapi/tests: Add tests for W...
2018 Apr 27
0
Wine release 3.7
...rning multiple scissor rectangles. d3d11: Add support for returning multiple scissor rectangles. d3d10core/tests: Add some tests for multiple scissor rectangles. wined3d: Invalidate number of viewports set for the context. wined3d: Use fewer calls to set viewport data. Owen Rudge (14): wsdapi: Ensure text node parent is NULL before calling WSDXMLAddChild. wsdapi: Register default namespaces when creating publisher. wsdapi: Create Body and Hello elements in Hello message. wsdapi/tests: Add test for Hello message Any body element. wsdapi: Write E...
2018 Apr 13
0
Wine release 3.6
...ts workarounds. user32/tests: Remove the rest of skips in menu tests. shell32/tests: Remove some tests workarounds. po: Update Russian translation. d3d11/tests: Add a test for setting multiple viewports. d3d10core/tests: Add a test for setting multiple viewports. Owen Rudge (3): wsdapi/tests: Add test for Hello message Any header element. wsdapi: Return HRESULT from add_child_element and create_soap_header_xml_elements. wsdapi: Add support for custom elements in SOAP header. Piotr Caban (4): msvcr110: Add __crtCaptureCurrentContext implementat...
2020 Sep 11
0
Wine release 5.17
...ers: Get rid of removed paths. evr/mixer: Add another set of attributes. combase: Implement CoCreateInstanceFromApp(). ole32/tests: Use treat-as-class functions directly. ole32/tests: Link to storage API directly. ole32/tests: Fix test crash on recent Windows 10. Owen Rudge (2): winecfg: Ensure registry key is initialised before updating Windows version. winecfg: Add /v parameter to display current Windows version. Paul Gofman (22): ntdll: Implement RtlGetExtendedContextLength(). kernel32: Implement InitializeContext[2](). kernel32: Impl...
2017 Apr 13
0
Wine release 2.6
...dwrite: Pass index directly to font and family creation helpers. dwrite: Fix file object leak. xmllite/reader: Fix IID argument handling in CreateXmlReader(). xmllite/writer: Fix IID argument handling in CreateXmlWriter(). gdi32: Fix widths returned by GetCharWidthI(). Owen Rudge (10): wsdapi: Add stub DLL. include: Add partial wsdxmldom.h. include: Add partial wsdtypes.h. include: Add partial wsdbase.idl. include: Add partial wsdxml.idl. include: Add partial wsddisco.idl. include: Add partial wsdapi.h. wsdapi: Add stub implem...
2018 Jun 11
0
Wine release 3.10
...Use the available ARRAY_SIZE() macro. msvcr120/tests: Use the available ARRAY_SIZE() macro. ieframe/tests: Use the available ARRAY_SIZE() macro. mshtml/tests: Use the available ARRAY_SIZE() macro. Nikolay Sivov (1): server: Use additional atom to keep base class name. Owen Rudge (2): wsdapi/tests: Ensure probe message is given unique GUID. wsdapi/tests: Expand ProbeHandler tests. Pablo Martin (6): wined3d: Expose wined3d_shader_type enum and wined3d_device_*_constant_buffer methods. d3d11: Make d3d11 *SetConstantBuffers use a helper method. d...
2017 Mar 17
0
Wine release 2.4
...in parse(). xmllite/reader: Always return local name from element structure. xmllite/reader: For elements without a prefix return same string for both local and qualified names. xmllite/reader: Return same string for local and qualified names for attributes when appropriate. Owen Rudge (2): gdiplus: Check for null in GdipGetFontHeight. gdiplus/tests: Add tests for invalid parameter handling for GdipGetFontHeight. Paul Gofman (4): d3dx9/tests: Add test for out of bounds array selector in effect. d3dx9: Set dirty flag on parameter change. d3dx9/tests:...