search for: longform

Displaying 4 results from an estimated 4 matches for "longform".

2013 Oct 16
1
Extract a predictors form constparty object (CHAID output) in R
...form of a constparty object. My question is how to extract the variable names associated with the nodes in such an object. Here is a self contained code example: library(evtree) # for the ContraceptiveChoice dataset library(CHAID) library(vcd) library(MASS) data("ContraceptiveChoice") longform <- formula(contraceptive_method_used ~ wifes_education + husbands_education + wifes_religion + wife_now_working + husbands_occupation + standard_of_living_index + media_exposure) z <- chaid(longform, data = ContraceptiveChoice) # plot(z) z # This is the part...
2005 May 31
2
Form Dates and MultiparameterAssignmentErrors
...rors. The message it gives is "1 error(s) on assignment of multiparameter attributes". I was able to catch the exception and look at it, and it is certainly complaining about saving the date_of_birth field. The controller line throwing the exception is: redirect_to :action => "longform" if @borrower.update_attributes(@params[''borrower'']) The view line for the date select is: <%= date_select ''borrower'', ''date_of_birth'', :start_year => 1900 %> Saving dates later than 1 Jan 1970 works fine (but then not everybody...
2016 Apr 07
0
Openshot 2.x (beta) on C7??
...I wouldn't think Openshot would use that one (Mixbus doesn't; in fact I'm not sure how it could be remotely exploited at all). So for certain things the 'bundled app' makes sense; for a server process it would not. Mixbus works very well on CentOS 7; I use it every week for longform broadcast production and mixdown, and just running the Harrison Consoles installer script 'Just Worked' as it was supposed to (if it doesn't the Mixbus devs get a message from me.....). Further, the official Ardour.org Ardour packages for Linux are similar bundles; at one time if y...
2016 Mar 10
4
Openshot 2.x (beta) on C7??
I'm interested in trying out the new OpenShot beta (2.06) on CentOS 7. Openshot requires Python3. so I look at available packages where I find a bunchof python3 packages as well as python34 packages. I'm assuming that python34 is version 3.4 of python, while python3 is some other 3.x version. Can anyone here explain to me what are the differences, any compatibility across these