search for: 20al

Displaying 5 results from an estimated 5 matches for "20al".

Did you mean: 20a
2008 Feb 21
2
triangle.plot - change the axes orientation
...ot. (function triangle.plot in ade4 package) I want to plot elasticities of some species in demographic triangle, where axes values commnly increace "clockwise". If some better imangination is needed, see http://www.open.ac.uk/science/biosci/personalpages/j.silvertown/pdfs/Silvertown%20et%20al.%201993.pdf I am sorry if I just can't see some simple way or some argument in hlep file. Do you know how to solve my problem please? Or do you know about some other function from other package where it is possible? Thank you, Filip Kral. -- View this message in context: http://www.nabble.com...
2012 Jul 07
0
fixed trimmed mean for group
...rDear Mr Rui Baradas, > > Hello...i want to find the empirical rate for type 1 error using > fixed trimmed mean. To make it easy, i'm referring to journal > given by this website: > http://www.academicjournals.__org/ajmcsr/PDF/pdf2011/Yusof%__20et%20al.pdf > <http://www.academicjournals.org/ajmcsr/PDF/pdf2011/Yusof%20et%20al.pdf>. > I already run the programme and there is no error in it but i > got zero for the empirical rate of type 1 error. The empirical > rate for the type 1 error given in the...
2012 Jun 14
0
fixed trimmed mean for j-group
Hello...i want to find the empirical rate for type 1 error using fixed trimmed mean. To make it easy, i'm referring to journal given by this website http://www.academicjournals.org/ajmcsr/PDF/pdf2011/Yusof%20et%20al.pdf. I already run the programme and there is no error in it but i got zero for the empirical rate of type 1 error. The empirical rate for the type 1 error given in the journal should lied between 0.025 and 0.07. Below is my programme. Hope anyone can help me. Thank you. ## use for data transforma...
2013 Nov 25
3
Re: [PATCH 3/3] lib: Add support for creating nodes (keys) and values with UTF-16LE-encoded names
...t;name, name); > + nk->name_len = htole16 (recoded_name_len); > + memcpy (nk->name, recoded_name, recoded_name_len); > + free(recoded_name); Please put spaces after function names! It improves readability: http://www1.psych.purdue.edu/~zpizlo/rsteinma/Bob-FOR%20CV/Epelboim%20et%20al%201997%20Fillers%20in%20Reading.pdf > /* Inherit parent sk. */ > struct ntreg_nk_record *parent_nk = > @@ -719,9 +731,9 @@ hivex_node_add_child (hive_h *h, hive_node_h parent, const char *name) > parent_nk->nr_subkeys = htole32 (nr_subkeys_in_parent_nk); > > /* U...
2013 Nov 24
4
[PATCH 1/3] lib: Further generalize iconv wrapper function.
--- lib/hivex-internal.h | 8 +++++--- lib/utf16.c | 11 +++++++---- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/lib/hivex-internal.h b/lib/hivex-internal.h index 4135f58..64fd49a 100644 --- a/lib/hivex-internal.h +++ b/lib/hivex-internal.h @@ -268,11 +268,13 @@ extern size_t * _hivex_return_offset_list (offset_list *list); extern void _hivex_print_offset_list