search for: standardwert

Displaying 5 results from an estimated 5 matches for "standardwert".

Did you mean: standardwerte
2007 May 14
1
optim bug (PR#9684)
..." ------------------------------------------------------------------------------- 'optim' does not accept arguments called 'u'. Here is an example: R> fun<-function(x,u) (x-u)^2 R> optim(7,fn=fun,u=9) Fehler in fn(par, ...) : Argument "u" fehlt (ohne Standardwert) Zus?tzlich: Warning message: bounds can only be used with method L-BFGS-B in: optim(7, fn = fun, u = 9) while R> fun<-function(x,y) (x-y)^2 R> optim(7,fn=fun,y=9) $par [1] 8.999854 $value [1] 2.145767e-08 $counts function gradient 28 NA $convergence [1] 0 $message NULL...
2008 May 15
1
metaMDS using Dissimilarity matrix
...n the function metaMDS (vegan) using an existing dissimilarity-matrix. As I would like to start with this matrix I thought I could just give the matrix using the x= -argument Test<-metaMDS(x=Dist.Gower) Fehler in inherits(comm, "dist") : Argument "comm" fehlt (ohne Standardwert) But obviously that is not the way it works. The second problem is that it seems that I have zero distance value between some objects what causes a problem in isoMDS (vegan) Test<-isoMDS(Dist.GowerTest) Fehler in isoMDS(Dist.GowerTest) : zero or negative distance between objects 240 and...
2007 Jan 10
1
2 problems with latex.table (quantreg package) - reproducible
..."val2","val2") tab <- table(v1,v2) latex.table(tab,table.env=FALSE) #error - german R error message (saying that caption is missing and has no default :-) ): #Fehler in cat(caption, "\n", file = fi, append = TRUE) : # Argument "caption" fehlt (ohne Standardwert) latex.table(tab,table.env=FALSE,caption="nothing") #error - german R error message: #Fehler in latex.table(tab, table.env = FALSE, caption = "nothing") : # you must have table.env=TRUE if caption is given The second problem is, that - when using latex.table to produce...
2008 Nov 26
1
false local printer settings
Hi, I installed a printer via cups, did the driver installation as described in Procedure 5.17. Steps to Install Printer Drivers on the Samba Servers (Samba-3 by Example). I changed the paper-size in the printer-settings and the device-settings from letter to A4. After the installation of the printer on a workstation, I got the wrong local printer settings (again letter instead of A4). Best
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition live OS sounds right up my alley, and I will definitely check it out. The second partition is working well with `parted' and `fdisk', so I am quite pleased. Below is, again, "what I came up with". I tried to integrate each of your