Petr Krysl
Petr Krysl
``` julia> println("Manual ANOVA: ", manualANOVA([data1, data2, data3])) Manual ANOVA: (10.516968568709117, 0.00014236168817139249) julia> println("GLM ANOVA: ", glmANOVA([data1, data2, data3])) GLM ANOVA: (NaN, NaN) julia> ```
Add the dependency of CategoricalArrays. Pull out results for GLM ftest.
With 1.6.2, Win 10: MKL_jll, CUDAdrv, FFTW, HDF5, RecursiveArrayTools, CUDAnative, MAT, CuArrays, GeneralizedGenerated, Zygote, Flux, DiffEq..., ModelingToolkit, ImageFiltering, KernelDensity, StatsPlots, ... do not precompile. And that is _after_ I removed...
It seems your repo assumes that the user has python and R installed. If that is the case, it should be spelled out explicitly in the instructions. Without those two...
This example from the documentation doesn't work with Julia 1.5: ``` xs = [x^2 for x = 1:0.2:5] A = [f(x) for x in xs] # linear interpolation interp_linear =...
VS code uses 2#'s at the beginning of the line to indicate the start of a cell. Literate interprets this to leave behind a comment. Could this be accommodated somehow?...
It seems h5info is not implemented: is there an alternative? Similarly h5disp ... I do appreciate this package: it is very useful!
``` julia> include("examples/deformation_linear\\statics\\3-d\\compute_errors.jl") error parsing type string FinEtools.FEMMDeforLinearModule.FEMMDeforLinear{FinEtools.DeforModelRedModule.DeforModelRed3D,FinEtools.FESetModule.FESetT10,FinEtools.GeoDModule.#otherdimensionunity,FinEtools.MatDeforElastIsoModule.MatDeforElastIso{FinEtools.DeforModelRedModule.DeforModelRed3D,FinEtools.MatDeforElastIsoModule.#tangentmoduli3d!,FinEtools.MatDeforElastIsoModule.#update3d!,FinEtools.MatDeforElastIsoModule.#thermalstrain3d!}} ERROR: LoadError: syntax: incomplete: premature end of input Stacktrace: [1] _julia_type(::String) at C:\Users\PetrKrysl\.julia\v0.7\JLD\src\JLD.jl:980 [2] julia_type(::String) at C:\Users\PetrKrysl\.julia\v0.7\JLD\src\JLD.jl:27 [3] jldatatype(::JLD.JldFile, ::HDF5.HDF5Datatype) at C:\Users\PetrKrysl\.julia\v0.7\JLD\src\jld_types.jl:694...
Please refer to https://discourse.julialang.org/t/gnuplot-from-vscode-no-plot/65458
A la VS Code: alt-enter executes a block w/o it being echoed in the repl.