search for: steuernagel

Displaying 4 results from an estimated 4 matches for "steuernagel".

2004 Feb 24
1
Inheriting from factors + co.
I'm trying to create a formal class that does the following: 1) accept objects of arbitrary class as .Data slot 2) provide a set of other slots that are of fixed type (as usual) The following two approaches came to my mind: A) setClass("myclass", representation("ANY", x = "numeric", y ="numeric")) new("myclass", 1:10) # works
2009 Sep 17
1
Memory-management crash with UTF-8 on Windows (PR#13955)
...mburg HRA=20 95 748 Tel: +49 (0)40 2850-1574 | g.russell at eos-solutions.com Fax: +49 (0)40 2850-1559 | http://www.eos-solutions.com Pers=F6nlich haftend | EOS Holding GmbH | AG Hamburg HRB 78 748 Gesch=E4ftsf=FChrer | Hans-Werner Scherer, Klaus Engberding, Justus=20 Hecking-Veltman, Dr. Axel Steuernagel, Dr. Andreas Witzig, Paul Leary sen. Vorsitzender des Beirates | J=FCrgen Schulte-Laggenbeck=20 Diese E-Mail enth=E4lt vertrauliche und/oder rechtlich gesch=FCtzte=20 Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail = irrt=FCmlich erhalten haben, informieren Sie bitte so...
2009 Sep 17
0
Antwort: Re: Memory-management crash with UTF-8 on Windows (PR#13956)
...mburg HRA=20 95 748 Tel: +49 (0)40 2850-1574 | g.russell at eos-solutions.com Fax: +49 (0)40 2850-1559 | http://www.eos-solutions.com Pers=F6nlich haftend | EOS Holding GmbH | AG Hamburg HRB 78 748 Gesch=E4ftsf=FChrer | Hans-Werner Scherer, Klaus Engberding, Justus=20 Hecking-Veltman, Dr. Axel Steuernagel, Dr. Andreas Witzig, Paul Leary sen. Vorsitzender des Beirates | J=FCrgen Schulte-Laggenbeck=20 Diese E-Mail enth=E4lt vertrauliche und/oder rechtlich gesch=FCtzte=20 Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail = irrt=FCmlich erhalten haben, informieren Sie bitte so...
2004 Jan 29
2
Object validation and formal classes
I'm using R 1.8.1 (Win32, Linux) and have some difficulties using validation functions for S4 classes. The problem is if I specify a validation function with setValidity("myclass", validate.myclass) object validation is only performed when I create an instance using new("myclass"), or when I explicitly call validObject(x) where x is of class "myclass", of