search for: funciotn

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

Did you mean: funcion
2005 Nov 14
0
library MASS fitdistri() funciotn question
Hi there, I've been trying to use fitdistr fuction to fit our data onto a gamma distribution, sometimes it works and sometimes it doesn't. I realized that our data 10% of time is normal distributed instead of gamma. Since this is included in a processing pipeline, I'd like to test the fitting to see which fitting is better. Is there any way of doing this? Thanks very much! David
2002 Nov 05
1
last.warning and function problem
...on, that includes several functions inside. To avoid that everything stops if there is an error, I have this statement bla = function(....){ ... if(exists("last.warning")){rm(last.warning)} ... } inside the function, which if I use it normally, it works fine, but once I use it with the funciotn it gives me an error like: $"remove: variable "last.warning" was not found" NULL which breaks my function. I just want to make it do: if exists the file last warning, remove it, if not, just proceed... Does anyone knows why this happens? How can I avoid it? Thanks in advance....
2004 Sep 14
5
Logging Ports
Hello, I am using Shorewall version 2.0.1 with kernel 2.4.20. Nightly, LogWatch emails a portion of the logs for my review. I notice that there are tons of dropped packets from port 445, somedays as many as 7,000. See sample below: >From 24.226.192.22 - 2 packets To 24.227.147.124 - 2 packets Service: microsoft-ds (tcp/445) (Shorewall:net2all:DROP:,eth0,none) - 2 packets My question is,
2002 Dec 05
0
crimson
...inside. >To avoid that everything stops if there is an error, I have this statement > >bla = function(....){ >... >if(exists("last.warning")){rm(last.warning)} >... >} > >inside the function, which if I use it normally, it works fine, but once I use it with the funciotn it gives me an error like: > >$"remove: variable "last.warning" was not found" >NULL > >which breaks my function. >I just want to make it do: if exists the file last warning, remove it, if not, just proceed... >Does anyone knows why this happens? How can I a...
2004 Dec 15
3
(no subject)
Dear R-helper, I would like to compare the AUC of two logistic regression models (same population). Is it possible with R ? Thank you Roman Rouzier [[alternative HTML version deleted]]