Displaying 2 results from an estimated 2 matches for "spaecial".
Did you mean:
spacial
2006 Apr 26
3
Were to find appropriate functions for a given task in R
...based on
the problem to solve. This could indicate were to look for. Last day I
find in package vcd that a function exist for testing the
goodness-of-fit of a sample to binomial and other distributions….but
this was VERY difficult to locate.
Any way, as usual, any indication will be very useful (spaecially for my
students!!!)
Albert Sorribas
Professor of Statistics and Operational Research
Departament de Ciències Mèdiques Bàsiques
Universitat de Lleida
Montserrat Roig 2
25008-Lleida (Espanya)
web.udl.es/Biomath/Group
[[alternative HTML version deleted]]
2007 Jun 28
0
Branch 'as' - 4 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...For now, this type will never appear in Swfdec. Using
+ * it will cause Swfdec to crash.
+ * @SWFDEC_AS_TYPE_NUMBER: a double value - also used for integer numbers
+ * @SWFDEC_AS_TYPE_STRING: a string. Strings are garbage-collected and unique.
+ * @SWFDEC_AS_TYPE_NULL: the spaecial null value
+ * @SWFDEC_AS_TYPE_OBJECT: an object - must be of type #SwfdecAsObject
+ *
+ * These are the possible values the Swfdec Actionscript engine knows about.
+ */
+
+/**
+ * SwfdecAsValue:
+ * @type: the type of this value.
+ *
+ * This is the type used to present an opaque value in the Acti...