similar to: Problems with graphics

Displaying 20 results from an estimated 500 matches similar to: "Problems with graphics"

2006 Sep 27
1
PDE
Dear all, Does any know how to solve PDE with R? The archive list refers to the use of ODE if PDE are parabolic. I am not a mathematician and this does not mean anything for me! help would be very appreciated. Many thanks -- ___________________________________________________ Christophe NGUYEN UMR 1220 INRA-ENITAB Transfert sol-plante et cycle des ?l?ments min?raux dans les ?cosyst?mes
2010 Jan 13
1
Problem fitting a non-linear regression model with nls
Hi, I'm trying to make a regression of the form : formula <- y ~ Asym_inf + Asym_sup * ( (1 / (1 + (n1 * (exp( (tmid1-x) / scal1) )^(1/n1) ) ) ) - (1 / (1 + (n2 * (exp( (tmid2-x) / scal2) )^(1/n2) ) ) ) ) which is a sum of the generalized logistic model proposed by richards. with data such as these: x <- c(88,113,128,143,157,172,184,198,210,226,240,249,263,284,302,340) y <-
2010 Feb 03
1
comparison of parameters for nonlinear regression
Hi, I have two series of data set (it's measurment of growth but under two different conditions). To model these data I use the same function which is : formula <- y ~ Asym_inf + Asym_sup * ( (1 / (1 + (n1 * (exp( (tmid1-x) / scal1) )^(1/n1) ) ) ) - (1 / (1 + (n2 * (exp( (tmid2-x) / scal2) )^(1/n2) ) ) ) ) After the estimation of the parameters thanks to "nls", I have 2
2010 Feb 10
2
Total least squares linear regression
Dear all, After a thorough research, I still find myself unable to find a function that does linear regression of 2 vectors of data using the "total least squares", also called "orthogonal regression" (see : http://en.wikipedia.org/wiki/Total_least_squares) instead of the "ordinary least squares" method. Indeed, the "lm" function has a
2010 Mar 07
1
Bordeaux 2.0.0 Beta 2 for Mac Released
The Bordeaux Technology Group released Bordeaux 2.0.0 Beta 2 for Mac today. Bordeaux 2.0.0 Beta 2 marks major progress over the older Beta 1 release. With this release we now support Leopard and Snow Leopard. We have improved support for Microsoft Office 2007 (Word, Excel and PowerPoint) and preliminary support for Internet Explorer 7 in this release, there has also been many small bug fixes and
2009 Aug 05
4
archive of legacy oggenc/oggenc2 encoders for windows?
Hi, I was wondering if there's anywhere I could find an archive with all of the previously released ogg encoders, specifically windows binaries. I know I could rebuild every version from source, but it would be a lot easier if I could just grab the executables. Thanks. Ethan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Aug 06
2
archive of legacy oggenc/oggenc2 encoders for windows?
Interesting - is there any easy way to tie each of these builds to a windows application? I'm really not so familiar with how to do those types of things - didn't even know what DSF was until a few minutes ago! Ethan On Thu, Aug 6, 2009 at 12:13 AM, Silvia Pfeiffer <silvia at silvia-pfeiffer.de>wrote: > All old builds of the DS filters are at >
2010 Jun 02
5
crossover or bordeaux
as a newbie would eiither of these products make it easier to install wine versions. Larry
2009 Aug 07
1
archive of legacy oggenc/oggenc2 encoders for windows?
Thanks for all the info - I was able to find exactly what I was looking for here: http://codecs.ex-sounds.net/ogg/vorbis/oggenc/ As for what I'm up to, I have a memory-limited port of the Tremor Vorbis decoder that I want to test on some older vorbis encoders for backwards compatibility purposes. Nothing too nefarious. ;) On Thu, Aug 6, 2009 at 8:59 PM, Silvia Pfeiffer <silvia at
2018 Mar 09
2
Yet another print problem samba4
> Le 9 mars 2018 à 15:42, Rowland Penny via samba <samba at lists.samba.org> a écrit : > > On Fri, 9 Mar 2018 14:59:51 +0100 > Frédéric Goudal via samba <samba at lists.samba.org> wrote: > >> Hello, >> >> After digging for hours in different web site, read several times the >> samba wiki, here is my problem. I want to setup a print server for
2010 Aug 14
6
How to use the wineprefix with another wine-path
Hi, there I recently purchased a copy of bordeaux in order to try the dib engine (and pulse) in wine1.2 I would like to use this in already installed bottles. So I tried something like this: code: [export WINEDIB=ON] then (as an example) code:[/opt/bordeaux/bin/wine | env WINEPREFIX=~/.wine-test wine winecfg] This does create a wine bottle, but in this way the dib engine doesn't get loaded
2005 Sep 18
0
How to test homogeneity of covariance matrices?
Dear Group Members, Forgive me if I am a little bit out of subject. I am looking for a good way to test the homogeneity of two variance-covariance matrices using R, prior to a Hotelling T test. Youll probably tell me that it is better to use a robust version of T, but I have no precise idea of the statistical behaviour of my variables, because they are parameters from the harmonics of
2010 Jan 29
1
Bordeaux 2.0.0 for Linux Released
The Bordeaux Technology Group (http://bordeauxgroup.com/) released Bordeaux 2.0.0 for Linux today. Bordeaux 2.0.0 marks major progress over older releases. With version 2.0.0 and onward we bundle our own Wine build and many tools and libraries that Wine depends upon. With this release we bundle Wine 1.1.36, Cabextract, Mozilla Gecko, Unzip, Wget and other support libraries and tools. We have
2008 Nov 27
4
Lotus Notes 6.5.1 (or 7.0.1) and Office connection via DDE
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I use ubuntu 8.04 with wine 1.1.9. I would like to get Office (2000 or 2003) and Lotus Notes (6.5.1 or 7.0.1) working together because of a Notes application with requires Word acting as DDE server in order to generate documents. After several tentatives with community packages I cannot get a working Wine configuration. So I tried Bordeaux 1.4 that
2009 Aug 06
1
archive of legacy oggenc/oggenc2 encoders for windows?
For what its worth, there are archives of prebuilt ffmpeg version of ogg. http://ffmpeg.arrozcru.org/builds/ <http://ffmpeg.arrozcru.org/builds/> On Wed, Aug 5, 2009 at 6:58 PM, Ralph Giles <giles at xiph.org> wrote: > On Wed, Aug 5, 2009 at 8:11 AM, Ethan Bordeaux<ethan.bordeaux at gmail.com> > wrote: > > > Hi, I was wondering if there's anywhere I could find
2006 May 11
3
cannot turn some columns in a data frame into factors
Hi, I have a data frame df and a list of names of columns that I want to turn into factors: df.names <- attr(df,"names") sapply(factors, function (name) { pos <- match(name,df.names) if (is.na(pos)) stop(paste(name,": no such column\n")) df[[pos]] <- factor(df[[pos]]) cat(name,"(",pos,"):",is.factor(df[[pos]]),"\n")
2008 Mar 29
2
GSoC
Hello, my name is Jerome Cros, I am studying computer science at the Bordeaux I university (France). I am writing to you concerning the Google Summer of Code project : Rewriting the command-line interface as an internal COM32 module, module compression In a little more than one month I will finish the 4th semester. Searching for an opportunity, I read the previously mentioned project idea which
2018 Mar 09
2
Yet another print problem samba4
Hello, After digging for hours in different web site, read several times the samba wiki, here is my problem. I want to setup a print server for windows client with a cups backend where for now one printer run. I have setup my linux host as a member of my domain. I can use smbclient with both a user login/password or the Admin one and logon is accepted. But… I can’t see my printers in share… when
2003 Dec 26
2
OC curve in "Quality Control"
Dear all, Can anyone please help me about any of the following questions: -------------------------------------------- 1. How can i find "factorial" of any number in R? I tried > prod(170:1) # to find factorial of 170 or 170! Is it the only procedure - or R has any better process / operational character to calculate factorial? Also, is it possible to calculate factorial of 500? Or
2013 Jan 14
4
How to open grib file in R?
I have this https://echange-fichiers.inra.fr/get?k=6TdTdezNeZwAqJtpwVm grib file which is a regular lat-lon 0.25x0.25 degrees and contains 4 fields . I tried to open it using : grib <- readGDAL("C:\\Users\\aalyaari\\Desktop\\Vol_025_H14_2010060700.grib") but I got this error: C:\Users\aalyaari\Desktop\Vol_025_H14_2010060700.grib has GDAL driver GRIB and has 721 rows and