similar to: Please Help

Displaying 20 results from an estimated 100 matches similar to: "Please Help"

2003 Jun 26
5
cisco 186 helpp!ª!!!!
toy buy my first cisco 186 but when i read this page http://www.djernes.org/~shawn/ata186.htm i cant find in my dev page some parameters just like " UseSIP " what i need to do to show this parameters Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030626/42e66005/attachment.htm
2009 Feb 25
3
indexing model names for AICc table
hi folks, I'm trying to build a table that contains information about a series of General Linear Models in order to calculate Akaike weights and other measures to compare all models in the series. i have an issue with indexing models and extracting the information (loglikehood, AIC's, etc.) that I need to compile them into the table. Below is some sample code that illustrates my
2001 Sep 22
1
? ALSA ? projext ? start ??
hi guys ! i'd like to know if rhere are allready code snips for a ALSA wrapper ? since OSS is realy crappy and i don't have the money for the comerical ones. I think the ALSA interface should be there fast, or the OSS driver should be able to handle the ALSA->OSS(fake) module propper and not turning into a drum mashine.... -moritz
2012 Feb 01
3
Probit regression with limited parameter space
Dear R helpers, I need to estimate a probit model with box constraints placed on several of the model parameters. I have the following two questions: 1) How are the standard errors calclulated in glm (family=binomial(link="probit")? I ran a typical probit model using the glm probit link and the nlminb function with my own coding of the loglikehood, separately. As nlminb does not
2009 Jan 07
0
fixed effect significance_NB mixed models_further pursuit
7 Jan 09 Hello, I am using R version 2.7.0 in a Windows XP context. I am also using the glmm.admb package (created by Dave Fournier, Hans Skaug, and Anders Nielson) to run mixed-effects negative binomial models. To the best of my knowledge and ability, I have searched and studied the R-help, R-sig-mixed models, and ADMB NBMM for R (through Otter Research Ltd) list servs; R help
2018 Apr 19
0
calculates the standard error with the delta method
I need your help because I am having difficulties to finalize an econometric model.By the way, I want to calculate the standard error with delta method in a 2sls model with interactions under R.I want to determine the total effect of the institutions (Institutions + D_MinMond * Institutions) on logYLby summing the estimated parameters of (Institutions) and (D_MinMond * Institutions);D_MinMond is a
2012 Feb 18
2
Cant install any windows dll's via winetricks
I cant install any window dll's it comes up with 'note :command 'mkdir -p/home/jonny/.cache/winetricks vcrun2005' returned. Status aborting. any helpp????/
2009 Jun 17
0
p-value for the parameter in ARIMA model with R
Dear All, I decided to use an AR(1) model for the residual series and trying to find the p-value for each parameter by using arima command in R, but i never find it from the output. The output gives me the parameter and mean's value, its standard error, estaimated variance, AIC and loglikehood, but no p-value is given. What i did was, i assign the residuals into the 'residual'
2011 Jun 04
1
Sanandreas, white screen!!!
I have downloaded gta san from the internet and I use crossover to open the application(gtasa.exe) and it opens the game but all i see is a white background and nothing else, I dont even hear sound. PLZZZ HELP I WANNA PLAY THAT GAME!!1! My mac is intel based I have instaled direct x and i try tapping space but nothing happens HELPP!!!
2011 Apr 15
3
GLM output for deviance and loglikelihood
It has always been my understanding that deviance for GLMs is defined by; D = -2(loglikelihood(model) - loglikelihood(saturated model)) and this can be calculated by (or at least usually is); D = -2(loglikelihood(model)) As is done so in the code for 'polr' by Brian Ripley (in the package 'MASS') where the -loglikehood is minimised using optim; res <-
2012 Feb 24
5
Wine and sse2 solveation!
i tryed... all the ways to install studio one presonus, v 1.5.2 v1.6.5 v.2.0.4 all got the thing with SSE2 ... i really need that program function because i hate windows and xp now... i won`t return on there.. here is too good... but this is my only wish... if u can help me doin`it working.. something like dunno... how to make that exe install not to search for sse2 ...or something... i got sse2
2011 Nov 16
1
Sequence Prediction
I have a data with the sequence of events with millions records and more than 24 time stamped variables. sample data: 1 2 3 4 5 6 7 8 9 10 A A A C C C B B D D D D D D D C C C C C B B A C A C C C D D I want to predict sequence for next 3 period. How this can be achieved using R. Is there any package/function in R do this. I have gone through the document for package "TraMineR" but not
2009 Jun 06
1
Reduce: extra args wishlist?
Is there a reason that Reduce() doesn't take a "..." argument that would allow arbitrary extra arguments to be passed through to the function? Here is a little example of how this would be convenient: z <- list( data.frame(state=c("California"), cases=0), data.frame(state=c("California","Massachusetts"),
2003 Jul 09
2
.Internal(optim)
> hi all, > I am using optim. I am getting the following error message: > > Error in optim(par = start.vals[, h], fn = post.func.pois, gr = post.grad. > pois, : > L-BFGS-B needs finite values of fn > > If I look at optim typing '> optim' it seems that the error comes from > inside .Internal(optim), so I wonder how can I see the code for .Internal(
2006 Mar 08
1
power and sample size for a GLM with Poisson response variable
Craig, Thanks for your follow-up note on using the asypow package. My problem was not only constructing the "constraints" vector but, for my particular situation (Poisson regression, two groups, sample sizes of (1081,3180), I get very different results using asypow package compared to my other (home grown) approaches. library(asypow) pois.mean<-c(0.0065,0.0003) info.pois <-
2009 Oct 22
2
Diffusion of particles inside a sphere
Hello veryone, I am interested in the diffusion of particles inside a sphere, and its release through a small pore on the sphere surface. Unfortunately, I have not found the way to do this in R. Could you help me? Thank very much in advance for your help
2008 Jan 07
2
R and Clusters
Dear All, I hope I am not asking a FAQ. I am dealing with a problem of graph theory [connected components in a non-directed graph] and I do not want to rediscover the wheel. I saw a large number of R packages dealing for instance with the k-means method or hierarchical clustering for spatially distributed data and I am basically facing a similar problem. I am given a set of data which are the
2011 Nov 04
2
Reading parameters from dataframe and loading as objects
Hi List, I want to read several parameters from data frame and load them as object into R session, Is there any package or function in R for this?? Here is example param <-c("clust_num", "minsamp_size", "maxsamp_size", "min_pct", "max_pct") value <-c(15, 20000, 200000, 0.001, .999) data <- data.frame ( cbind(param , value)) data
2006 Jul 04
1
problem getting R 2.3.1 svn r38481 to pass make check-all
Hi, I noticed this problem on my home desktop running FC4 and again on my laptop running FC5. Both have previously compiled and passed make check-all on 2.3.1 svn revisions from 10 days ago or so. On both these machines, make check-all is consistently failing (4 out of 4 attempts on the FC 4 desktop and 3 out of 3 on the FC 5 laptop) in the p-r-random-tests tests. This is with both default
2012 Dec 28
1
Multicore/Parallel
I am using the package Multicore/Parallel to do importance sampling. I have 5 cores on my computer. And I have let's say 10 000 particles to generate. What I did was to send 5 particles in each time, calling the package parallel. Which means in all I am calling the parallel command 2000 times. What happens is in the end somewhere along the way I end up with the error message error in fork