search for: paramteric

Displaying 11 results from an estimated 11 matches for "paramteric".

Did you mean: parameteric
2010 Jun 10
1
Can RMySQL be used for a paramterized query?
I have not found anything about this except the following from the DBI documentation : Bind variables: the interface is heavily biased towards queries, as opposed > to general > purpose database development. In particular we made no attempt to define > “bind > variables”; this is a mechanism by which the contents of R/S objects are > implicitly > moved to the database during SQL
2011 Jun 04
2
Weird paramterized issue
Im using a parameterized class in my site.pp: class development($user) { class{"basenode": user => $user} class{"nodejs": user => $user} include "coffeescript" include "ruby" } This class defines nodejs class that epects a user as input: class nodejs($user) { class {"nodejs::npm": user => $user} $node_ver =
2010 Feb 23
2
scatterplots in car package
...100)) scatterplot(rnorm(100),rnorm(100),boxplot="",smooth=T) # scatter with non-parametric fit problem is that the last one comes 'always' separate. Is there any way to solve it?? of course can use fit=lm(rnorm(100)~rnorm(100)); plot(...);abline(fit), but I want to keep the non-paramteric fit. best regards, robert -- View this message in context: http://n4.nabble.com/scatterplots-in-car-package-tp1565791p1565791.html Sent from the R help mailing list archive at Nabble.com.
2004 Feb 18
1
%U doesn't replaced in smb.conf
Hi! :o) I've got an Debian linux running on an Alpha machine.I had a Celeron II before, with Samba 2.2.6. I've made the change to Samba 3.0.0 and then I've just upgraded to 3.0.2a tonight. In the old smb.conf I've had a line "include = /etc/samba/configs/%U.conf" that was good in the old state, but with the new it doesn't work. I find out that the samba does not
2006 Dec 04
1
package mgcv, command gamm
...als. It appears no such option is available for gamm in the manual. I was wondering if someone has used this before and obtained the plots similar to vis.gam, which I believe plots the predictions automatically. I have used 'te' command for two way interaction of the smooth terms, plus some paramteric terms. 2. I am not sure how the gamm results are saved, and if prediction is at all possible. The documentations talks about gam in detail, but not gamm. 3. When I use my entire dataset (approx 58000 obs, and, well even with 10000 observations) I am running against memory all the time (it says cann...
2010 Jun 18
1
how to pass params to button_to_remote ?
Hi folks, I have a form that I populate, and then submit with button_to_remote, but I would like to have all my fileds that I populated passed as parameters (like the params hash) with to my controller. How would you do that ? Reagrds -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
2008 May 29
3
cannot add new machines to domain
Hi, i have running samba with ldap as a PDC. The PDC works fine, except adding new computer to the domain. The Computer how was added 2-3 Years ago works fine, but i cannot add new PCs to the domain. The samba log says to remove the paramtere 'algorithmic rid base' and use 'net groupmap add' and 'net setmaxrid'. The command "net setmaxrid" is not existent.
2004 Oct 31
2
(no subject)
Dear all, I have several questions regarding fisher.test() in R, and I'd highly appreciate any help with it. I have a group of observations, each having people's income, and an indicator of whether selected in or out a program. I want to test the difference between income of people who are in and out. Because the distribution is far from normal, I decide to use the fisher's exact
2004 Oct 31
2
(no subject)
Dear all, I have several questions regarding fisher.test() in R, and I'd highly appreciate any help with it. I have a group of observations, each having people's income, and an indicator of whether selected in or out a program. I want to test the difference between income of people who are in and out. Because the distribution is far from normal, I decide to use the fisher's exact
2005 Aug 25
1
question about custom contrasts in ANOVA
Hi, I have a problem in which I have test score data on students from a number of schools. In each school I have a measure of whether or not they received special programming. I am interested in the interaction between school and attendance to the programming, but in a very select set of comparisons. I'd like to cast the test as one in which students in each school who attend are
2002 Apr 16
6
Classification Analysis
Hi everyone, Could somebody explain to me what is the package/function for classification analysis. I am performing analysis of music files in the form of MIDI files. I end up with about 750 dependent variables from the analysis, I also have a number of independent/grouping variables that I set manually. What I would like is to be able to predict which group a particular MIDI files belongs to