search for: nonrecursive

Displaying 9 results from an estimated 9 matches for "nonrecursive".

2009 Mar 04
2
FW: flow control
Hi all, I need a little help with flow control in R. What I'd like to do is to advance a for loop by changing its counter. However, what seems obvious to me does not yield the proper results. An example of my problem is for (i in seq(1, some_number, some_increment)){ <some stuff> if (some_condition == T) i <- i + 2; #want to advance the loop by 2 } Whenever the counter goes
2006 Jun 03
1
NON-empty module, - but always 'received 0 names', 'recv_file_list_done', but always get 'total size is 0'?
hi, guys, as per subject. I've been working hard (searching hard, trying hard, googling hard) at trying to find a solution to the abovementioned problem, but nothing. I have several non-empty modules, all of which have files inside - NON-empty modules - but i have always failed to be able to rsync. Why? This is the behaviour: ----------- # rsync -vvv localhost::a . opening tcp connection to
2006 Aug 22
1
Total (un)standardized effects in SEM?
Hi there, as a student sociology, I'm starting to learn about SEM. The course I follow is based on LISREL, but I want to use the SEM-package on R parallel to it. Using LISREL, I found it to be very usable to be able to see the total direct and total indirect effects (standardized and unstandardized) in the output. Can I create these effects using R? I know how to calculate them
2008 Apr 09
0
Endogenous variables in ordinal logistic (or probit) regression
...deals with the question when one of the Y's is dichotomous. Rivers, Douglas and Quang H. Vuong. 1988. Limited Information Estimators and Exogeneity Tests for Simultaneous Probit Models. Journal of Econometrics 39: 347-366 Alvarez, R. Michael and Garrett Glasgow. 1999. Two-Stage Estimation of Nonrecursive Choice Models. Political Analysis. 8: 11:24. I have not found anybody who has estimated one of these models with R, however, and was hoping to get an example from someone. I would also like to know if there is likely to be a problem extending the estimation framework to two multi-category depende...
2007 Jul 10
18
Recursive permissions
Does anyone know if it''s possible to do the following: Given the directory structure: /foo/bar /foo/bar/<bunch of stuff> Is it possible to set /foo/bar to, say 555, and all stuff below to 440 or the directory equivalent? Thanks, Trevor
2008 May 29
1
appropriate covariance matrix for multiple nominal exogenous and multiple continuous endogenous variables in SEM
Hi, I would like to use the sem package to perform a path analysis (no latent variables) with a mixture of 2 nominal exogenous, 1 continuous exogenous, and 4 continuous endogenous variables. I seek advice as to how to calculate the appropriate covariance matrix for use with the sem package. I have read through the polycor package, and am confused as to the use of "numeric" for
2015 Aug 04
4
compile samba4.3 rc2
#make [3913/4029] Generating manpages/smb.conf.5 Segmentation fault Waf: Leaving directory `/usr/src/samba-4.3.0rc2/bin' Build failed: -> task failed (err #139): {task: manpages/smb.conf.5 smb.conf.5.xml,parameters.all.xml -> smb.conf.5} Makefile:8: recipe for target 'all' failed make: *** [all] Error 1 -- “A menos que modifiquemos a nossa maneira de pensar, não seremos
2007 Apr 05
0
unexpected behavior of before_validation
Today I found these comments in active record''s callbacks.rb file: # If the returning value of a before_validation callback can be evaluated to false, the process will be aborted and Base#save will return false. # If Base#save! is called it will raise a RecordNotSave error. # Nothing will be appended to the errors object. This caused me a lot of frustration earlier when I was
2007 Aug 27
0
how can I get malformed UTF-8 characters to display properly?
Hello everyone, I''m scraping a lot of sites for a project, and occasionally the scraped content will have "malformed UTF-8" characters. When the scraped content is processed (basically a database record is created), these characters often don''t appear as they''re supposed to. Normally, the following code works great: str.unpack("U*").collect {|s| (s