search for: akram

Displaying 17 results from an estimated 17 matches for "akram".

Did you mean: abram
2008 Sep 10
0
Trouble compiling R with self-compiled LAPACK/ATLAS under Linux
...trouble was when I attempt to make the package: ...a lot of stuff compiles correctly... gcc -std=gnu99 -shared -L/usr/local/lib64 -o grDevices.so chull.o devNull.o devPicTeX.o devPS.o devQuartz.o init.o ../../../../library/grDevices/libs/grDevices.so is unchanged make[5]: Leaving directory `/home/akramer/R-2.7.2/src/library/grDevices/src' make[4]: Leaving directory `/home/akramer/R-2.7.2/src/library/grDevices/src' Warning in solve.default(rgb) : unable to load shared library '/home/akramer/R-2.7.2/modules//lapack.so': /home/akramer/R-2.7.2/modules//lapack.so: undefined symbo...
2017 Oct 06
1
Help in R package
...ideos for explanation for R package. They are really helpful for new beginner for using R. Please I need your help for solving inequalities that contain beta functions using R studio. I attached the file that contains this inequalities. I appreciate your help and looking forward to hear from you. Akram -------------- next part -------------- A non-text attachment was scrubbed... Name: Inequalities.pdf Type: application/pdf Size: 289288 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20171005/26179912/attachment.pdf>
2017 Oct 07
1
beta binomial distribution
...10,alpha,beta) and CDF of betabinomial(5,10,alpha,beta) <0.8<=CDF of betabinomial(6,10,alpha,beta) How I can do that using r studio package? I tried to do that using pbetabinom but it gives error and could not discover this function? How I can define this distribution in r studio? Thank you, Akram [[alternative HTML version deleted]]
2009 Sep 03
12
paperclip is not saving the files
Hi all, I''ve installed paperclips but paperclip is not saving the files my model has has_attached_file :attachment,:styles => { :medium => "300x300>", :thumb => "100x100>" } and i have db migration as class AddAttachmentToPolicies < ActiveRecord::Migration def self.up add_column :policies,
2009 Aug 08
4
how to get id of other table
Hi All, I have a doubt regarding join tables I''m having 2 models 1)Fac 2)Cont and both models have " has and belong to many" relationships so there are 3 tables 1)facs 2)conts 3)conts_facs then i''m fetching the data in controller as @conts=Cont.find(:all]) @cfacs=Fac.all(:joins=>:conts, :select=>"facs.name") but i dont know how to get the
2024 Mar 26
0
[ANNOUNCE] xorgproto 2024.1
...col definitions to support explicit synchronization and other keysyms/keydefs fixes and improvements. Erik Kurzinger (2): DRI3: add DRI3ImportSyncobj and DRI3FreeSyncobj Present: add PresentPixmapSynced Jos? Exp?sito (1): meson: add header paths to declare_dependency Mohamed Akram (1): keysymdef.h: add dead_hamza symbol Olivier Fourdan (1): xorgproto 2024.1 Pierre Le Marre (14): keysymdef.h: Fix typo for Mode_switch aliases keysymdef.h: Improve doc on deprecated keysyms keysymdef.h: Improve comment of two keysyms keysyms headers: N...
2011 Jan 23
1
extract score vector and covariance matrix in glm package
Hello I am running a project but I encounter a problem . I would be happy to receive help : problem: I have a binary dependent variable and some covariates logit(y)=a+bx+cz . I want to estimate the score vectors and their covariance by the usage of logit function and so glm in R .The vlaue of one of the coefficient ( like b) is known previously and I want to extract a and c and covariance
2011 Oct 11
1
Count model prediction
Hello ; I am doing a regression of count data (number of award and there are some covariates) I have estiamted the parameters of negative binomial distribuion (lambda is a function of covaraites, GLM model) by glm.nb function and training dataset. Now I want to predict the number of award (for example y=0, y=1, y=2,) or testing dataset. I dont know how to calculate this numbers? I would be very
2011 Oct 12
1
Generelized Negative Binomial model in R
Hello; Does anybody knows that R have a function for Generelized Negative Binomial model, something like "gnbreg" in "STATA" where dispersion parameter itself is a function of covaraites ? Thanks; [[alternative HTML version deleted]]
2011 Nov 03
0
How to interpret vglm output!!
....76 .019 39.32 intercept:2 1.02 .02 39.88 sex .55 1.2 16.00 log-likelihood -990.83, I dont know what is the exactly meaning of these two intercept? Thanks in advance for your help. Akram [[alternative HTML version deleted]]
2012 Apr 05
1
"too large for hashing"
...for the "factor" function. Am I right? The whole column does not need to be hashed, only the unique keys. Sure, there is the potential to overflow the key register, but this error should be thrown only if that occurs, no? Cordially, Adam D. I. Kramer, Ph.D. Data Scientist, Facebook, Inc. akramer at fb.com
2009 Aug 07
1
inner joins and outer joins
can anybody guide me on how to create inner joins and left and right outer joins in RoR as both the tables has "has and belongs to many relationships" and there is ajoin table as well
2000 Jul 03
0
A couple of questions
...NAME WORKGROUP/OS/VERSION --------------------------------------------------------------------- 203.25.173.130 SLINKSVILLE [HADES] [Windows NT 4.0] [NT LAN Manager] 203.25.173.133 BHARRIS [HADES] [Windows NT 4.0] [NT LAN Manager] 203.25.173.134 TREVOR [HADES] 203.25.173.137 AKRAM [HADES] [Windows NT 4.0] [NT LAN Manager] 203.25.173.138 KENOATH [HADES] [Windows NT 4.0] [NT LAN Manager] 203.25.173.139 PRINCESS [HADES] [Windows NT 4.0] [NT LAN Manager] 203.25.173.145 GUARDIAN [HADES] [Windows NT 4.0] [NT LAN Manager] 203.25.173.146 DAVID...
2016 Jul 15
2
summary() dispatch puzzle
I'm sorry I haven't boiled this down to a more-minimal example yet, but ... I'm working on an S3 method (tidy.merMod, in the 'broom' package). It normally handles 'merMod' objects from the lme4 package, but I'm trying to make it handle 'merModLmerTest' objects from the lmerTest package too. The merModLmerTest class inherits (as an S4) class from the
2012 Jan 15
5
Fonts issue during run time
I have installed an application and there is no error during installation. On run time it gives message: > Could not install 160 fonts. First Uninstalled font is 1. Please reinstall the fonts > from the setup disks. After ignoring above message I goto open a window made file and it says that encountered a serious error. needs to close down. Kindly advise. Thankyou.
2012 Mar 25
2
avoiding for loops
I have data that looks like this: > df1 group id 1 red A 2 red B 3 red C 4 blue D 5 blue E 6 blue F I want a list of the groups containing vectors with the ids. I am avoiding subset(), as it is only recommended for interactive use. Here's what I have so far: df1 <- data.frame(group=c("red", "red", "red", "blue",
2011 Jan 24
0
Is there any way to get score vector in each iteration in glm??
Hello everyone, I am doing the hypothesis test and I need the score vector of each iteration in glm (family=binomial); how could I do it. I tried trace option but it gives me just AIC of each iteration nothing more. thanks; [[alternative HTML version deleted]]