-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
load error with @formula #11
Comments
Sorry for the delayed response, I'm glad you've found a fix quickly. I should improve documentation to prevent this, or re-export StatsModels in this package. For more on how to perform screening with Plackett-Burman designs, check this example. |
No worries. ExperimentalDesign.jl is very interesting to me. I may be
interested in contributing code in the future.
…On Wed, Oct 14, 2020 at 12:58 PM Pedro Bruel ***@***.***> wrote:
Sorry for the delayed response, I'm glad you've found a fix quickly. I
should improve documentation to prevent this, or re-export StatsModels in
this package.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADTZEC5Z3PLMRE6MNIBKAFLSKXREZANCNFSM4SPTY3OQ>
.
--
Best regards,
Blaine
Blaine Mooers, Ph.D.
Associate Professor
Department of Biochemistry and Molecular Biology
College of Medicine
University of Oklahoma Health Sciences Center
S.L. Young Biomedical Research Center Rm. 466
975 NE 10th Street
<https://maps.google.com/?q=975+NE+10th+Street&entry=gmail&source=g>, BRC
466
Oklahoma City, OK 73104-5419
office: (405) 271-8300 lab: (405) 271-8313
Faculty webpage
<http://basicsciences.ouhsc.edu/biochemmolbiol/Faculty/bio_details/TabId/11753/ArtMID/30702/ArticleID/6430/Mooers-Blaine-HM-PhD.aspx>
X-ray lab (LBSF)
<http://research.ouhsc.edu/CoreFacilities/LaboratoryofBiomolecularStructureandFunction.aspx>
SSRL
UEC
<https://www-ssrl.slac.stanford.edu/content/about-ssrl/advisory-panels/ssrl-users-organization/members/ssrluo-2016-executive-committee-members>
SSURF
EasyPyMOL <https://github.com/MooersLab/EasyPyMOL> Molecular Graphics
<https://www.oumedicine.com/docs/default-source/ad-biochemistry-workfiles/moleculargraphicslinks.html>
<https://www.oumedicine.com/docs/default-source/ad-biochemistry-workfiles/MolecularGraphicsLinks.html>
Small
Angle Scattering
<http://www.oumedicine.com/docs/default-source/ad-biochemistry-workfiles/small-angle-scattering-links-27aug2014.html?sfvrsn=0>
office: (405) 271-8300 lab: (405) 271-8313
e-mail: blaine-mooers@ouhsc.edu (or bmooers1@gmail.com)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PlackettBurman(@formula(y ~ x1 + x2 + x3 + x4))
LoadError: UndefVarError: @formula not defined
in expression starting at In[24]:1
Stacktrace:
[1] top-level scope
[2] include_string(::Function, ::Module, ::String, ::String) at ./loading.jl:1091
[3] execute_code(::String, ::String) at /Users/blaine/.julia/packages/IJulia/rWZ9e/src/execute_request.jl:27
[4] execute_request(::ZMQ.Socket, ::IJulia.Msg) at /Users/blaine/.julia/packages/IJulia/rWZ9e/src/execute_request.jl:86
[5] #invokelatest#1 at ./essentials.jl:710 [inlined]
[6] invokelatest at ./essentials.jl:709 [inlined]
[7] eventloop(::ZMQ.Socket) at /Users/blaine/.julia/packages/IJulia/rWZ9e/src/eventloop.jl:8
[8] (::IJulia.var"#15#18")() at ./task.jl:356
Using Julia 1.5.2
The text was updated successfully, but these errors were encountered: