similar to: Subtle changes from 1.1 to 1.2

Displaying 20 results from an estimated 20000 matches similar to: "Subtle changes from 1.1 to 1.2"

2017 Sep 29
3
Call for testing: OpenSSH 7.6
On Fri, 29 Sep 2017, Iain Morgan wrote: > Actually, according to OpenBSD's printenv(1) man page, it first appeared > in 2BSD. The man page on OS X claims it was BSD 3.0. However, it doesn't > appear to be part of any standard. > > Your suggestion ran into the same issue as the original test, but > escaping the evaluation by the user's shell appears to work: >
2010 Oct 29
2
Video based Asterisk Training
Hi Friends, We have created a video based training for Asterisk in English and Urdu. Please check them and let us know how we can improve them for no-voice users. http://www.youtube.com/watch?v=KXq9g8UiGnQ http://www.youtube.com/watch?v=MID2RvgdD7s http://www.youtube.com/watch?v=_LbDUdAGfSY http://www.youtube.com/watch?v=J9Chkrg7E-M http://www.youtube.com/watch?v=MsC12wc9ZnU
2001 Mar 09
2
Neural Net for R for Win
Hello. Is NN for R for Win available? It seemes that there's no NN package in contributed ones. -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010310/6a58939c/attachment.html
2009 Mar 31
4
what is the preferred method to create a package local variable?
for the moment, I'm using: .onAttach <- function(libname, pkgname) { .bbg.db.conn <<- dbConnect(dbDriver("PostgreSQL"), user="blah","blah") } .onUnload <- function(libpath) { dbDisconnect(.bbg.db.conn) } which results in a hidden global variable in the global environment. I would prefer to make the assignment only in the package namespace.
2001 Aug 20
2
lm
By error I used the function lm with arrays. Is this a legal action? funtion call: h.lm<-lm(h.0~h.9+h.8) where all of the variables are arrays of dimension 722,6,10 Thank you for your help. Thomas Pesl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2014 Jun 16
3
[LLVMdev] include's are not being located
On 6/16/14, 1:14 PM, Dan Liew wrote: > Hi Joseph, > >> In other words what does " put '--std=c++11' in the CXXFLAGS” mean? Do you >> have an example of what it would look like? or what should I read in order >> to learn this? I’m happy to read up but I don’t know where to start reading >> (besides the getting started page on llvm) :) > >
2002 Feb 27
2
return()
Hi, i get only one value, but expect ncol values - what's wrong ? test <- function(){ for (i in 1:ncol(configData)) x <- subset(configData, Q71 == 1 & configData[,i] ==1 , select = configData[,i]) y <- (dim(x)[1]/dim(configData)[1])*100 return(y) } thanks for advance & regards, Christian
2003 Jan 25
1
survey package
A new package `survey' for analysing complex survey samples is on CRAN. It handles stratification, clustering, and unequal sampling probabilities in descriptive statistics, glms, and general maximum likelihood fitting. The package is still under development: - it doesn't do the finite population correction to variances - it needs some real life worked examples Most importantly,
2003 Jan 25
1
survey package
A new package `survey' for analysing complex survey samples is on CRAN. It handles stratification, clustering, and unequal sampling probabilities in descriptive statistics, glms, and general maximum likelihood fitting. The package is still under development: - it doesn't do the finite population correction to variances - it needs some real life worked examples Most importantly,
2006 Apr 04
1
integration tests - 1.1
I?m using the new 1.1 integration test facility? I?m trying to write a test that sees if a controller redirects to the correct place and preserves the query string. Here?s the code: class LoginRedirectTest < ActionController::IntegrationTest def test_non_admin_auth request_uri = "/datafeed/event/report?blah=blah" get(request_uri) follow_redirect!
2001 Feb 12
2
supsmu vs. ppr
I used the supersmoother function in the modreg package as follows: super <- supsmu(ilogemp,award) Then I decided that I might want additional explanatory variables (other than ilogemp) in my model. The ppr function in modreg seemed a logical extension of supsmu from univariate to multidimensional explanatory variables. As a "check" I ran the following: pprest <-
2002 May 02
2
plot survival points
Hi all, I have a little problem. I make an weibull survival analysis using the survival package. It,s OK, them I have the functions. I plot this funcions with curve(). I want to make a plot with the real survival points (proportion of alive x time) and them add the curves to points. I have the time to dead, the censor data and my trataments. To analysis the model is: model1 <-
2002 Mar 01
3
Power of t-test in R vs. S-PLUS
Dear all, I found a discrepancy while performing a power calculation for a two sample t-test in R and S-PLUS, respectively. For given values of sample number (5 each), sd (0.2) , significance level (0.01), and a desired power (80%) I looked for the difference in means. These values differ: 0.5488882 in R and 0.4322771 in S-PLUS (see dump below). Did I overlook any detail or confuse some
2002 Feb 22
2
save.image() excluding functions
If the recommendation is to write functions with an external editor (I mean, avoiding fix()), keep them as text files (*.R) and using source() to bring them into the R session, why not excluding, by default, function objects from save.image() ? In particular, from the final save.image(), the one that is proposed at q(). In this way, functions would not get included within .RData, I've made
2000 Aug 22
2
Command Line Arguments passed to R
Is there a way to pass command line arguments to R for use in BATCH mode or something similar? -- -Alex Morgan Homepage: http//pubpages.unh.edu/~amorgan AIM login: HomeySage "Anyway, no drug, not even alcohol, causes the fundamental ills of society. If we're looking for the source of our troubles, we shouldn't test people for drugs, we should test them for stupidity,
2001 Aug 20
2
using R to generate resizable real-time plots
I am trying to use R to repeatedly plot data to an X11 device from a file that is being updated every five minutes. My initial strategy was to use a loop in R that roughly looks like this while (TRUE){ system("sleep 10") plot(x,y) } However, this had an interesting side effect: when I try to resize the plot window under X, R never processes the resize events like it would if I
2001 Feb 03
0
Subtle changes after installing Transgaming Patch
I have been running the 20010112 version of wine with "Agent" in order to read all my mail and news. This seemed to work fine. In order to try and get a game (Grand Prix Legends) to work I have installed the Transgaming patch, which including patching wine to the 29th Jan version. Since that time, some subtle changes seems to have occurred. These are a) Previously wine had been
2002 Apr 26
4
SAS and R
Hello I am sure this is elementary, but I can't figure it out..... I am using SAS v8.2 and R 1.4.1 on a Windows platform. I have a large (6 megabyte) file in .sd2 format. I want to import it into R. If necessary, I can create a smaller file, as I don't need all the variables that are in this file I downloaded the package foreign. I then tried to use PROC CPORT in SAS to create a
2009 Jun 19
3
W2K with Samba 3.3.2 problem
Hi, We've had a problem using Samba 3.3.2 and windows 2000 workstations sp4. After many tests, it was discovered that when the netbios name has an hyphen the windows 2000 workstations don't see the groups on the samba domain, but when the name is changed for one without hyphen the error doesn't occur. How to reproduce the problem? - Configure samba 3.3.2 as domain controller - Fill
2004 Aug 19
2
Dial from AGI [MSG]
Hi can someone help me, I want to do 'Dial(IAX2/bla/1234567|50|tT)'