search for: spindler

Displaying 12 results from an estimated 12 matches for "spindler".

Did you mean: spindles
2012 Dec 17
4
Splitting up of a dataframe according to the type of variables
Dear R users, I have a dataframe which consists of variables of type numeric and factor. What is the easiest way to split up the dataframe to two dataframe which contain all variables of the type numeric resp. factors? Thank you very much for your efforts in advance! Best, Martin
2011 Oct 22
3
problem with as.Date
Dear all, I would like to convert the first column of a dataframe to a date (original format: year (4 digits) and month (last 2 digits)) >str(dat_FF) 'data.frame': 1022 obs. of 4 variables: $ date : int 192607 192608 192609 192610 192611 192612 192701 192702 192703 192704 ... $ Rm.Rf: num 2.69 2.52 0 -3.06 2.42 2.66 0 4.29 0.51 0.57 ... $ SMB : num -2.49 -1.25 -1.38 -0.2 -0.34
2013 Feb 28
3
Negative Binomial Regression - glm.nb
Dear all, I would like to ask, if there is a way to make the variance / dispersion parameter $\theta$ (referring to MASS, 4th edition, p. 206) in the function glm.nb dependent on the data, e.g. $1/ \theta = exp(x \beta)$ and to estimate the parameter vector $\beta$ additionally. If this is not possible with glm.nb, is there another function / package which might do that? Thank you very much for
2010 Jul 05
1
question concerning VGAM
Hello everyone, using the VGAM package and the following code library(VGAM) bp1 <- vglm(cbind(daten$anzahl_b, daten$deckung_b) ~ ., binom2.rho, data=daten1) summary(bp1) coef(bp1, matrix=TRUE) produced this error message: error in object$coefficients : $ operator not defined for this S4 class I am bit confused because some day ago this error message did not show up and
2011 Jun 01
3
conversion of matrix into list
Dear all, I have a matrix X which consists of 2 columns. I would like to convert this matrix into a list where every entry of the list consists of a single row of the matrix. Does anyone have a suggestions how to manage this? Thank you for your efforts in advance! Best, Martin [[alternative HTML version deleted]]
2010 Jun 28
1
linear predicted values of the index function in an ordered probit model
Hello, currently I am estimating an ordered probit model with the function polr (MASS package). Is there a simple way to obtain values for the prediction of the index function ($X*\hat{\beta}$)? (E..g. in the GLM function there is the linear.prediction value for this purpose). If not, is there another function / package where this feature is implemented? Thank you very much for
2008 Mar 17
1
feature request: single flag to unset ControlPath
While it's real handy to have "ControlMaster auto" to have multiple sessions get muxed into one, sometimes it's really helpful to _not_ use the same session (e.g. if you want to ssh -2fNR). It'd be quite nice if there were a flag to tell openssh to not mux the new connection at all - i.e. what "ssh -o ControlPath=none" does. (The 'obvious' invocation `ssh
2014 Sep 30
1
Package Rcpp: Question conerning source code of cpp files and related question
Dear all, I am trying to use Rcpp to write some files in C++ for use in R. Below is an example for a cpp-file (crossp.cpp). Then I use >sourceCpp("crossp.cpp") in R and the corresponding function is availabe in R. Now I have to question related to this worklfow: 1) Is there a way to see the source file of the "final" cpp-file? (I mean is it possible to see how the
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...Need help on nnet (jothy) 2. Re: How to enable Arial font for postcript/pdf figure on Windows? (Camille) 3. [R-pkgs] pgfSweave 1.1.1 Released (Cameron Bracken) 4. Compare one level of a factor with *all* other non-missing levels (deriK2000) 5. subset with two factors (Martin Spindler) 6. Re: [lattice xyplot] Help needed in help in customizing the panel.abline() function (Felix Andrews) 7. Re: subset with two factors (Michael Bedward) 8. Re: [lattice xyplot] Help needed in help in customizing the panel.abline() function (Girish A.R.) 9. New Installs, Same...
2010 Sep 18
0
Wine release 1.3.3
...Explorer::UpdateGame implementation. gameux/tests: Add basic test for InstallGame and UninstallGame. gameux/tests: Add verification of registry content for InstallGame and UninstallGame. gameux: Add InstallGame implementation. gameux: Add UninstallGame implementation. Matej Spindler (8): shell32: Update Slovenian translation. shdocvw: Add Slovenian translation. jscript: Update Slovenian translation. mshtml: Update Slovenian translation. shdocvw: Update Slovenian translation. ipconfig: Add Slovenian translation. inetcpl.cpl: Add Sloveni...
2009 Jul 03
0
Wine release 1.1.25
...p (1): gdiplus: Add GdipIsVisibleRegionPointI stub. Louis Lenders (2): kernel32/nls: Add system message 2221 to winerr_enu.mc. advapi32: Add a few tests for GetSidSubAuthority and SetLastError correctly. Maksim Kuleshov (1): wininet: Fix sockets leak in FTP_Connect. Matej Spindler (8): mshtml: Update Slovenian translation. appwiz.cpl: Update Slovenian translation. notepad: Update Slovenian translation. reg: Update Slovenian translation. regedit: Update Slovenian translation. shell32: Update Slovenian translation. setupapi: Update Slo...
2012 Feb 23
0
non-finite finite-difference value
Dear all, when applying the optim function the following error occured "non-finite finite-difference value" Therefore I would like to ask how one can try to handle such a problem and which strategies have proven useful. (There is only litte guidance on the help list for this kind of problem.) Thank you in advance for your efforts! Best, Martin --