search for: toomet

Displaying 20 results from an estimated 87 matches for "toomet".

2003 Aug 26
3
plot empirical pdf
Hi, are there any function to plot the empirical probability distribution function? I just don't want to reinvent the wheel... Best wishes, Ott -- Ott Toomet PhD Student Dept. of Economics ?rhus University Building 322 Universitetsparken 8000 ?rhus C Denmark otoomet (a) econ au dk ph: (+45) 89 42 20 27 ------------------------------------------- (o_ (*_ (O_ (o< -! //\ //\ //\ //\ V_/_...
2005 Aug 31
5
"best" c++ matrix library?
Hi folks, I am planning to write some more time-consuming matrix manipulations in c++. What is the experience with the existing c++ matrix libraries? Do you have some recommendations? Are some libraries more compatible with R than the others? All suggestions welcome! Best, Ott
2015 Aug 21
1
sequence divided by data.frame
Can anyone explain me the following behavior: > 1:2/1 [1] 1 2 -- makes sense > 1:2/matrix(1,1,1) [1] 1 2 -- makes sense > 1:2/data.frame(a=1) a 1 1 -- why is this different? Best, Ott -- Ott Toomet Visiting Researcher School of Information Mary Gates Hall, Suite 095 University of Washington Seattle, WA 98195 [[alternative HTML version deleted]]
2000 Oct 24
2
multinominal probit & logit
Dear everybody! Are there algorithms for multinominal logit/probit available for R? Is it my fault that I cannot find these in CRAN? Has somebody programmed these? with best wishes Ott Toomet Ott.Toomet at mail.ee -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r...
2001 Dec 19
2
R strings from C
...unction R_CHAR is not the right one to access the value of the variable file, I have experimented several other ways but so long unsuccessfully, both Venables & Ripley ,S-programming' and ,Writing R extensions' seem not to touch that issue. Any suggestions? And thanks in advance, Ott Toomet -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat...
2016 Sep 22
1
as.character.factor and S4 object containing factor
...86_64 os linux-gnu system x86_64, linux-gnu status major 3 minor 3.1 year 2016 month 06 day 21 svn rev 70800 language R version.string R version 3.3.1 (2016-06-21) nickname Bug in Your Hair Cheers, Ott -- Ott Toomet Visiting Researcher School of Information Mary Gates Hall, Suite 310 University of Washington Seattle, WA 98195 [[alternative HTML version deleted]]
2002 Mar 27
2
Vertical bars with barchart()
I would like to create a barchart that has vertical instead of horizontal bars. My goal is something similar to Figure 6.10 (p. 166) in "The Basics of S and S-plus," except for the orientation of the bars. I don't think bwplot() or xyplot() will work. Any suggestions? Scott Waichler Hydrology Group/Environmental Technology Division Battelle Pacific Northwest National Laboratory
2005 Apr 20
2
heckit / tobit estimation
Dear All, we (Ott Toomet and I) would like to add functions for maximum likelihood (ML) estimations of generalized tobit models of type 2 and type 5 (*see below) in my R package for microeconomic analysis "micEcon". So far we have called these functions "tobit2( )" and "tobit5( )". Are t...
2002 Jan 25
2
problem with read.table -- example
...orm. What I did was: > a <- read.delim("tab20.and") Error in "row.names<-.data.frame"(*tmp*, value = row.names) : duplicate row.names are not allowed I am interested if anybody (specially on RH 7.1) is able to read the table in the same way. Thanks in advance, Ott Toomet My R-version is 1.4.0 without any patches I am aware of: platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 4.0 year 2001 month 12 day 19 language R And the table itself: begin 664 tab20.and.gz M'XL("%'M3SP``...
2015 Sep 26
3
issues with dev.new avoiding RStudio plot device on unix?
...the library do platform detection and platform-specific device calls, which R CMD check doesn't like. I believe that noRStudioGD argument was avoided to give users a way around this, but it doesn't seem to be behaving correctly in the unix interactive case. On 09/25/2015 08:31 PM, Ott Toomet wrote: > Can you describe your problem a bit more? > > * What kind of unix system do you have?? > * Can you run other X11 programs? > > I had a similar issue, and the problem was that the computer was not set > up to support X11.? As a minimum, you have to install /xauth/, and...
2001 Sep 20
3
indexing an array
...] ... lambda[ 2, state[2], M-1] ... lambda[ N, state[N], M-1] i.e. the result should be a 2D array, where the second index follows the first one and the third is free (lambda[i,state[i],]). The process is to be repeated so I do not want to write a cycle. Any suggestions? Thanks in advance, Ott Toomet -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at st...
2015 Sep 25
2
issues with dev.new avoiding RStudio plot device on unix?
Hi R-devl, I'm still unable to force opening an *interactive* non-Rstudio platform-specific plot device on *unix* systems. dev.new() add a new argument 'noRStudioGD' in R 3.1.1. Thank you. It works for me when using RStudio on Windows, but on the unix system it opens a pdf device instead of an interactive device when using an interactive RStudio session (with R_DEFAULT_DEVICE
2001 Oct 11
2
large dataframes to ascii
...ll the variables and writes then the resulting string to the file. Aren't there any more efficient way of doing it, I think saving the dataframe variable-by-variable using a C-function should be quite a fast and not memory hungry at all. I have R 1.3.1 on RH7.1 linux Thanks in advance, Ott Toomet -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat...
2002 Oct 29
1
pretty not pretty
...rm i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 5.1 year 2002 month 06 day 17 language R -- Ott Toomet otoomet at econ.au.dk --------------------------------------------------------- (o_ (*_ (O_ (o< -! (o<)< //\ //\ //\ //\ //\ V_/_ V_/_ V_/_ V_/_ V_/_ standard drunken shocked noisy p...
2003 Mar 21
1
barplot legend size
...orm i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 5.1 year 2002 month 06 day 17 language R -- Ott Toomet PhD Student Dept. of Economics ?rhus University Building 322 Universitetsparken 8000 ?rhus C Denmark otoomet at econ.au.dk ph: (+45) 89 42 20 27 ------------------------------------------- (o_ (*_ (O_ (o< -! //\ //\ //\ //\ V_/_...
2002 Aug 28
1
dev.print + impossible filename -> break (PR#1959)
Full_Name: Ott Toomet Version: 1.5.1 OS: Linux (RH 7.1) Submission from: (NULL) (192.38.43.138) Hi, Try to give an impossible file name (command to pipe through) for dev.print: > plot(1:4) > dev.print(file="|llllll") I got the response sh: llllll: command not found Process R broken pipe at Wed Aug...
2008 Nov 30
1
normal-bracket50bracket-normal?
...l-bracket30bracket-normal". * "Fperm.fd" and "tperm.fd" in the "fda" package; these help pages were written primarily by Giles Hooker. * "compareDerivatives" in the "maxLik" package; this help page was written by Ott Toomet and me. What can we do to eliminate this nonsense comment? Constructs like this seem to be generated in perl code used in "R CMD" processing (https://svn.r-project.org/R/trunk/share/perl/R/Rdconv.pm). Thanks, Spencer Graves
2002 Oct 29
1
pretty not pretty
...rm i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 5.1 year 2002 month 06 day 17 language R -- Ott Toomet otoomet at econ.au.dk --------------------------------------------------------- (o_ (*_ (O_ (o< -! (o<)< //\ //\ //\ //\ //\ V_/_ V_/_ V_/_ V_/_ V_/_ standard drunken shocked noisy p...
2002 Mar 02
1
accessing factor levels from C
...f( isFactor( VECTOR_ELT( data_frame, j))) { fvalue = INTEGER( variable)[i]; levels = STR_PTR( GET_LEVELS( variable)); .... but the variable levels is not an array of strings as I expected. I am probably doing something in the wrong way but how would it be correct? Thanks in advance, Ott Toomet -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat...
2002 Aug 10
2
package for saving large datasets in ASCII
...1.4.0. I am not sure if there is much interest for such a package, so I put it on my own website instead of CRAN (http://www.obs.ee/~siim/savetable_0.1.0.tar.gz). Any feedback is appreciated. Many thanks to Brian Ripley and the others, who helped me accessing R objects in C. Best wishes, Ott Toomet -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at sta...